Linux 软件免费装
Banner图

Floating Social Bar

开发者 smub
griffinjt
更新时间 2015年4月7日 23:00
捐献地址: 去捐款
PHP版本: 3.4.1 及以上
WordPress版本: 4.1.1
版权: GPLv2 or later
版权网址: 版权信息

标签

google social sharing facebook share social media twitter pinterest pin it social media buttons tweet like facebook like linkedin social sharing social widget linkedin share sharebar addthis sharethis tweet button google+ linkedin button twitter button plus one share bar social bar floating share bar google+1 socialite pinit button social media widgets wpbeginner

下载

1.0.1 1.0.2 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.7

详情介绍:

Social media share buttons are a must have for every site, but they can significantly impact your site's speed. At WPBeginner, we created the floating social bar to maximize our social media visibility without impacting our site speed. Floating social bar is a light-weight WordPress plugin that adds a horizontal floating share bar to your blog posts, pages, and other post types. The floating ability allows this eye-catching social media bar to get you maximum shares. Slim and Fast Unlike other social media plugins, we only support major social media networks to keep our plugin slim. You can add share buttons for Twitter, Facebook, Google+, LinkedIn, and Pinterest. Floating Social Bar only loads scripts when necessary. None of the social media scripts are loaded when the page is loaded. Instead we show a replica image with all the counts. We use the socialite script to only load social buttons when the user brings their mouse over the button. Doing this allows us to keep your site as fast as it would load without any social plugins. Easy to Use Floating Social Share Bar is extremely easy to use. There is a simple options interface that allows you to drag-and-drop the social buttons that you want to display. You can also use the drag-drop interface to control the order of how social share buttons appear on your site. For developers, we have a template tag available for custom use cases. We also have a metabox that allows you to disable the social media bar on specific posts or pages. Best Social Media Plugin for WordPress What is the best social media plugin for WordPress is one of the most common questions that we get asked at WPBeginner. We found it hard to recommend social plugins for WordPress because none of them met our standards. We only recommend what we use or would use. All social plugins are very heavy and significantly slow down your site. This plugin is by far the fastest social media plugin for WordPress that exists. We created this for our site over a year ago. After numerous requests from our users, we decided to release our internal social plugin for our audience and the greater WordPress community. This plugin is being used on WPBeginner, List25, SteadyStrength, and numerous other properties of ours. Support We will do our best to provide support through the WordPress forums. However, please understand that this is a free plugin, so support will be limited. Please read this article on how to properly ask for WordPress support and get it. Credits This plugin is created by Syed Balkhi and Thomas Griffin. What's Next If you like this plugin, then please leave us a good rating and review. Consider following us on Twitter, Facebook, and Google+. Check out Soliloquy - The Best Responsive WordPress Slider Plugin Visit WPBeginner to learn from our WordPress Tutorials and find out about other best WordPress plugins.

安装:

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. Go to Settings > Floating Social Bar for options. More Details can be found on the Floating Social Bar page. You can also watch the video below for further instruction. [youtube http://www.youtube.com/watch?v=-K7aTPT56-Q]

屏幕截图:

  • Main Floating Social Bar plugin settings page.
  • Drag-and-drop enabling of social services.
  • Option to hide bar on individual pages.
  • Final output of the bar on your site.

常见问题:

Is there a template tag for the plugin?

Yes, in fact there is both a template tag and a shortcode available for use. Template Tag: floating_social_bar( $args = array(), $return = false ) In the template tag, you can pass in an array of arguments to denote which social services you want displayed. The order in which the services are entered will be the order in which they are displayed. The following keys are available for use:

  • facebook
  • twitter
  • google
  • linkedin
  • pinterest
For example, if you want to use the template tag to add in facebook and twitter services, you would do the following: if ( function_exists( 'floating_social_bar' ) ) floating_social_bar( array( 'facebook' => true, 'twitter' => true ) ); Shortcode: [fsb-social-bar] The shortcode takes the same parameters as the template with the following syntax: [fsb-social-bar facebook="true" twitter="true"]

Why is the button count 0?

To maximize the performance, we get the social media count from each API and store it in a cache for 30 minutes. It only gets the count for the post when its loaded to reduce server load. For example, if no one visits your two year old post, then this plugin will not waste your precious server resources for that post. It only gets the count right when a user visits the post or page. We have tested and noticed that this small delay have no impact in the number of shares you get. However, there is an option in the plugin setting’s page that allows you to change the minimum interval if you want to get faster updates. But remember, it will increase server load.

How can I make the social bar static when using the shortcode or template tag?

Easy. Just add static="true" to the shortcode or 'static' => true to the template tag inside your array of arguments to make the social bar static (non-floating).

How can I disable Socialite when using the shortcode or template tag?

Again, easy. Just add socialite="false" to the shortcode or 'socialite' => false to the template tag inside your array of arguments to prevent Socialite from running.

Can I hide the social bar on specific posts or pages?

Yes you can hide the floating social bar on specific posts or pages. All you have to do is go on your post’s edit screen where you will find a metabox to hide the social share bar.

Why is the share bar not floating?

If you can see the share bar on your site, but it is not floating then 99% of the time it is a conflict with another plugin or your theme.

更新日志:

1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0