Changeset 619699
- Timestamp:
- 11/01/2012 01:58:35 AM (13 years ago)
- Location:
- slick-social-share-buttons
- Files:
-
- 55 added
- 3 edited
-
tags/2.4.5 (added)
-
tags/2.4.5/css (added)
-
tags/2.4.5/css/admin_dcssb.css (added)
-
tags/2.4.5/css/dcssb.css (added)
-
tags/2.4.5/css/images (added)
-
tags/2.4.5/css/images/bdr_h4.png (added)
-
tags/2.4.5/css/images/bg_slick_top.png (added)
-
tags/2.4.5/css/images/buffer.png (added)
-
tags/2.4.5/css/images/bufferx.png (added)
-
tags/2.4.5/css/images/buzz.png (added)
-
tags/2.4.5/css/images/dc_icon32.png (added)
-
tags/2.4.5/css/images/delicious.png (added)
-
tags/2.4.5/css/images/digg.png (added)
-
tags/2.4.5/css/images/facebook.png (added)
-
tags/2.4.5/css/images/linkedin.png (added)
-
tags/2.4.5/css/images/loading.gif (added)
-
tags/2.4.5/css/images/pinit-6.png (added)
-
tags/2.4.5/css/images/pinit-count-s.png (added)
-
tags/2.4.5/css/images/pinit.png (added)
-
tags/2.4.5/css/images/pinit_count.png (added)
-
tags/2.4.5/css/images/plusone.png (added)
-
tags/2.4.5/css/images/reddit.png (added)
-
tags/2.4.5/css/images/share.png (added)
-
tags/2.4.5/css/images/stumble.png (added)
-
tags/2.4.5/css/images/tab_130.png (added)
-
tags/2.4.5/css/images/tab_bottom_floating.png (added)
-
tags/2.4.5/css/images/tab_bottom_horizontal.png (added)
-
tags/2.4.5/css/images/tab_bottom_vertical.png (added)
-
tags/2.4.5/css/images/tab_left_horizontal.png (added)
-
tags/2.4.5/css/images/tab_left_vertical.png (added)
-
tags/2.4.5/css/images/tab_right_horizontal.png (added)
-
tags/2.4.5/css/images/tab_right_vertical.png (added)
-
tags/2.4.5/css/images/tab_top_floating.png (added)
-
tags/2.4.5/css/images/tab_top_horizontal.png (added)
-
tags/2.4.5/css/images/tab_top_vertical.png (added)
-
tags/2.4.5/css/images/twitter.png (added)
-
tags/2.4.5/dcwp_slick_social_buttons.php (added)
-
tags/2.4.5/inc (added)
-
tags/2.4.5/inc/class.pagination.php (added)
-
tags/2.4.5/inc/dcwp_admin.php (added)
-
tags/2.4.5/inc/dcwp_plugin_admin.php (added)
-
tags/2.4.5/inc/dcwp_social.php (added)
-
tags/2.4.5/inc/dcwp_stats.php (added)
-
tags/2.4.5/inc/js (added)
-
tags/2.4.5/inc/js/jquery.admin.js (added)
-
tags/2.4.5/js (added)
-
tags/2.4.5/js/ga.social_tracking.js (added)
-
tags/2.4.5/js/jquery.social.float.1.3.js (added)
-
tags/2.4.5/js/jquery.social.slick.1.0.js (added)
-
tags/2.4.5/readme.txt (added)
-
tags/2.4.5/screenshot-1.png (added)
-
tags/2.4.5/screenshot-2.png (added)
-
tags/2.4.5/screenshot-3.png (added)
-
tags/2.4.5/screenshot-4.png (added)
-
tags/2.4.5/screenshot-5.png (added)
-
trunk/dcwp_slick_social_buttons.php (modified) (1 diff)
-
trunk/inc/dcwp_social.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slick-social-share-buttons/trunk/dcwp_slick_social_buttons.php
r614905 r619699 7 7 Author: Lee Chestnutt 8 8 Author URI: http://www.designchemical.com 9 Version: 2.4. 49 Version: 2.4.5 10 10 */ 11 11 -
slick-social-share-buttons/trunk/inc/dcwp_social.php
r614905 r619699 182 182 $size = $this->get_dcssb_default('size_twitter'); 183 183 $classSize = $size == 'horizontal' || $size == 'none' ? 'size-small' : 'size-box' ; 184 $short_link = $this->dcssb_url_shortener($link) ? $this->dcssb_url_shortener($link) : $link ; 184 $shortener = $this->get_dcssb_default('shortener'); 185 if($shortener != 'none'){ 186 $short_link = $this->dcssb_url_shortener($link) ? $this->dcssb_url_shortener($link) : $link ; 187 } else { 188 $short_link = $link; 189 } 185 190 186 191 if($this->get_dcssb_default('incTwitter')){ -
slick-social-share-buttons/trunk/readme.txt
r614905 r619699 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.2 7 Stable tag: 2.4. 47 Stable tag: 2.4.5 8 8 9 9 Slick social share buttons adds facebook, twitter, google +1, linkedin, digg, delicious, reddit, stumbleupon, buffer and pinterest pin it social media buttons in a floating or slide out tab. Includes a social statistics page in the plugin admin panel showing summaries of all share totals … … 126 126 == Changelog == 127 127 128 = 2.4.5 = 129 * Fixed: Reset URL shortener when "none" selected 130 128 131 = 2.4.4 = 129 132 * Add: Code to reload jquery plugins if overwritten
Note: See TracChangeset
for help on using the changeset viewer.