Changeset 699152
- Timestamp:
- 04/17/2013 03:27:35 PM (13 years ago)
- Location:
- wpsocialite/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wpsocialite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpsocialite/trunk/readme.txt
r665673 r699152 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 2. 07 Stable tag: 2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 18 18 `<?php 19 19 $args = array( 20 'size' => 'large' //choose which size buttons to display.20 'size' => 'large', //choose which size buttons to display. 21 21 'url' => 'http://google.com', //use this to override the url that is sent to WPSocialite. Not recommended to use in loop. 22 22 'button_override' => 'facebook,twitter-share,twitter-follow,pinterest,linkedin,gplus' //used to override buttons that are displayed. Add and remove as needed. … … 89 89 == Changelog == 90 90 91 = 2.1 - April 17, 2013 = 92 * Bugfix - Twitter Username did not populate twitter follow button. 93 91 94 = 2.0 - February 9, 2013 = 92 95 * Code Cleanup, added shortcode additions, Twitter Follow button. -
wpsocialite/trunk/wpsocialite.php
r665673 r699152 5 5 Description: No one likes long load times! Yet we all want to be able to share our content via Facebook, Twitter, and all other social networks. These take a long time to load. Paradox? Not anymore! With WPSocialite (utilizing David Bushnell'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! 6 6 Author: Tom Morton 7 Version: 2. 07 Version: 2.1 8 8 Author URI: http://twmorton.com/ 9 9 … … 484 484 } 485 485 486 $twitter_username = 'tmort';486 $twitter_username = get_option('wpsocialite_twitter_username'); 487 487 488 488 $buttons = array(
Note: See TracChangeset
for help on using the changeset viewer.