Changeset 630491
- Timestamp:
- 11/27/2012 02:07:14 AM (13 years ago)
- Location:
- slick-social-share-buttons
- Files:
-
- 55 added
- 3 edited
-
tags/2.4.6 (added)
-
tags/2.4.6/css (added)
-
tags/2.4.6/css/admin_dcssb.css (added)
-
tags/2.4.6/css/dcssb.css (added)
-
tags/2.4.6/css/images (added)
-
tags/2.4.6/css/images/bdr_h4.png (added)
-
tags/2.4.6/css/images/bg_slick_top.png (added)
-
tags/2.4.6/css/images/buffer.png (added)
-
tags/2.4.6/css/images/bufferx.png (added)
-
tags/2.4.6/css/images/buzz.png (added)
-
tags/2.4.6/css/images/dc_icon32.png (added)
-
tags/2.4.6/css/images/delicious.png (added)
-
tags/2.4.6/css/images/digg.png (added)
-
tags/2.4.6/css/images/facebook.png (added)
-
tags/2.4.6/css/images/linkedin.png (added)
-
tags/2.4.6/css/images/loading.gif (added)
-
tags/2.4.6/css/images/pinit-6.png (added)
-
tags/2.4.6/css/images/pinit-count-s.png (added)
-
tags/2.4.6/css/images/pinit.png (added)
-
tags/2.4.6/css/images/pinit_count.png (added)
-
tags/2.4.6/css/images/plusone.png (added)
-
tags/2.4.6/css/images/reddit.png (added)
-
tags/2.4.6/css/images/share.png (added)
-
tags/2.4.6/css/images/stumble.png (added)
-
tags/2.4.6/css/images/tab_130.png (added)
-
tags/2.4.6/css/images/tab_bottom_floating.png (added)
-
tags/2.4.6/css/images/tab_bottom_horizontal.png (added)
-
tags/2.4.6/css/images/tab_bottom_vertical.png (added)
-
tags/2.4.6/css/images/tab_left_horizontal.png (added)
-
tags/2.4.6/css/images/tab_left_vertical.png (added)
-
tags/2.4.6/css/images/tab_right_horizontal.png (added)
-
tags/2.4.6/css/images/tab_right_vertical.png (added)
-
tags/2.4.6/css/images/tab_top_floating.png (added)
-
tags/2.4.6/css/images/tab_top_horizontal.png (added)
-
tags/2.4.6/css/images/tab_top_vertical.png (added)
-
tags/2.4.6/css/images/twitter.png (added)
-
tags/2.4.6/dcwp_slick_social_buttons.php (added)
-
tags/2.4.6/inc (added)
-
tags/2.4.6/inc/class.pagination.php (added)
-
tags/2.4.6/inc/dcwp_admin.php (added)
-
tags/2.4.6/inc/dcwp_plugin_admin.php (added)
-
tags/2.4.6/inc/dcwp_social.php (added)
-
tags/2.4.6/inc/dcwp_stats.php (added)
-
tags/2.4.6/inc/js (added)
-
tags/2.4.6/inc/js/jquery.admin.js (added)
-
tags/2.4.6/js (added)
-
tags/2.4.6/js/ga.social_tracking.js (added)
-
tags/2.4.6/js/jquery.social.float.1.3.js (added)
-
tags/2.4.6/js/jquery.social.slick.1.0.js (added)
-
tags/2.4.6/readme.txt (added)
-
tags/2.4.6/screenshot-1.png (added)
-
tags/2.4.6/screenshot-2.png (added)
-
tags/2.4.6/screenshot-3.png (added)
-
tags/2.4.6/screenshot-4.png (added)
-
tags/2.4.6/screenshot-5.png (added)
-
trunk/dcwp_slick_social_buttons.php (modified) (1 diff)
-
trunk/inc/dcwp_social.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
slick-social-share-buttons/trunk/dcwp_slick_social_buttons.php
r619699 r630491 7 7 Author: Lee Chestnutt 8 8 Author URI: http://www.designchemical.com 9 Version: 2.4. 59 Version: 2.4.6 10 10 */ 11 11 -
slick-social-share-buttons/trunk/inc/dcwp_social.php
r619699 r630491 549 549 }; 550 550 if(!jQuery().dcSocialSlick) { 551 $.getScript('<?php echo dc_jqslicksocial::get_plugin_directory(); ?>/js/jquery.social.slick.1.0.js', function(){551 jQuery.getScript('<?php echo dc_jqslicksocial::get_plugin_directory(); ?>/js/jquery.social.slick.1.0.js', function(){ 552 552 jQuery('#dc-dcssb').dcSocialSlick(config); 553 553 }); … … 579 579 }; 580 580 if(!jQuery().dcSocialFloater) { 581 $.getScript('<?php echo dc_jqslicksocial::get_plugin_directory(); ?>/js/jquery.social.float.1.3.js', function(){581 jQuery.getScript('<?php echo dc_jqslicksocial::get_plugin_directory(); ?>/js/jquery.social.float.1.3.js', function(){ 582 582 jQuery('#dc-dcssb').dcSocialFloater(config); 583 583 }); -
slick-social-share-buttons/trunk/readme.txt
r619699 r630491 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.2 7 Stable tag: 2.4. 57 Stable tag: 2.4.6 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.6 = 129 * Updated: Code to reload jquery plugins if overwritten 130 128 131 = 2.4.5 = 129 132 * Fixed: Reset URL shortener when "none" selected
Note: See TracChangeset
for help on using the changeset viewer.