We'll create fresh WordPress site with Simple social buttons installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Meta Tags Properties og: can be set by plugins Yoast SEO, WordPress All in One Seo, Platinum SEO Pack.
in the editor:
[socbtn]
in HTML markup:
> <?php do_shortcode( '[socbtn]' ); ?>
in the php code:
ob_start();
do_shortcode( ‘[socbtn]’ );
$socbtn = ob_get_clean();
align to the left or right edge
[socbtn position=left]
[socbtn position=right]
Setting icon sizes to 24px
[socbtn size=small]
do_shortcode( '[socbtn theme=3dcube]' );
> do_shortcode( '[socbtn theme=3dcube style="left:-80px;top:-40px;"]' );
> <div class="cube" style="left:-80px;top:-40px;">
By default all the social network buttons are enabled.
To select the required set of buttons, use the button
attribute:
* [socbtn button=’viber, skype, yahoo, twitter, facebook’]
In the default installation, WordPress does not include meta tags such as description and keywords.
To generate meta tags, use the following resources:
plugins Yoast SEO, WordPress All in One Seo, Platinum SEO Pack…
https://codex.wordpress.org/Meta_Tags_in_WordPress.