Plugin Directory

Changeset 476320


Ignore:
Timestamp:
12/16/2011 10:23:36 AM (14 years ago)
Author:
niccolo_tapparo
Message:

version 1.1.3 widget fix

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

Legend:

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

    r469884 r476320  
    131131    }
    132132    ?>
    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;">
    134134        <div style="float:left;margin:0 <?php echo $instance['button_margin']; ?>px">
    135135            <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>
     
    145145    </div>
    146146<?php
    147     echo $after_widge."\n";
     147    echo $after_widget."\n";
    148148    }
    149149}
  • wordpress-social-ring/trunk/readme.txt

    r471742 r476320  
    44Tags: Google +1, Facebook, Facebook Like, Facebook Share, Open Graph Meta Tag, Twitter, Retweet, Google+, Social Network
    55Requires at least: 3.0
    6 Tested up to: 3.2.1
    7 Version: 1.1.2
    8 Stable tag: 1.1.2
     6Tested up to: 3.3
     7Version: 1.1.3
     8Stable tag: 1.1.3
    99
    1010WordPress Social Ring adds sharing buttons for Facebook, Twitter and Google+.
     
    3535
    3636== Changelog ==
     37
     38= 1.1.3 ==
     39
     40* widget bugfix
    3741
    3842= 1.1.2 =
  • wordpress-social-ring/trunk/wp-social-ring.php

    r471656 r476320  
    44Description: 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.
    55Author: Niccol&ograve; Tapparo
    6 Version: 1.1.2
     6Version: 1.1.3
    77Author URI: http://wordpress.altervista.org/
    88Plugin URI: http://wordpress.altervista.org/en/tag/wordpress-social-ring-en/
Note: See TracChangeset for help on using the changeset viewer.