Plugin Directory

Changeset 527477


Ignore:
Timestamp:
04/04/2012 10:55:20 PM (14 years ago)
Author:
Xonox
Message:
 
Location:
tilt-social-share-widget/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • tilt-social-share-widget/trunk/css/style.css

    r487749 r527477  
    44    padding: 0px;
    55    list-style-type: none;
     6    list-style: none;
    67}
    78
     
    151152    background-position: -544px 0px;
    152153}
     154
     155span.tssw-pinterest {
     156    background-position: -576px 0px;
     157}
     158
     159span.tssw-diigo {
     160    background-position: -608px 0px;
     161}
     162
     163span.tssw-yahoo {
     164    background-position: -640px 0px;
     165}
     166
     167span.tssw-designbump {
     168    background-position: -672px 0px;
     169}
     170
  • tilt-social-share-widget/trunk/readme.txt

    r490212 r527477  
    22Contributors: Xonox
    33Donate link: http://xonoxlabs.com/
    4 Tags: sharing, share, social, delicious, digg, evernote, facebook, friendfeed, google+, google bookmarks, google buzz, linkedin, newsvine, ping.fm, posterous, reddit, slashdot, stumbleupon, technorati, tumblr, twitter
     4Tags: sharing, share, social, delicious, digg, evernote, facebook, friendfeed, google+, google bookmarks, google buzz, linkedin, newsvine, ping.fm, posterous, reddit, slashdot, stumbleupon, technorati, tumblr, twitter, pinterest, diigo, yahoo bookmarks, designbump
    55Requires at least: 3.3
    66Tested up to: 3.3
    7 Stable tag: 0.6 beta
     7Stable tag: 0.7 beta
    88
    99Tilt Social Share Widget allows your users to quickly share your content on social sites. View "Description" tab for available services.
     
    1818
    1919* Del.icio.us
     20* Designbump
    2021* Digg
     22* Diigo
    2123* Evernote
    2224* Facebook
     
    2830* Newsvine
    2931* Ping.fm
     32* Pinterest
    3033* Posterous
    3134* Reddit
     
    3538* Tumblr
    3639* Twitter
     40* Yahoo Bookmarks
    3741
    3842= More Information =
     
    6468== Changelog ==
    6569
    66 = 0.5 =
    67 Beta version.
     70= 0.7 =
     71Added 4 social services: Pinterest, Diigo, Yahoo Bookmarks and Designbump (Thank you Arrisje for reminding me to add such a popular social service as Pinterest).
     72
     73Corrected dots appearing before each icon on some browsers (Thank you Mary Zahrt).
    6874
    6975= 0.6 =
    7076Corrected CSS loading problem (icons were not visible).
     77
     78= 0.5 =
     79Beta version.
  • tilt-social-share-widget/trunk/tilt-social-share.php

    r490212 r527477  
    55Description: Display icons that allow users to share your posts and pages in common social websites.
    66Author: Rui Oliveira
    7 Version: 0.6
     7Version: 0.7
    88Author URI: http://xonoxlabs.com/
    99*/
     
    2121            'url' => 'http://del.icio.us/post?url=[URL]&title=[TITLE]]&notes=[DESCRIPTION]'
    2222        ),
     23        'designbump' => array(
     24            'slug' => 'designbump',
     25            'name' => 'Designbump',
     26            'label' => 'Designbump',
     27            'url' => 'http://www.designbump.com/submit?url=[URL]&title=[TITLE]'
     28        ),
    2329        'digg' => array(
    2430            'slug' => 'digg',
     
    2733            'url' => 'http://www.digg.com/submit?phase=2&url=[URL]&title=[TITLE]'
    2834        ),
     35        'diigo' => array(
     36            'slug' => 'diigo',
     37            'name' => 'Diigo',
     38            'label' => 'Diigo',
     39            'url' => 'http://www.diigo.com/post?url=[URL]&title=[TITLE]'
     40        ),
    2941        'evernote' => array(
    3042            'slug' => 'evernote',
     
    8193            'url' => 'http://ping.fm/ref/?link=[URL]&title=[TITLE]&body=[DESCRIPTION]'
    8294        ),
     95        'pinterest' => array(
     96            'slug' => 'pinterest',
     97            'name' => 'Pinterest',
     98            'label' => 'Pinterest',
     99            'url' => 'http://pinterest.com/pin/create/button/?url=[URL]&media=[URL]&description=[DESCRIPTION]'
     100        ),
    83101        'posterous' => array(
    84102            'slug' => 'posterous',
     
    122140            'label' => 'Twitter',
    123141            'url' => 'http://twitter.com/home?status=[TITLE]+[URL]'
     142        ),
     143        'yahoo' => array(
     144            'slug' => 'yahoo',
     145            'name' => 'Yahoo Bookmarks',
     146            'label' => 'Yahoo Bookmarks',
     147            'url' => 'http://bookmarks.yahoo.com/toolbar/savebm?u=[URL]&t=[TITLE]'
    124148        )
    125149    );
     
    141165            'order' => 'gplus, facebook, linkedin, twitter, stumbleupon, digg, delicious',
    142166            'on_delicious' => false,
     167            'on_designbump' => false,
    143168            'on_digg' => true,
     169            'on_diigo' => false,
    144170            'on_evernote' => false,
    145171            'on_facebook' => true,
     
    151177            'on_newsvine' => false,
    152178            'on_pingfm' => false,
     179            'on_pinterest' => false,
    153180            'on_posterous' => false,
    154181            'on_reddit' => true,
     
    157184            'on_technorati' => false,
    158185            'on_tumblr' => true,
    159             'on_twitter' => true
     186            'on_twitter' => true,
     187            'on_yahoo' => false
    160188        );
    161189       
     
    209237        $instance['order'] = strip_tags($new_instance['order']);
    210238        $instance['on_delicious'] = (bool)$new_instance['on_delicious'];
     239        $instance['on_designbump'] = (bool)$new_instance['on_designbump'];
    211240        $instance['on_digg'] = (bool)$new_instance['on_digg'];
     241        $instance['on_diigo'] = (bool)$new_instance['on_diigo'];
    212242        $instance['on_evernote'] = (bool)$new_instance['on_evernote'];
    213243        $instance['on_facebook'] = (bool)$new_instance['on_facebook'];
     
    219249        $instance['on_newsvine'] = (bool)$new_instance['on_newsvine'];
    220250        $instance['on_pingfm'] = (bool)$new_instance['on_pingfm'];
     251        $instance['on_pinterest'] = (bool)$new_instance['on_pinterest'];
    221252        $instance['on_posterous'] = (bool)$new_instance['on_posterous'];
    222253        $instance['on_reddit'] = (bool)$new_instance['on_reddit'];
     
    226257        $instance['on_tumblr'] = (bool)$new_instance['on_tumblr'];
    227258        $instance['on_twitter'] = (bool)$new_instance['on_twitter'];
     259        $instance['on_yahoo'] = (bool)$new_instance['on_yahoo'];
    228260
    229261        return($instance);
Note: See TracChangeset for help on using the changeset viewer.