Skip to content

Wordpress plug-in simple social buttons

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

testapiw/socbtn-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socbtn-lite

Wordpress plug-in simple social buttons

Screen Shot

  • 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 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]

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='twitter, facebook, google, instagram, linkedin, vk']

Installation

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

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.

Screenshot

animation 3D cube position left Screen Shot in the editor

2.2

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

2.5

Added attributes Theme and Style.

Theme

Theme allows to set the class of the main container.

Example: [socbtn theme=myclass] >

Style

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

About

Wordpress plug-in simple social buttons

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published