WPSocialite

WPSocialite Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 38,638 downloads
WPSocialite Icon

Try plugin: WPSocialite

We'll create fresh WordPress site with WPSocialite installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About 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!

18


1


1


1


0

updated: 11 years ago
since: 12 years ago
author: Tom Morton

Description

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