WPSocialite
Long page loads aren't fun for anyone. Use WPSocialite to take control of heavy social sharing links and load them how you want!
The facts
- Rating
- 4.7★ from 21
- Active installs
- 200+
- Price
- Free
- Last updated
- 10 Oct 2013
- Added
- May 2012
- Requires WP
- 3.0
- Tested up to
- WP 3.6.1
- Downloads
- 39,962
Our analysis
AI-assistedWPSocialite is a WordPress plugin designed to enhance social sharing by managing the loading of social media links. It allows links to be loaded on hover or page scroll, which can help reduce initial load times for your site. The plugin is particularly useful for website owners who want to integrate social sharing features without compromising performance.
Developed by Tom Morton, WPSocialite is free to use and is compatible with WordPress up to version 3.6.1. It is suitable for users looking to streamline their social sharing options while maintaining a fast-loading website.
Best for: This plugin suits website owners who want to improve social sharing without affecting load times.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Allows social links to load on hover or scroll
- ✓Offers customisation options for button display
Where it falls short
- •Last updated in October 2013, may not be compatible with newer WordPress versions
- •Limited active installs (200) may indicate low usage or support
Verdict
WPSocialite provides a practical solution for managing social sharing links but may lack support for the latest WordPress updates.
From the developer
Tom Morton's own description of WPSocialite, lightly tidied.
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"]