Simple Social Buttons Wordpress Plugin - Rating, Reviews, Demo & Download

Simple Social Buttons Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

  • Setting a custom theme and style.
  • 3D animation cube.
  • Choice of sizes small large. Default: large 42px.
  • Vertical auto-positioning in the center for sticky leftright modes.

Social networks buttons

  • facebook
  • twitter
  • google
  • instagram
  • linkedIn
  • pinterest
  • tumblr
  • livejournal
  • viber
  • skype
  • yahoo
  • vk
  • ok
  • yandex
  • mail.ru

Info about your resource for social networks

  • title – og:title or document.title
  • href – og:url or URl page
  • description – og:description or meta tag [description]
  • image – og:image or og:image:secure_url

Meta Tags Properties og: can be set by plugins Yoast SEO, WordPress All in One Seo, Platinum SEO Pack.

Use the shortcode:

  • in the editor:

    [socbtn]

  • in HTML markup:

    > <?php do_shortcode( '[socbtn]' ); ?>
    
  • in the php code:

    ob_start();
    do_shortcode( ‘[socbtn]’ );
    $socbtn = ob_get_clean();

Position

align to the left or right edge

[socbtn position=left]

[socbtn position=right]

Size

Setting icon sizes to 24px
[socbtn size=small]

Theme

    do_shortcode( '[socbtn theme=3dcube]' );

Style

    > do_shortcode( '[socbtn theme=3dcube style="left:-80px;top:-40px;"]' );
    > <div class="cube" style="left:-80px;top:-40px;">

EnabledDisdabled

By default all the social network buttons are enabled.

  • facebook
  • twitter
  • google
  • instagram
  • linkedIn
  • vk

To select the required set of buttons, use the button attribute:
* [socbtn button=’viber, skype, yahoo, twitter, facebook’]

Recommendations

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.

Screenshots

  1. In HTML markup.

    In HTML markup.

  2. Vertical sticky.

    Vertical sticky.

  3. Icon sizes to 24px.

    Icon sizes to 24px.

  4. View in the editor.

    View in the editor.

  5. In the editor.

    In the editor.

  6. Animation 3d Cube.

    Animation 3d Cube.


Reviews & Comments