Changeset 748850
- Timestamp:
- 07/31/2013 04:49:37 PM (12 years ago)
- Location:
- wordpress-social-ring
- Files:
-
- 16 added
- 3 edited
-
tags/1.2.3 (added)
-
tags/1.2.3/admin (added)
-
tags/1.2.3/admin/admin.php (added)
-
tags/1.2.3/admin/css (added)
-
tags/1.2.3/admin/css/style.css (added)
-
tags/1.2.3/includes (added)
-
tags/1.2.3/includes/library.php (added)
-
tags/1.2.3/includes/widgets.php (added)
-
tags/1.2.3/langs (added)
-
tags/1.2.3/langs/wp_social_ring-it_IT.mo (added)
-
tags/1.2.3/langs/wp_social_ring-it_IT.po (added)
-
tags/1.2.3/readme.txt (added)
-
tags/1.2.3/screenshot-1.png (added)
-
tags/1.2.3/screenshot-2.png (added)
-
tags/1.2.3/screenshot-3.png (added)
-
tags/1.2.3/wp-social-ring.php (added)
-
trunk/includes/library.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-social-ring.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-social-ring/trunk/includes/library.php
r621725 r748850 186 186 187 187 function twitter_html() { 188 $twitter_html = '<a href="http://twitter.com/share" lang="'.$this->options['twitter_language'].'" data-url="'.$this->post_url.'" data-text="'.$this->post_title.'" ';188 $twitter_html = '<a rel="nofollow" href="http://twitter.com/share" lang="'.$this->options['twitter_language'].'" data-url="'.$this->post_url.'" data-text="'.$this->post_title.'" '; 189 189 if($this->options['button_counter'] == "horizontal") { 190 190 $twitter_html .= 'data-count="horizontal"'; … … 243 243 244 244 function pin_it_html() { 245 $pin_it_html = '<a href="http://pinterest.com/pin/create/button/?url='.$this->post_encoded_url;245 $pin_it_html = '<a rel="nofollow" href="http://pinterest.com/pin/create/button/?url='.$this->post_encoded_url; 246 246 $image = $this->get_first_image(); 247 247 if($image > '') { … … 261 261 262 262 function linkedin_html() { 263 $linkedin_html = '<script src="//platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="'.$this->post_ encoded_url.'" ';263 $linkedin_html = '<script src="//platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="'.$this->post_url.'" '; 264 264 if($this->options['button_counter'] == "horizontal") { 265 265 $linkedin_html .= 'data-counter="right" '; -
wordpress-social-ring/trunk/readme.txt
r621725 r748850 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=niccolo%2etapparo%40gmail%2ecom&lc=IT&item_name=Niccolo%20Tapparo&item_number=1¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted 4 4 Tags: Google +1, Facebook, Facebook Like, Facebook Share, Open Graph Meta Tag, Twitter, Retweet, Google+, Social Network, Linkedin 5 Requires at least: 3. 36 Tested up to: 3. 4.27 Version: 1.2. 28 Stable tag: 1.2. 25 Requires at least: 3.5 6 Tested up to: 3.6 7 Version: 1.2.3 8 Stable tag: 1.2.3 9 9 10 10 WordPress Social Ring adds sharing buttons for Facebook, Twitter, Google+, Pinteres, LinkedIn and StumbleUpon. -
wordpress-social-ring/trunk/wp-social-ring.php
r621725 r748850 4 4 Description: Let visitors share posts/pages on Social Networks. 5 5 Author: Niccolò Tapparo 6 Version: 1.2. 26 Version: 1.2.3 7 7 Author URI: http://wordpress.altervista.org/ 8 8 Plugin URI: http://wordpress.altervista.org/wordpress-social-ring/
Note: See TracChangeset
for help on using the changeset viewer.