這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Simple social buttons

描述

  • 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 left\right 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;">

Enabled\Disdabled

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.

螢幕截圖

  • In HTML markup.
  • Vertical sticky.
  • Icon sizes to 24px.
  • View in the editor.
  • In the editor.
  • Animation 3d Cube.

安裝

  • Upload the plugin files to the /wp-content/plugins/socbtn-lite directory.
  • Activate the plugin.

常見問題

Installation Instructions
  • Upload the plugin files to the /wp-content/plugins/socbtn-lite directory.
  • Activate the plugin.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Simple social buttons” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Simple social buttons 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

2.0

Vertical auto-positioning in the center for sticky modes
Add atributes size

2.1

fix linkedin icon

2.2

Added icons: pinterest, tumblr, livejournal, viber, skype, yahoo

2.5

Added attributes Theme and Style.
Theme allows to set the class of the main container.

Example:
[socbtn theme=myclass]

<

div class=”myclass”>

Style attribute allows to set the positioning of the main container.
Style – left, top, right, bottom in px.

Example:
[socbtn theme=myclass style=”left:-80px;top:-40px;”]

<

div class=”myclass” style=”left:-80px;top:-40px;”>

2.6

fix: linkedin button

2.7

Added icons: ok, yandex, mailru