Plugin Directory

Changeset 748850


Ignore:
Timestamp:
07/31/2013 04:49:37 PM (12 years ago)
Author:
niccolo_tapparo
Message:

version 1.2.3 - LINKEDIN bugfix

Location:
wordpress-social-ring
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • wordpress-social-ring/trunk/includes/library.php

    r621725 r748850  
    186186   
    187187    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.'" ';
    189189        if($this->options['button_counter'] == "horizontal") {
    190190            $twitter_html .= 'data-count="horizontal"';
     
    243243   
    244244    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;
    246246        $image = $this->get_first_image();
    247247        if($image > '') {
     
    261261   
    262262    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.'" ';
    264264        if($this->options['button_counter'] == "horizontal") {
    265265            $linkedin_html .= 'data-counter="right" ';
  • wordpress-social-ring/trunk/readme.txt

    r621725 r748850  
    33Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=niccolo%2etapparo%40gmail%2ecom&lc=IT&item_name=Niccolo%20Tapparo&item_number=1&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
    44Tags: Google +1, Facebook, Facebook Like, Facebook Share, Open Graph Meta Tag, Twitter, Retweet, Google+, Social Network, Linkedin
    5 Requires at least: 3.3
    6 Tested up to: 3.4.2
    7 Version: 1.2.2
    8 Stable tag: 1.2.2
     5Requires at least: 3.5
     6Tested up to: 3.6
     7Version: 1.2.3
     8Stable tag: 1.2.3
    99
    1010WordPress Social Ring adds sharing buttons for Facebook, Twitter, Google+, Pinteres, LinkedIn and StumbleUpon.
  • wordpress-social-ring/trunk/wp-social-ring.php

    r621725 r748850  
    44Description: Let visitors share posts/pages on Social Networks.
    55Author: Niccol&ograve; Tapparo
    6 Version: 1.2.2
     6Version: 1.2.3
    77Author URI: http://wordpress.altervista.org/
    88Plugin URI: http://wordpress.altervista.org/wordpress-social-ring/
Note: See TracChangeset for help on using the changeset viewer.