Last active
December 20, 2015 03:18
-
-
Save timoleinio/6062171 to your computer and use it in GitHub Desktop.
WPSocialite PHP example.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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