# HG changeset patch # User Alessio Caiazza # Date 1243865184 0 # Node ID 6f118e1bf4fcbb5c95948263c74e220234d8cd2e # Parent 79ea819c55c60a4d2d90799db6386674568f63ad NEW:disqus support. closes #4 diff -r 79ea819c55c60a4d2d90799db6386674568f63ad -r 6f118e1bf4fcbb5c95948263c74e220234d8cd2e aboutme.php --- a/aboutme.php Mon Jun 01 14:06:07 2009 +0000 +++ b/aboutme.php Mon Jun 01 14:06:24 2009 +0000 @@ -4,7 +4,7 @@ Plugin URI: http://abisso.org/index.php/projects/about-me/ Description: About Me is a sidebar widget that displays icon links to your profile pages on other social networking sites. Forked from Social Links Author: Alessio Caiazza -Version: 1.0.2 +Version: 1.0.3 Author URI: http://alessiocaiazza.info /* Social Links Copyright 2008 Kareem Sultan (email : kareemsultan@gmail.com) */ @@ -32,7 +32,7 @@ register_activation_hook(__FILE__,'social_links_install'); //TO DO use these definitions instead -define('SOCIAL_LINKS_VERSION', '1.0.2'); +define('SOCIAL_LINKS_VERSION', '1.0.3'); define('SOCIAL_LINKS_DB_VERSION', '1.1'); define('KEY_SITE_ID',0); @@ -72,7 +72,8 @@ array(23,'bitbucket.png','http://bitbucket.org/%userid%','Enter your Bitbucket username.','Bitbucket'), array(24,'github.png','http://github.com/%userid%','Enter your Github username.','Github'), array(25,'hellotxt.gif','http://hellotxt.com/user/%userid%','Enter your Hellotxt username.','Hellotxt'), - array(26,'hyves.png','http://%userid%.hyves.nl','Enter your Hyves.nl username.','Hyves.nl') + array(26,'hyves.png','http://%userid%.hyves.nl','Enter your Hyves.nl username.','Hyves.nl'), + array(27,'disqus.png','http://disqus.com/people/%userid%','Enter your Disqus username.','Disqus') ); //comparison based on socialnetwok name @@ -504,4 +505,4 @@ } -?> \ No newline at end of file +?> diff -r 79ea819c55c60a4d2d90799db6386674568f63ad -r 6f118e1bf4fcbb5c95948263c74e220234d8cd2e images/disqus.png Binary file images/disqus.png has changed diff -r 79ea819c55c60a4d2d90799db6386674568f63ad -r 6f118e1bf4fcbb5c95948263c74e220234d8cd2e readme.txt --- a/readme.txt Mon Jun 01 14:06:07 2009 +0000 +++ b/readme.txt Mon Jun 01 14:06:24 2009 +0000 @@ -3,7 +3,7 @@ Contributors: nolith Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5570803 -Tags: widget,sidebar,Social network, profile page,social link,icon links,about me, XFN, Amazon, Wishlist, Bitbucket, Blogs, BlogMarks, Dapx, Delicious, Digg, Facebook, Flickr, FriendFeed, Github, Identi.ca, Jeqq, Last FM, Linked In, My Space, Picasa Web Albums, Plurk, Pownce, Sixent, Stumble Upon, Technorati, Twitter, YouTube, Xing, Hellotxt, Hyves.nl, Hyves.net +Tags: widget,sidebar,Social network, profile page,social link,icon links,about me, XFN, Amazon, Wishlist, Bitbucket, Blogs, BlogMarks, Dapx, Delicious, Digg, Facebook, Flickr, FriendFeed, Github, Identi.ca, Jeqq, Last FM, Linked In, My Space, Picasa Web Albums, Plurk, Pownce, Sixent, Stumble Upon, Technorati, Twitter, YouTube, Xing, Hellotxt, Hyves.nl, Hyves.net, Disqus Requires at least: 2.6 Tested up to: 2.8-beta2 @@ -17,7 +17,7 @@ This plugin is forked from [SocialLinks](http://blog.maybe5.com/?page_id=94 "Social Links page") **What's new** -hyves.nl support, title tag added to images. +Disqus support. **Supported Networks:** @@ -29,7 +29,8 @@ * BlogMarks * Dapx * Delicious -* Digg +* Digg +* Disqus * Facebook * Flickr * FriendFeed @@ -80,7 +81,8 @@ 1. About Me sidebar widget -== Change Log == +== Change Log == +* 1.0.3 NEW:Disqus.com support * 1.0.2 NEW:Hyves.nl support; MINOR: title tag added to images * 1.0.1 NEW:Hellotxt support; Minor changes in widget option layout; Widget renamed to 'About Me - Social Links'; Management page renamed to 'About Me' * 1.0.0 NEW:Bitbucket, Identi.ca, GitHub support FIX:now works with Lightbox2/Slimbox plugins