Plugin Directory

Changeset 699152


Ignore:
Timestamp:
04/17/2013 03:27:35 PM (13 years ago)
Author:
TM3909
Message:

Fixed twitter username not populating correctly.

Location:
wpsocialite/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpsocialite/trunk/readme.txt

    r665673 r699152  
    55Requires at least: 3.0
    66Tested up to: 3.5.1
    7 Stable tag: 2.0
     7Stable tag: 2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1818`<?php
    1919$args = array(
    20     'size' => 'large' //choose which size buttons to display.
     20    'size' => 'large', //choose which size buttons to display.
    2121    'url' => 'http://google.com', //use this to override the url that is sent to WPSocialite. Not recommended to use in loop.
    2222    'button_override' => 'facebook,twitter-share,twitter-follow,pinterest,linkedin,gplus' //used to override buttons that are displayed. Add and remove as needed.
     
    8989== Changelog ==
    9090
     91= 2.1 - April 17, 2013 =
     92* Bugfix - Twitter Username did not populate twitter follow button.
     93
    9194= 2.0 - February 9, 2013 =
    9295* Code Cleanup, added shortcode additions, Twitter Follow button.
  • wpsocialite/trunk/wpsocialite.php

    r665673 r699152  
    55Description: 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!
    66Author: Tom Morton
    7 Version: 2.0
     7Version: 2.1
    88Author URI: http://twmorton.com/
    99
     
    484484            }
    485485
    486             $twitter_username = 'tmort';
     486            $twitter_username = get_option('wpsocialite_twitter_username');
    487487
    488488            $buttons = array(
Note: See TracChangeset for help on using the changeset viewer.