Changeset 476320
- Timestamp:
- 12/16/2011 10:23:36 AM (14 years ago)
- Location:
- wordpress-social-ring
- Files:
-
- 22 added
- 3 edited
-
tags/1.1.3 (added)
-
tags/1.1.3/admin (added)
-
tags/1.1.3/admin/admin.php (added)
-
tags/1.1.3/admin/css (added)
-
tags/1.1.3/admin/css/style.css (added)
-
tags/1.1.3/admin/images (added)
-
tags/1.1.3/admin/images/altervista.gif (added)
-
tags/1.1.3/admin/images/av-16x16.png (added)
-
tags/1.1.3/admin/images/av32px.png (added)
-
tags/1.1.3/images (added)
-
tags/1.1.3/images/facebook.png (added)
-
tags/1.1.3/includes (added)
-
tags/1.1.3/includes/library.php (added)
-
tags/1.1.3/includes/share.php (added)
-
tags/1.1.3/includes/widgets.php (added)
-
tags/1.1.3/langs (added)
-
tags/1.1.3/langs/wp_social_ring-it_IT.mo (added)
-
tags/1.1.3/langs/wp_social_ring-it_IT.po (added)
-
tags/1.1.3/readme.txt (added)
-
tags/1.1.3/screenshot-1.png (added)
-
tags/1.1.3/screenshot-2.png (added)
-
tags/1.1.3/wp-social-ring.php (added)
-
trunk/includes/widgets.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-social-ring.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-social-ring/trunk/includes/widgets.php
r469884 r476320 131 131 } 132 132 ?> 133 <div style="-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #<?php echo $instance['border_color']; ?>;padding:12px <?php echo $instance['box_padding']; ?>px;min-height:62px;">133 <div class="SocialRing_Widget_inside" style="-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #<?php echo $instance['border_color']; ?>;padding:12px <?php echo $instance['box_padding']; ?>px;min-height:62px;"> 134 134 <div style="float:left;margin:0 <?php echo $instance['button_margin']; ?>px"> 135 135 <a href="https://twitter.com/share" class="sr-twitter-button twitter-share-button" data-text="<?php echo $instance['tweet_text']; ?>" data-url="<?php echo $instance['tweet_url']; ?>" data-count="vertical" data-via="<?php echo $instance['tweet_account']; ?>" data-related="<?php echo $instance['tweet_hint_account']; ?>:<?php echo $instance['tweet_hint_desc']; ?>"></a> … … 145 145 </div> 146 146 <?php 147 echo $after_widge ."\n";147 echo $after_widget."\n"; 148 148 } 149 149 } -
wordpress-social-ring/trunk/readme.txt
r471742 r476320 4 4 Tags: Google +1, Facebook, Facebook Like, Facebook Share, Open Graph Meta Tag, Twitter, Retweet, Google+, Social Network 5 5 Requires at least: 3.0 6 Tested up to: 3. 2.17 Version: 1.1. 28 Stable tag: 1.1. 26 Tested up to: 3.3 7 Version: 1.1.3 8 Stable tag: 1.1.3 9 9 10 10 WordPress Social Ring adds sharing buttons for Facebook, Twitter and Google+. … … 35 35 36 36 == Changelog == 37 38 = 1.1.3 == 39 40 * widget bugfix 37 41 38 42 = 1.1.2 = -
wordpress-social-ring/trunk/wp-social-ring.php
r471656 r476320 4 4 Description: Let visitors share posts/pages on Facebook, Twitter and Google+. From admin page you can choose which button display: Facebook Like, Facebook Send, Facebook Share, Google +1 and Twitter. 5 5 Author: Niccolò Tapparo 6 Version: 1.1. 26 Version: 1.1.3 7 7 Author URI: http://wordpress.altervista.org/ 8 8 Plugin URI: http://wordpress.altervista.org/en/tag/wordpress-social-ring-en/
Note: See TracChangeset
for help on using the changeset viewer.