Skip to content

Instantly share code, notes, and snippets.

@timoleinio
Last active December 20, 2015 03:18
Show Gist options
  • Save timoleinio/6062171 to your computer and use it in GitHub Desktop.
Save timoleinio/6062171 to your computer and use it in GitHub Desktop.
WPSocialite PHP example.
<?php
$args = array(
'size' => 'large', //choose which size buttons to display.
'url' => 'http://esimerkki.fi', //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 ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment