WPSocialite

plugin banner

Long page loads aren't fun for anyone. Use WPSocialite to take control of heavy social sharing links and load them how you want!

Author:Tom Morton (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.6.1
Plugin version:2.4.1
Added to WordPress repository:19-05-2012
Last updated:10-10-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:94
Rated by:21
Plugin URI:http://wordpress.org/extend/plugins/wpsociali...
Total downloads:38 627
Active installs:600+
plugin download
Click to start download

No one likes long load times, but we all want to be able to share our content via Facebook, Twitter, and other social networks. These take a long time to load. Paradox? Not anymore! With WPSocialite (utilizing David Bushell’s amazing SocialiteJS plugin [http://www.socialitejs.com/]) we can manage the loading process of our social sharing links. Load them on hover, on page scroll, and more!

Template Tag

<?php
$args = array(
    'size' => 'large', //choose which size buttons to display.
    'url' => 'http://google.com', //use this to override the url that is sent to WPSocialite. Not recommended to use in loop.
    'button_override' => 'facebook,twitter-share,twitter-follow,pinterest,linkedin,gplus,stumbleupon' //used to override buttons that are displayed. Add and remove as needed.
);
wpsocialite_markup( $args ); ?>

Shortcode

[wpsocialite size="small" url="http://google.com" button_override="facebook,twitter-share,twitter-follow,pinterest,linkedin,gplus,stumbleupon"]

Screenshots
FAQ
ChangeLog