內容簡介
設置自定義主題和樣式。
3D動畫立方體。
可選擇小型或大型尺寸。默認值:大型42px。
在粘附模式下,左/右自動垂直居中定位。
社交網絡按鈕
Facebook
Twitter
Google
Instagram
LinkedIn
Pinterest
Tumblr
Livejournal
Viber
Skype
Yahoo
VK
OK
Yandex
Mail.ru
有關您在社交網絡中的資訊
標題- og:title或document.title
href - og:url或頁面URL
描述- og:description或meta標籤[description]
圖片- og:image或og:image:secure_url
meta標籤屬性og:可以由Yoast SEO、WordPress All in One Seo、Platinum SEO Pack等外掛設置。
使用短代碼:
在編輯器中:
[socbtn]
在HTML代碼中:
> <?php do_shortcode( '[socbtn]' ); ?>
在php代碼中:
ob_start();
do_shortcode( '[socbtn]' );
$socbtn = ob_get_clean();
位置
對齊到左邊緣或右邊緣
[socbtn position=left]
[socbtn position=right]
大小
設置圖標尺寸為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;">
啟用/停用
默認情況下,所有社交網絡按鈕都是啟用狀態。
Facebook
Twitter
Google
Instagram
LinkedIn
VK
使用button屬性選擇所需的按鈕集:
[socbtn button=’viber, skype, yahoo, twitter, facebook’]
建議
在默認安裝的WordPress不包括描述和關鍵字等元標記。
可以使用以下資源來生成元標記:
外掛Yoast SEO、WordPress All in One Seo、Platinum SEO Pack等。
Yoast SEO
WordPress All in One Seo
Platinum SEO Pack
https://codex.wordpress.org/Meta_Tags_in_WordPress。
外掛標籤
開發者團隊
原文外掛簡介
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:
>
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;"]' );
>
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…
Yoast SEO
WordPress All in One Seo
Platinum SEO Pack
https://codex.wordpress.org/Meta_Tags_in_WordPress.
