<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Developer Code book &#187; twitter</title> <atom:link href="http://wordpressapi.com/category/social/twitter/feed/" rel="self" type="application/rss+xml" /><link>http://wordpressapi.com</link> <description>Wordpressapi.com is focused on Wordpress API, wordpress news, wordpress themes, wordpress plugins, wordpress tips, wordpress tutorials, wordpress design wordpress templates, wordpress breaking news and web-development. We deliver useful information about wordpress,  wordpress latest trends and wordpress techniques, wordpress useful ideas, wordpress innovative approaches and wordpress tools. Social Media news blog covering cool new websites and social networks: Facebook, Google, Twitter, MySpace and YouTube.  The latest web technology news, via RSS daily.</description> <lastBuildDate>Thu, 09 Sep 2010 10:36:02 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Twitter follower count using PHP in WordPress</title><link>http://wordpressapi.com/2010/08/23/twitter-follower-count-php-wordpress/</link> <comments>http://wordpressapi.com/2010/08/23/twitter-follower-count-php-wordpress/#comments</comments> <pubDate>Mon, 23 Aug 2010 18:49:05 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[tutorials]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress api]]></category> <category><![CDATA[wordpress tutorials]]></category> <category><![CDATA[wordpress tips]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=5211</guid> <description><![CDATA[you can easily show twitter follower count in your wordpress site.  You can place the twitter count in header section or footer section or sidebar section of wordpress. In this tutorial we used the twitter xml api for fetching the twitter followers count. Using following code you can print the twitter followers count. &#60;?php $twitter_api.....]]></description> <content:encoded><![CDATA[<p>you can easily show twitter follower count in your wordpress site.  You can place the twitter count in header section or footer section or sidebar section of wordpress. In this tutorial we used the twitter xml api for fetching the twitter followers count.</p><p><img
class="alignnone size-full wp-image-5213" title="twitter" src="http://wordpressapi.com/files/twitter.jpg" alt="" width="214" height="174" /></p><p>Using following code you can print the twitter followers count.</p><pre class="brush: php;">

&lt;?php
$twitter_api = file_get_contents('http://twitter.com/users/show/USERNAME.xml');
$text_output = '&lt;followers_count&gt;'; $end = '&lt;/followers_count&gt;';
$page = $twitter_api;
$explode_content = explode($text_output,$page);
$page = $explode_content[1];
$explode_content = explode($end,$page);
$twitter_followers = $explode_content[0];
if($twitter_followers == '') { $twitter_followers = '0'; }
echo '&lt;div&gt;&lt;strong&gt;'.$twitter_followers.' &lt;/strong&gt; Followers&lt;/div&gt;';

?&gt;
</pre><p>You just need to replace the your name instead of USERNAME.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/08/23/twitter-follower-count-php-wordpress/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Social networking @work places</title><link>http://wordpressapi.com/2010/07/17/social-networking-work-places/</link> <comments>http://wordpressapi.com/2010/07/17/social-networking-work-places/#comments</comments> <pubDate>Sat, 17 Jul 2010 08:51:09 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[facebook]]></category> <category><![CDATA[news]]></category> <category><![CDATA[social]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[mail]]></category> <category><![CDATA[networking]]></category> <category><![CDATA[orkut]]></category> <category><![CDATA[yahoo]]></category> <category><![CDATA[youtube]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4564</guid> <description><![CDATA[Social networking over laptops at the workplace increased by 14 per cent in Germany, while it jumped by 10 per cent in the US. In 2010, 29 per cent of laptop users versus 18 per cent of desktop users surveyed said they frequented these sites at work. For all the countries surveyed this year, laptop.....]]></description> <content:encoded><![CDATA[<p><a
href="http://wordpressapi.com/files/social-networking-work-places.jpg"><img
class="alignnone size-full wp-image-4567" title="social-networking-work-places" src="http://wordpressapi.com/files/social-networking-work-places.jpg" alt="" width="400" height="300" /></a></p><p>Social networking over laptops at the workplace increased by 14 per cent in Germany, while it jumped by 10 per cent in the US.</p><p>In 2010, 29 per cent of laptop users versus 18 per cent of desktop users surveyed said they frequented these sites at work.</p><p>For all the countries surveyed this year, laptop users who can connect to the Internet outside of the company network are more likely to share confidential information via instant messenger, web mail and social media applications than those who are always connected to a company&#8217;s network.</p><p>The percentage of employees visiting social networking sites at the workplace globally rose to 24 per cent this year from just 18 per cent in 2008, even as more companies are restricting access to such websites, a survey said.</p><p>According to a survey by global Internet content security provider Trend Micro, employees are finding ways around security roadblocks to make social networking an integral part of office-life around the world.</p><p>Social networking at workplaces globally has &#8220;steadily risen&#8221; to 24 per cent in 2010 from 19 per cent in 2008, the survey of over 1,600 full-time workers at various firms in the US, UK, Germany and Japan, revealed.</p><p>The largest increase in social networking over corporate Internet connections during the last two years was among employees in Germany, which saw a more than 10 per cent jump, and the UK, with a six per cent rise.</p><p>The survey also found that laptop users are much more likely than desktop users to visit social networking sites.</p><p><img
class="alignnone size-medium wp-image-4899" title="social-networking" src="http://wordpressapi.com/files/social-networking-300x168.jpg" alt="" width="300" height="168" /></p><p>Globally, social networking usage via laptops went up by eight per cent from 2008 to 2010, the report stated.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/17/social-networking-work-places/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>30 beautiful twitter backgrounds</title><link>http://wordpressapi.com/2010/07/14/30-beautiful-twitter-backgrounds/</link> <comments>http://wordpressapi.com/2010/07/14/30-beautiful-twitter-backgrounds/#comments</comments> <pubDate>Wed, 14 Jul 2010 11:24:45 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[twitter]]></category> <category><![CDATA[wordpress api]]></category> <category><![CDATA[twitter backgrounds]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4477</guid> <description><![CDATA[There are literally hundreds of websites out there providing Twitter backgrounds – some are very good, others are terrible! We’ve done the hard work for you: we’ve trawled through (what seems like) millions of backgrounds to find the 30 very beautiful ones around. Some are free to use, others are available to purchase for a.....]]></description> <content:encoded><![CDATA[<p>There are literally hundreds of websites out there providing Twitter  backgrounds – some are very good, others are terrible! We’ve done the  hard work for you: we’ve trawled through (what seems like) millions of  backgrounds to find the 30 very beautiful ones around. Some are free to use,  others are available to purchase for a small fee, and others still are  strictly for inspiration only.</p><h2>1: <span
style="color: #808000">Writer&#8217;s Block</span></h2><p><a
href="http://www.killertweets.com/?p=303"><img
class="alignnone size-full wp-image-4603" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-1.jpg" alt="" width="600" height="384" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2><span
style="color: #808000"><span
style="color: #000000">2:</span> Flying</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbacks.com/popular-twitter-backgrounds.html"><img
class="alignnone size-full wp-image-4604" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-2.jpg" alt="" width="600" height="347" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>3: <span
style="color: #808000">Galaxies</span></h2><p><span
style="color: #808000"><a
href="http://www.twitterbackgroundimages.com/44/galaxies/"><img
class="alignnone size-full wp-image-4605" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-3.jpg" alt="" width="600" height="375" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>4: <span
style="color: #808000">Through The Mesh</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbackgroundimages.com/118/through-the-mesh/"><img
class="alignnone size-full wp-image-4606" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-4.jpg" alt="" width="600" height="375" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>5: <span
style="color: #808000">New York City</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbackgroundimages.com/66/new-york-city/"><img
class="alignnone size-full wp-image-4607" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-5.jpg" alt="" width="600" height="450" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>6: <span
style="color: #808000">FireFly</span></h2><p><span
style="color: #808000"><a
href="http://www.killertweets.com/?p=1261"><img
class="alignnone size-full wp-image-4609" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-6.jpg" alt="" width="600" height="384" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>7: <span
style="color: #808000">Water Bubbles</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbacks.com/popular-twitter-backgrounds.html"><img
class="alignnone size-full wp-image-4611" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-7.jpg" alt="" width="600" height="356" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2><span
style="color: #808000"><span
style="color: #000000">8:</span> New</span></h2><p><span
style="color: #808000"><a
href="http://fc05.deviantart.net/fs41/f/2009/040/1/7/New_Twitter_Background_by_DarkStormX1.jpg"><img
class="alignnone size-full wp-image-4612" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-8.jpg" alt="" width="600" height="450" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>9: <span
style="color: #808000">Deep Garden II</span></h2><p><span
style="color: #808000"><a
href="http://farm4.static.flickr.com/3112/2472923030_ba6436eb6a_o.jpg"><img
class="alignnone size-full wp-image-4613" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-9.jpg" alt="" width="600" height="500" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2><span
style="color: #808000"><span
style="color: #000000">10:</span> Zatun</span></h2><p><span
style="color: #808000"><a
href="http://twitterbackgroundsgallery.com/2009/04/10/zatun/"><img
class="alignnone size-full wp-image-4614" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-10.jpg" alt="" width="600" height="345" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2><span
style="color: #808000"><span
style="color: #000000">11:</span> </span><span
style="color: #808000"><strong>Rock Wall</strong></span></h2><p><span
style="color: #808000"><strong><a
href="http://www.twitbacks.com/pattern-twitter-backgrounds.html"><img
class="alignnone size-full wp-image-4616" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-11.jpg" alt="" width="600" height="453" /></a><br
/> </strong></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>12: <span
style="color: #808000">Yellow Sky/Black Crow</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbacks.com/artistic-twitter-backgrounds.html"><img
class="alignnone size-full wp-image-4617" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-12.jpg" alt="" width="600" height="413" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2><span
style="color: #808000"><span
style="color: #000000">13:</span> Lady Bug</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbacks.com/popular-twitter-backgrounds.html"><img
class="alignnone size-full wp-image-4618" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-13.jpg" alt="" width="600" height="334" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2><span
style="color: #808000"><span
style="color: #000000">14:</span> Wallpaper 1</span></h2><p><span
style="color: #808000"><a
href="http://www.nicholaspatten.com/twitter/wallpaper1.jpg"><img
class="alignnone size-full wp-image-4619" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-14.jpg" alt="" width="600" height="455" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>15: <span
style="color: #808000">Life Makers</span></h2><p><span
style="color: #808000"><a
href="http://fc08.deviantart.net/fs47/f/2009/219/2/3/Twitter_Wallpaper_update_by_LifeMakers.jpg"><img
class="alignnone size-full wp-image-4620" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-15.jpg" alt="" width="600" height="376" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>16: <span
style="color: #808000">Flower</span></h2><p><span
style="color: #808000"><a
href="http://www.killertweets.com/?p=1191"><img
class="alignnone size-full wp-image-4623" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-16.jpg" alt="" width="600" height="384" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>17: <span
style="color: #808000">The Beginning</span></h2><p><span
style="color: #808000"><a
href="http://www.killertweets.com/?p=690http://www.killertweets.com/?p=690"><img
class="alignnone size-full wp-image-4624" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-17.jpg" alt="" width="600" height="384" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>18: <span
style="color: #808000">Blue Sci-Fi</span></h2><p><span
style="color: #808000"><a
href="http://twitterpatted.com/twitter-backgrounds/abstract/twitter-blue-sci-fi.jpg"><img
class="alignnone size-full wp-image-4625" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-18.jpg" alt="" width="600" height="384" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>19: <span
style="color: #808000">Pink Cascade</span></h2><p><span
style="color: #808000"><a
href="http://i681.photobucket.com/albums/vv180/unglamorouslife2/Twitter-Backgrounds/Artistic/artistic-14a.png"><img
class="alignnone size-full wp-image-4626" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-19.jpg" alt="" width="600" height="398" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>20: <span
style="color: #808000">Vintage Hi Rise</span></h2><p><span
style="color: #808000"><a
href="http://www.somethingwelike.com/articleimages/twallpaper/vintage_highrise.jpg"><img
class="alignnone size-full wp-image-4627" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-20.jpg" alt="" width="600" height="383" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>21: <span
style="color: #808000">Never Stop The Music</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbackgroundimages.com/172/never-stop-the-music/"><img
class="alignnone size-full wp-image-4629" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-21.jpg" alt="" width="600" height="450" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>22: <span
style="color: #808000">Vortex</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbackgroundimages.com/32/vortex/"><img
class="alignnone size-full wp-image-4630" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-22.jpg" alt="" width="600" height="397" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>23: <span
style="color: #808000">Summer Season</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbackgroundimages.com/72/summer-season/"><img
class="alignnone size-full wp-image-4631" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-23.jpg" alt="" width="600" height="450" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>24: <span
style="color: #808000">Bunch Of Lights Vector</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbackgroundimages.com/135/bunch-of-lights-vector/"><img
class="alignnone size-full wp-image-4632" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-24.jpg" alt="" width="600" height="375" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>25: <span
style="color: #808000">White Energy</span></h2><p><span
style="color: #808000"><a
href="http://www.killertweets.com/?p=461"><img
class="alignnone size-full wp-image-4633" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-25.jpg" alt="" width="600" height="384" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>26: <span
style="color: #808000">Dream Stream</span></h2><p><span
style="color: #808000"><a
href="http://www.twitterbackgroundimages.com/198/dream-stream/"><img
class="alignnone size-full wp-image-4635" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-26.jpg" alt="" width="600" height="375" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>27: <span
style="color: #808000">Graffiti</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbackgroundimages.com/256/graffiti/"><img
class="alignnone size-full wp-image-4636" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-27.jpg" alt="" width="600" height="450" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>28: <span
style="color: #808000">Flames Pattern</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbacks.com/pattern-twitter-backgrounds.html"><img
class="alignnone size-full wp-image-4637" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-28.jpg" alt="" width="600" height="437" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>29: <span
style="color: #808000">Vista Black</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbackgroundimages.com/63/vista-black/"><img
class="alignnone size-full wp-image-4638" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-29.jpg" alt="" width="600" height="375" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>30: <span
style="color: #808000">Sparkly</span></h2><p><span
style="color: #808000"><a
href="http://www.twitbackgroundimages.com/273/sparkly/"><img
class="alignnone size-full wp-image-4639" src="http://wordpressapi.com/files/30-beautiful-twitter-backgrounds-30.jpg" alt="" width="600" height="375" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000"><span
style="color: #000000">Thank You!</span><br
/> </span></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/14/30-beautiful-twitter-backgrounds/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>3000+ free best &amp; beautiful social media icons for your website</title><link>http://wordpressapi.com/2010/07/12/4000-free-social-media-icons-website/</link> <comments>http://wordpressapi.com/2010/07/12/4000-free-social-media-icons-website/#comments</comments> <pubDate>Mon, 12 Jul 2010 20:19:23 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[facebook]]></category> <category><![CDATA[google]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[wordpress api]]></category> <category><![CDATA[free social media icons]]></category> <category><![CDATA[social icons]]></category> <category><![CDATA[social media icons]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=4285</guid> <description><![CDATA[If you are in the world of blogging then you should know that every Blogger needs social media icons such as RSS, Facebook, Twitter and more, but they do not always find icons match their blog. We found best &#38; very beautiful more than 3000 icons for your help. 3D Social Media Icon Pack &#124;.....]]></description> <content:encoded><![CDATA[<p>If you are in the world of blogging then you should know that every Blogger needs social media icons such as RSS, Facebook,  Twitter and more, but they do not always find icons match their blog. We found best &amp; very beautiful more than 3000 icons for your help.</p><h2>3D Social Media Icon Pack | <span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.tutorial9.net/resources/3d-social-media-icon-pack-20-icon-set/"><img
class="alignnone size-full wp-image-4353" src="http://wordpressapi.com/files/free-social-media-icons-11.jpg" alt="" width="600" height="495" /></a><br
/> </span></p><p><strong><br
/> </strong></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Grunge Peeling Stickers Social Media Icons | <span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.tutorial9.net/resources/free-icons-grunge-peeling-stickers-social-media-icons/"><img
class="alignnone size-full wp-image-4354" src="http://wordpressapi.com/files/free-social-media-icons-2.jpg" alt="" width="600" height="770" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><span
style="color: #808000"><br
/> </span></p><h2>Free Social Icon Pack: Nurture | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.tutorial9.net/resources/free-social-icon-pack-nurture/"><img
class="alignnone size-full wp-image-4355" src="http://wordpressapi.com/files/free-social-media-icons-3.jpg" alt="" width="600" height="240" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Icon Pack: Bevel Dark Social Icons | <span
style="color: #808000"> </span></h2><h2><span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.tutorial9.net/resources/free-icon-pack-bevel-dark-social-icons/"><img
class="alignnone size-full wp-image-4356" src="http://wordpressapi.com/files/free-social-media-icons-4.jpg" alt="" width="600" height="260" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Set of 25 Icons from TurboMilk – Courtesy of GraphicRiver! |</h2><h2><span
style="color: #808000">25  Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://psd.tutsplus.com/freebies/icons/free-set-of-25-icons-from-turbomilk-courtesy-of-graphicriver/"><img
class="alignnone size-full wp-image-4357" src="http://wordpressapi.com/files/free-social-media-icons-5.jpg" alt="" width="600" height="540" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>81 Pixel perfect Social Media Icons |</h2><h2><span
style="color: #808000">81 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://psd.tutsplus.com/freebies/icons/81-pixel-perfect-social-media-icons/"><img
class="alignnone size-full wp-image-4358" src="http://wordpressapi.com/files/free-social-media-icons-6.jpg" alt="" width="600" height="394" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Black Inlay on Steel Social Media Icons |</h2><h2><span
style="color: #808000">108 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://psd.tutsplus.com/freebies/icons/108-black-inlay-on-steel-social-media-icons/"><img
class="alignnone size-full wp-image-4359" src="http://wordpressapi.com/files/free-social-media-icons-7.jpg" alt="" width="600" height="536" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Birdies: Cute Free Twitter Icons For Your Blog |</h2><h2><span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2009/06/24/birdies-cute-free-twitter-icons-for-your-blog/"><img
class="alignnone size-full wp-image-4360" src="http://wordpressapi.com/files/free-social-media-icons-8.jpg" alt="" width="600" height="526" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Cheers: A Free “Social” Icon Set | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2008/09/10/cheers-a-free-social-icon-set/"><img
class="alignnone size-full wp-image-4361" src="http://wordpressapi.com/files/free-social-media-icons-9.jpg" alt="" width="600" height="450" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>The Leaves Fall: A Social Icon Set For Bloggers |</h2><h2><span
style="color: #808000">11 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2008/10/06/the-leaves-fall-a-social-icon-set-for-bloggers/"><img
class="alignnone size-full wp-image-4362" src="http://wordpressapi.com/files/free-social-media-icons-10.jpg" alt="" width="600" height="428" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Heart: A Free Social Icon Set | <span
style="color: #808000">22 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2008/10/27/heart-a-free-social-icon-set/"><img
class="alignnone size-full wp-image-4363" src="http://wordpressapi.com/files/free-social-media-icons-111.jpg" alt="" width="600" height="396" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Fresh, Free and Gorgeous RSS/Feed Icons |</h2><h2><span
style="color: #808000">8 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2008/04/01/fresh-free-and-gorgeous-rssfeed-icons/"><img
class="alignnone size-full wp-image-4365" src="http://wordpressapi.com/files/free-social-media-icons-12.jpg" alt="" width="600" height="411" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Twitter Bird Icon Set | <span
style="color: #808000">6 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.productivedreams.com/free-twitter-bird-icon-set/"><img
class="alignnone size-full wp-image-4366" src="http://wordpressapi.com/files/free-social-media-icons-13.jpg" alt="" width="600" height="449" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Social Balls Icons | <span
style="color: #808000">5 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.zeusboxstudio.com/icon/social-balls"><img
class="alignnone size-full wp-image-4367" src="http://wordpressapi.com/files/free-social-media-icons-14.jpg" alt="" width="600" height="145" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>A Free Social Media Icon set – Page Peel |</h2><h2><span
style="color: #808000">16 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.visual-blast.com/graphics/icons/a-free-social-media-iconset-page-peel/"><img
class="alignnone size-full wp-image-4368" src="http://wordpressapi.com/files/free-social-media-icons-15.jpg" alt="" width="600" height="420" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2><span
style="color: #808000"><br
/> </span></h2><h2>Social Media Icons Pack in 3 Sizes |</h2><h2><span
style="color: #808000">17 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.blogperfume.com/social-media-icons-pack-in-3-sizes-for-download/"><img
class="alignnone size-full wp-image-4370" src="http://wordpressapi.com/files/free-social-media-icons-17.jpg" alt="" width="600" height="242" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>27 Circular Social Media Icons in 3 Sizes |</h2><h2><span
style="color: #808000">27 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.blogperfume.com/new-27-circular-social-media-icons-in-3-sizes/"><img
class="alignnone size-full wp-image-4371" src="http://wordpressapi.com/files/free-social-media-icons-18.jpg" alt="" width="600" height="315" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Media Mini Iconpack | <span
style="color: #808000">30 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.komodomedia.com/blog/2008/12/social-media-mini-iconpack/"><img
class="alignnone size-full wp-image-4372" src="http://wordpressapi.com/files/free-social-media-icons-19.jpg" alt="" width="600" height="240" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Vectors – 20 Free Social Bookmarking Icons |</h2><h2><span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://thinkdesignblog.com/free-vectors-20-free-social-bookmarking-icons.htm"><img
class="alignnone size-full wp-image-4373" src="http://wordpressapi.com/files/free-social-media-icons-20.jpg" alt="" width="600" height="376" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Vectors – Social Networking Icons (10 Colors/2 Styles) |</h2><h2><span
style="color: #808000">21 Icon  Set</span></h2><p><span
style="color: #808000"><a
href="http://thinkdesignblog.com/free-vectors-social-networking-icons-10-colors2-styles.htm"><img
class="alignnone size-full wp-image-4374" src="http://wordpressapi.com/files/free-social-media-icons-21.jpg" alt="" width="600" height="263" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Network Icon Pack | <span
style="color: #808000">80 Icon Pack</span></h2><p><span
style="color: #808000"><a
href="http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/"><img
class="alignnone size-full wp-image-4375" src="http://wordpressapi.com/files/free-social-media-icons-22.jpg" alt="" width="600" height="400" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Web 2.0rigami | <span
style="color: #808000">15 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://blog.iampaddy.com/2008/11/12/web-20rigami/"><img
class="alignnone size-full wp-image-4376" src="http://wordpressapi.com/files/free-social-media-icons-23.jpg" alt="" width="600" height="415" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Handycons – a free, hand drawn social media icon set |</h2><h2><span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.jankoatwarpspeed.com/post/2008/10/20/Handycons-a-free-hand-drawn-social-media-icon-set.aspx"><img
class="alignnone size-full wp-image-4377" src="http://wordpressapi.com/files/free-social-media-icons-24.jpg" alt="" width="600" height="304" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Hand Drawn Doodle Icon Set for Bloggers |</h2><h2><span
style="color: #808000">14 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.blog.spoongraphics.co.uk/freebies/free-hand-drawn-doodle-icon-set-for-bloggers"><img
class="alignnone size-full wp-image-4379" src="http://wordpressapi.com/files/free-social-media-icons-25.jpg" alt="" width="600" height="428" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Handycons 2 – another free hand drawn icon set |</h2><h2><span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.jankoatwarpspeed.com/post/2009/02/23/Handycons-2-another-free-hand-drawn-icon-set.aspx"><img
class="alignnone size-full wp-image-4380" src="http://wordpressapi.com/files/free-social-media-icons-26.jpg" alt="" width="600" height="400" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>It’s Twitter Time! Free vector icon set |</h2><h2><span
style="color: #808000">4 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.productivedreams.com/its-twitter-time-free-vector-icon-set/"><img
class="alignnone size-full wp-image-4381" src="http://wordpressapi.com/files/free-social-media-icons-27.jpg" alt="" width="600" height="472" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free New Social Icons –</h2><h2>Digg, Twitter, Stumble, RSS, Delicious &amp;  Reddit |</h2><h2><span
style="color: #808000">6 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://designreviver.com/freebies/6-free-new-social-icons-digg-twitter-stumble-rss-delicious-reddit/"><img
class="alignnone size-full wp-image-4382" src="http://wordpressapi.com/files/free-social-media-icons-28.jpg" alt="" width="600" height="444" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>High Gloss Web 2.0 Icons | <span
style="color: #808000">7 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.aoddesign.com/blog/resources/high-gloss-web-20-icons/"><img
class="alignnone size-full wp-image-4383" src="http://wordpressapi.com/files/free-social-media-icons-29.jpg" alt="" width="600" height="418" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Networking Icons | <span
style="color: #808000">5 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.aoddesign.com/blog/resources/social-networking-icons/"><img
class="alignnone size-full wp-image-4384" src="http://wordpressapi.com/files/free-social-media-icons-30.jpg" alt="" width="600" height="400" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>First icon set social icons | <span
style="color: #808000">19 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://wordpressapi.com/files/free-social-media-icons-31.jpg"><img
class="alignnone size-full wp-image-4386" src="http://wordpressapi.com/files/free-social-media-icons-31.jpg" alt="" width="600" height="173" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free glossy social icons | <span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtoolkit4.me/2009/06/10/icon-set-free-glossy-social-icons/"><img
class="alignnone size-full wp-image-4394" src="http://wordpressapi.com/files/free-social-media-icons-32.jpg" alt="" width="600" height="508" /></a><br
/> </span></p><p><span
style="color: #808000"><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Icons Made of Wood | <span
style="color: #808000">11 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtoolkit4.me/2008/09/26/social-icons-made-of-wood/"><img
class="alignnone size-full wp-image-4390" src="http://wordpressapi.com/files/free-social-media-icons-33.jpg" alt="" width="600" height="203" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Black and white social icons | <span
style="color: #808000">14 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtoolkit4.me/2009/11/22/black-and-white-social-icons/"><img
class="alignnone size-full wp-image-4391" src="http://wordpressapi.com/files/free-social-media-icons-34.jpg" alt="" width="600" height="282" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Polaroid icon set | <span
style="color: #808000">16 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtoolkit4.me/2009/03/17/polaroid-icon-set/"><img
class="alignnone size-full wp-image-4393" src="http://wordpressapi.com/files/free-social-media-icons-35.jpg" alt="" width="600" height="285" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Dellifeed: A Free Icon Set | <span
style="color: #808000">8 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.smashingmagazine.com/2008/11/19/dellifeed-a-free-icon-set/"><img
class="alignnone size-full wp-image-4395" src="http://wordpressapi.com/files/free-social-media-icons-36.jpg" alt="" width="600" height="600" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Set of social icons | <span
style="color: #808000">14 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://tydlinka.deviantart.com/art/Set-of-social-icons-109435724"><img
class="alignnone size-full wp-image-4397" src="http://wordpressapi.com/files/free-social-media-icons-37.jpg" alt="" width="600" height="418" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Set of social icons no.2 | <span
style="color: #808000">16 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://tydlinka.deviantart.com/art/Set-of-social-icons-no-2-110250447"><img
class="alignnone size-full wp-image-4398" src="http://wordpressapi.com/files/free-social-media-icons-38.jpg" alt="" width="600" height="420" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Flavours Icon Set | <span
style="color: #808000">177 Icons</span></h2><p><a
href="http://www.smashingmagazine.com/2009/01/23/friday-freebies-flavours-icon-set-and-cute-tweeters-icon-set/"><img
class="alignnone size-full wp-image-4400" src="http://wordpressapi.com/files/free-social-media-icons-39.jpg" alt="" width="600" height="425" /></a></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Socialize Icon Set | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://dryicons.com/free-icons/preview/socialize-icons-set/"><img
class="alignnone size-full wp-image-4401" src="http://wordpressapi.com/files/free-social-media-icons-40.jpg" alt="" width="600" height="434" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Bookmark Iconset | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://vikiworks.com/2007/06/15/social-bookmark-iconset/"><img
class="alignnone size-full wp-image-4402" src="http://wordpressapi.com/files/free-social-media-icons-41.jpg" alt="" width="600" height="240" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Bookmark Iconset: Part II | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://vikiworks.com/2007/07/28/social-bookmark-iconset-part-2/"><img
class="alignnone size-full wp-image-4403" src="http://wordpressapi.com/files/free-social-media-icons-42.jpg" alt="" width="600" height="173" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Social icons | <span
style="color: #808000">40 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://icon.leau.net/"><img
class="alignnone size-full wp-image-4405" src="http://wordpressapi.com/files/free-social-media-icons-43.jpg" alt="" width="600" height="372" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Web 2.0 Social Bookmarks | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.iconspedia.com/pack/web-2-0-social-bookmarks/"><img
class="alignnone size-full wp-image-4406" src="http://wordpressapi.com/files/free-social-media-icons-44.jpg" alt="" width="600" height="250" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Black Twitter icons | <span
style="color: #808000">5 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.iconspedia.com/pack/black-twitter-2332/"><img
class="alignnone size-full wp-image-4407" src="http://wordpressapi.com/files/free-social-media-icons-45.jpg" alt="" width="600" height="127" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Post Stamps icons | <span
style="color: #808000">25 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.iconspedia.com/pack/social-post-stamps-1860/"><img
class="alignnone size-full wp-image-4408" src="http://wordpressapi.com/files/free-social-media-icons-46.jpg" alt="" width="600" height="475" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>IconTexto Drink Web 2.0 Icon Pack |</h2><h2><span
style="color: #808000">27 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://icontexto.blogspot.com/2009/02/drink-web-20.html"><img
class="alignnone size-full wp-image-4409" src="http://wordpressapi.com/files/free-social-media-icons-47.jpg" alt="" width="600" height="240" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>High-Resolution Social-Media Iconset – PriceTag Style |</h2><h2><span
style="color: #808000">18 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://deepubalan.com/blog/2009/12/14/high-resolution-social-media-iconset-for-free-price-tag-style/"><img
class="alignnone size-full wp-image-4410" src="http://wordpressapi.com/files/free-social-media-icons-48.jpg" alt="" width="600" height="453" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Icon set for bloggers | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.templates.com/preview/icon-sets/ic-179.html"><img
class="alignnone size-full wp-image-4411" src="http://wordpressapi.com/files/free-social-media-icons-49.jpg" alt="" width="600" height="473" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social.me | <span
style="color: #808000">30 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://jwloh.deviantart.com/art/Social-me-90694011"><img
class="alignnone size-full wp-image-4413" src="http://wordpressapi.com/files/free-social-media-icons-50.jpg" alt="" width="600" height="517" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Vector Social Bookmark Icons | <span
style="color: #808000">15 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.snap2objects.com/2007/11/06/free-vector-social-bookmark-icons/"><img
class="alignnone size-full wp-image-4414" src="http://wordpressapi.com/files/free-social-media-icons-51.jpg" alt="" width="600" height="491" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>3D Social Media Icons for bloggers | <span
style="color: #808000">8 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.snap2objects.com/2009/12/15/3d-social-media-icons-for-bloggers/"><img
class="alignnone size-full wp-image-4416" src="http://wordpressapi.com/files/free-social-media-icons-52.jpg" alt="" width="600" height="455" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Bookmark Sketchy Icons | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.snap2objects.com/2009/02/05/social-bookmark-sketchy-icons/"><img
class="alignnone size-full wp-image-4418" src="http://wordpressapi.com/files/free-social-media-icons-531.jpg" alt="" width="600" height="530" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Four Hand Drawn Twitter Icons | <span
style="color: #808000">4 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.snap2objects.com/2009/07/16/four-hand-drawn-twitter-icons/"><img
class="alignnone size-full wp-image-4420" src="http://wordpressapi.com/files/free-social-media-icons-54.jpg" alt="" width="600" height="555" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>30 Free Vector Twitter Buttons | <span
style="color: #808000">30 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://siahdesign.com/archives/491"><img
class="alignnone size-full wp-image-4421" src="http://wordpressapi.com/files/free-social-media-icons-161.jpg" alt="" width="600" height="418" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>(max)Icone Blog – Set #1 |<span
style="color: #808000"> 30 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.webfruits.it/freebies.htm#maxIconsSet1"><img
class="alignnone size-full wp-image-4424" src="http://wordpressapi.com/files/free-social-media-icons-551.jpg" alt="" width="600" height="224" /></a><br
/> </span></p><p><span
style="color: #808000"> </span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>(max)Icone Blog – Set #2 | <span
style="color: #808000">25 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.webfruits.it/freebies.htm#maxIconsSet2"><img
class="alignnone size-full wp-image-4425" src="http://wordpressapi.com/files/free-social-media-icons-56.jpg" alt="" width="600" height="225" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>(max)Icone Blog – Set #3 | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.webfruits.it/freebies.htm#maxIconsSet3"><img
class="alignnone size-full wp-image-4426" src="http://wordpressapi.com/files/free-social-media-icons-57.jpg" alt="" width="600" height="226" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Heart v2: Free Social Iconset in Heart Shape |</h2><h2><span
style="color: #808000">39 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://thedesignsuperhero.com/2009/03/heart-v2-free-social-iconset-in-heart-shape/"><img
class="alignnone size-full wp-image-4427" src="http://wordpressapi.com/files/free-social-media-icons-58.jpg" alt="" width="600" height="419" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>iConPack – with psd | <span
style="color: #808000">19 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://7ur.deviantart.com/art/iConPack-now-with-psd-53066224"><img
class="alignnone size-full wp-image-4429" src="http://wordpressapi.com/files/free-social-media-icons-591.jpg" alt="" width="600" height="411" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Jeans social media icon pack | <span
style="color: #808000">17 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://nishad2m8.deviantart.com/art/jeans-social-media-icon-pack-131069708"><img
class="alignnone size-full wp-image-4430" src="http://wordpressapi.com/files/free-social-media-icons-60.jpg" alt="" width="600" height="450" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Extreme Grunge Garments Icons | <span
style="color: #808000">9 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://colaja.deviantart.com/art/Extreme-Grunge-Garments-Icons-137666117"><img
class="alignnone size-full wp-image-4432" src="http://wordpressapi.com/files/free-social-media-icons-61.jpg" alt="" width="600" height="583" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Black Paint Splatter Icons | <span
style="color: #808000">154 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/Black-Paint-Splatter-Icons-138031300"><img
class="alignnone size-full wp-image-4433" src="http://wordpressapi.com/files/free-social-media-icons-62.jpg" alt="" width="600" height="336" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Brand New Twitter Icons | <span
style="color: #808000">53 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/53-Brand-New-Twitter-Icons-122263743"><img
class="alignnone size-full wp-image-4434" src="http://wordpressapi.com/files/free-social-media-icons-63.jpg" alt="" width="600" height="310" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Sleek Social Network tab icons | <span
style="color: #808000">35 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://cheth.deviantart.com/art/Sleek-Social-Network-tab-icons-142555717"><img
class="alignnone size-full wp-image-4436" src="http://wordpressapi.com/files/free-social-media-icons-64.jpg" alt="" width="600" height="300" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>FreeHand_ColorStroked icon pack | <span
style="color: #808000">22 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://mfayaz.deviantart.com/art/FreeHand-ColorStroked-icon-pac-117362788"><img
class="alignnone size-full wp-image-4438" src="http://wordpressapi.com/files/free-social-media-icons-651.jpg" alt="" width="600" height="785" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Crumpled Paper Icons | <span
style="color: #808000">108 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/Crumpled-Paper-Icons-127844201"><img
class="alignnone size-full wp-image-4440" src="http://wordpressapi.com/files/free-social-media-icons-66.jpg" alt="" width="600" height="336" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>108 Red Pearl Soc. Media Icons | <span
style="color: #808000">108 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/108-Red-Pearl-Soc-Media-Icons-123745270"><img
class="alignnone size-full wp-image-4441" src="http://wordpressapi.com/files/free-social-media-icons-67.jpg" alt="" width="600" height="338" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Denim Jeans Social Media Icons | <span
style="color: #808000">108 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/Denim-Jeans-Social-Media-Icons-123185556"><img
class="alignnone size-full wp-image-4442" src="http://wordpressapi.com/files/free-social-media-icons-68.jpg" alt="" width="600" height="338" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Blue Jelly Social Media Icons | <span
style="color: #808000">108 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/Blue-Jelly-Social-Media-Icons-123201250"><img
class="alignnone size-full wp-image-4444" src="http://wordpressapi.com/files/free-social-media-icons-69.jpg" alt="" width="600" height="310" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Wood Social Media Icons | <span
style="color: #808000">34 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://fiyah-gfx.deviantart.com/art/34-Wood-Social-Media-Icons-133693398"><img
class="alignnone size-full wp-image-4445" src="http://wordpressapi.com/files/free-social-media-icons-70.jpg" alt="" width="600" height="299" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Clear bubble icons | <span
style="color: #808000">154 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/154-clear-bubble-icons-128876481"><img
class="alignnone size-full wp-image-4446" src="http://wordpressapi.com/files/free-social-media-icons-71.jpg" alt="" width="600" height="339" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>PC Social Media Icons | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://kyo-tux.deviantart.com/art/PC-Social-Media-Icons-148039281"><img
class="alignnone size-full wp-image-4447" src="http://wordpressapi.com/files/free-social-media-icons-72.jpg" alt="" width="600" height="425" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>SocioLEGO Lego Social Icon Set | <span
style="color: #808000">11 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://littleboxofideas.deviantart.com/art/SocioLEGO-Lego-Social-Icon-Set-130121656"><img
class="alignnone size-full wp-image-4448" src="http://wordpressapi.com/files/free-social-media-icons-73.jpg" alt="" width="600" height="286" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Twitter Button Pack | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://kamarashev.deviantart.com/art/Twitter-Button-Pack-139341693"><img
class="alignnone size-full wp-image-4450" src="http://wordpressapi.com/files/free-social-media-icons-74.jpg" alt="" width="600" height="426" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Orange Stickers Soc. Media | <span
style="color: #808000">154 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://webtreatsetc.deviantart.com/art/Orange-Stickers-Soc-Media-132309324"><img
class="alignnone size-full wp-image-4451" src="http://wordpressapi.com/files/free-social-media-icons-75.jpg" alt="" width="600" height="338" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Media Buttons | <span
style="color: #808000">15 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://paulodelvalle.deviantart.com/art/Social-Media-Buttons-140893744"><img
class="alignnone size-full wp-image-4452" src="http://wordpressapi.com/files/free-social-media-icons-76.jpg" alt="" width="600" height="478" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social media icons | <span
style="color: #808000">32 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://plechi.deviantart.com/art/Social-media-icons-118416641"><img
class="alignnone size-full wp-image-4453" src="http://wordpressapi.com/files/free-social-media-icons-77.jpg" alt="" width="600" height="400" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social 2 Duo | <span
style="color: #808000">10 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://iconblock.deviantart.com/art/Social-2-Duo-118057239"><img
class="alignnone size-full wp-image-4454" src="http://wordpressapi.com/files/free-social-media-icons-78.jpg" alt="" width="600" height="637" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Icons -knobs | <span
style="color: #808000">19 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.chethstudios.net/2009/05/social-icons-knobs.html"><img
class="alignnone size-full wp-image-4456" src="http://wordpressapi.com/files/free-social-media-icons-79.jpg" alt="" width="600" height="326" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Cutielicious! A Free Twitter Bird Icon Set | <span
style="color: #808000">28 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.chethstudios.net/2009/12/cutielicious-free-twitter-bird-icon-set.html"><img
class="alignnone size-full wp-image-4457" src="http://wordpressapi.com/files/free-social-media-icons-80.jpg" alt="" width="600" height="683" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Christmass Style Social Icons | <span
style="color: #808000">30 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.chethstudios.net/2009/11/christmas-free-social-networking-icons.html"><img
class="alignnone size-full wp-image-4458" src="http://wordpressapi.com/files/free-social-media-icons-81.jpg" alt="" width="600" height="336" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><span
style="color: #808000"><br
/> </span></p><h2>Bookmarks And Social Icons | <span
style="color: #808000">65 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://studiom6.deviantart.com/art/65-Bookmarks-And-Social-Icons-120098825"><img
class="alignnone size-full wp-image-4460" src="http://wordpressapi.com/files/free-social-media-icons-82.jpg" alt="" width="600" height="506" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Social Bookmark icons | <span
style="color: #808000">24 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.thelogorunner.com/latest-news/free-social-bookmarking-icons/"><img
class="alignnone size-full wp-image-4461" src="http://wordpressapi.com/files/free-social-media-icons-83.jpg" alt="" width="600" height="410" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social networking icons in vector format. | <span
style="color: #808000">24 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.thelogorunner.com/latest-news/free-vector-social-bookmarking-icons/"><img
class="alignnone size-full wp-image-4462" src="http://wordpressapi.com/files/free-social-media-icons-84.jpg" alt="" width="600" height="363" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Wild Twist Social media Icon pack | <span
style="color: #808000">18 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.chethstudios.net/2009/02/wild-twist-social-media-icon-pack.html"><img
class="alignnone size-full wp-image-4464" src="http://wordpressapi.com/files/free-social-media-icons-85.jpg" alt="" width="600" height="348" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Social Media Icon Set For Your Blog | <span
style="color: #808000">6 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.noupe.com/freebie/new-free-social-media-icon-set-for-your-blog.html"><img
class="alignnone size-full wp-image-4465" src="http://wordpressapi.com/files/free-social-media-icons-86.jpg" alt="" width="600" height="449" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Set of Social Media Icons – Rivet Social |</h2><h2><span
style="color: #808000">14 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://sixrevisions.com/freebies/free-set-of-social-media-icons-rivet-social/"><img
class="alignnone size-full wp-image-4467" src="http://wordpressapi.com/files/free-social-media-icons-87.jpg" alt="" width="600" height="303" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Panda Social Network Icons | <span
style="color: #808000">12 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://sixrevisions.com/freebies/icons/free-vector-icons-panda-social-network-icons/"><img
class="alignnone size-full wp-image-4468" src="http://wordpressapi.com/files/free-social-media-icons-88.jpg" alt="" width="600" height="532" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Social Media Stars Icon Set | <span
style="color: #808000">26 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://arbent.net/blog/social-media-stars-icon-set"><img
class="alignnone size-full wp-image-4469" src="http://wordpressapi.com/files/free-social-media-icons-89.jpg" alt="" width="600" height="502" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Circular Social Media Icons Repack | <span
style="color: #808000">36 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://arbent.net/blog/circular-social-media-icons"><img
class="alignnone size-full wp-image-4470" src="http://wordpressapi.com/files/free-social-media-icons-90.jpg" alt="" width="600" height="528" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Free Social Media Icon Set: Chrome | <span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://www.chris-wallace.com/2009/05/28/free-social-media-icons-socialize/"><img
class="alignnone size-full wp-image-4471" src="http://wordpressapi.com/files/free-social-media-icons-91.jpg" alt="" width="600" height="400" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Large Icons Social | <span
style="color: #808000">23 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://sixrevisions.com/freebies/icons/free-set-of-social-media-icons-large-icons-social/"><img
class="alignnone size-full wp-image-4472" src="http://wordpressapi.com/files/free-social-media-icons-92.jpg" alt="" width="600" height="358" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Old Bottle Crowns Icon Set | <span
style="color: #808000">20 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://sixrevisions.com/freebies/icons/free-social-media-icons-old-bottle-crowns-icon-set/"><img
class="alignnone size-full wp-image-4473" src="http://wordpressapi.com/files/free-social-media-icons-93.jpg" alt="" width="600" height="733" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><h2>Exclusive Free Hand-Sketched Icon Set | <span
style="color: #808000">6 Icon Set</span></h2><p><span
style="color: #808000"><a
href="http://sixrevisions.com/freebies/icons/social-sketches-exclusive-free-hand-sketched-icon-set/"><img
class="alignnone size-full wp-image-4474" src="http://wordpressapi.com/files/free-social-media-icons-94.jpg" alt="" width="600" height="549" /></a></span></p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span><br
/> I hope this list will useful for you. Have fun..</p><p>Thank You!</p><p></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/12/4000-free-social-media-icons-website/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>create schedule of future tweets on twitter</title><link>http://wordpressapi.com/2010/07/01/create-schedule-future-tweets-twitter/</link> <comments>http://wordpressapi.com/2010/07/01/create-schedule-future-tweets-twitter/#comments</comments> <pubDate>Thu, 01 Jul 2010 13:34:36 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[twitter]]></category> <category><![CDATA[twitter tips]]></category> <category><![CDATA[twitter tools]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3966</guid> <description><![CDATA[Want to tweet day and night without touching the computer? Well now you can. Its a good thing to tweet at least once every hour. This will keep your followers happy and informed. Here&#8217;s websites to create a schedule of your future tweets. Have fun.. twuffer.com – Twuffer was developed for anyone who has a.....]]></description> <content:encoded><![CDATA[<p>Want to tweet day and night without touching the computer? Well now you  can. Its a good thing to tweet at least once every hour. This will keep  your followers happy and informed.</p><p>Here&#8217;s websites to create a schedule of your future tweets. Have fun..</p><p><a
href="http://wordpressapi.com/files/future-tweets.jpg"><img
class="alignnone size-full wp-image-3967" src="http://wordpressapi.com/files/future-tweets.jpg" alt="" width="450" height="300" /></a></p><p><a
href="http://twuffer.com/"><strong>twuffer.com</strong></a> – Twuffer was  developed for anyone who has a need to schedule pre-written, post-dated  tweets, you can use it for different purposes, like tweeting  hourly/daily/monthly announcements, running time based contests and so  on.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><a
href="http://mytweeterapps.com/desktop-twitter-client-applications/autotweeter-automatic-twitter-client/"><strong>autotweeter</strong></a> – A java based cross platform twitter desktop client that will allow you to schedule future tweets without using any  external service.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><a
href="http://futuretweets.com/"><strong>futuretweets.com</strong></a> –  Future Tweets is a free service that lets you schedule your Twitter  messages. Send it at a specific time in the future or send a recurring  tweet daily, weekly, monthly or yearly!</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><a
href="http://twitrobot.com/"><strong>twitrobot.com</strong></a> –  TwitRobot allows schedule your Twitter messages. Send status updates to  Twitter even when your away from your phone or computer.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><a
href="http://www.tweetlater.com/"><strong>tweetlater.com</strong></a> –  TweetLater allows you to schedule tweets that will be sent out in the  future. Pretty simple and easy to use.</p><p><span
style="color: #808000">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span></p><p><span
style="color: #808000"><br
/> </span></p><p>Thank You!</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/07/01/create-schedule-future-tweets-twitter/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>21exclusive tips for Twitter</title><link>http://wordpressapi.com/2010/06/30/21-tips-twitter/</link> <comments>http://wordpressapi.com/2010/06/30/21-tips-twitter/#comments</comments> <pubDate>Wed, 30 Jun 2010 07:59:09 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[twitter]]></category> <category><![CDATA[twitter tips]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3862</guid> <description><![CDATA[If you are new in twitter and don’t know anything about it then don&#8217;t worry.. In this post is supposed to answer all the questions you ever had about doing something on Twitter. In these, you can find really basic information about Twitter features. How To Use Twitter: Starting with the very basic question. How.....]]></description> <content:encoded><![CDATA[<p>If you are new in twitter and don’t know anything about it then don&#8217;t worry..</p><p>In this post is supposed to answer all the questions you ever had about  doing something on Twitter. In these, you can find really basic  information about Twitter features.</p><p><a
href="http://wordpressapi.com/files/twitter-tips.jpg"><img
class="alignnone size-full wp-image-3863" src="http://wordpressapi.com/files/twitter-tips.jpg" alt="" width="503" height="384" /></a><a
href="http://www.digitaltrends.com/how-to/how-to-use-twitter/"></a></p><ol><li> <a
href="http://www.digitaltrends.com/how-to/how-to-use-twitter/">How  To Use Twitter</a>: Starting with the very basic question.</li><li><a
href="http://www.kullin.net/2009/01/strategies-for-choosing-twitter-handle.html">How  To Choose a Twitter Handle/Username:</a> 8 handy tips on choosing the  right username.</li><li><a
href="http://mashable.com/2009/04/16/retweet-guide/">What is a  ReTweet and How To Do a ReTweet?</a> Simple insight to the most common  feature of Twitter.</li><li><a
href="http://www.ehow.com/how_2194263_follow-someone-twitter.html">How  To Follow Someone:</a> See the essence of how Twitter works.</li><li><a
href="http://mashable.com/2009/05/17/twitter-hashtags/">How To  Use #Hashtags:</a> Get most out of hashtags on twitter.</li><li><a
href="http://www.ehow.com/how_4550767_upload-background-images-twitter.html">How  To Upload Background Image:</a> Give your Twitter profile a personal  touch by uploading a background image.</li><li><a
href="http://mashable.com/2009/02/15/twitter-groups-3/">Change  Background Display To a Personal Picture:</a> It takes less than 2  minutes to do this.</li><li><a
href="http://mashable.com/2008/11/18/how-to-auto-follow-people-on-twitter/">How  To Auto-Follow People:</a> Automatically start following somebody who  follows you.</li><li><a
href="http://www.twitip.com/do-you-converse-or-broadcast-how-to-build-or-kill-relationships-on-twitter/">Building  Relationships on Twitter:</a> Using Twitter the right way can change  things around for you.</li><li><a
href="http://mashable.com/2009/07/02/twitter-people/">Find People On  Twitter:</a> Twitter has millions of users and you need to know the  right way to find somebody.</li><li><a
href="http://mashable.com/2009/02/15/twitter-groups-3/">Create Groups  on Twitter:</a> If you don’t like lists, here is an alternative.</li><li><a
href="http://www.ajvaynerchuk.com/how-to-link-twitter-to-facebook-a-twitter-tutorial-3/">How  To Link Facebook To Twitter:</a> Automatically send your tweets to your  Facebook.</li><li><a
href="http://www.twitip.com/how-to-turn-your-twitter-profile-page-into-an-seo-masterpiece/">How  To Customize Your Profile For SEO:</a> Who knew Twitter can be a huge SEO tool.</li><li><a
href="http://www.twitip.com/how-to-get-more-followers-and-give-back-at-the-same-time/">How  To Get More Followers:</a> Learn to get more followers while giving  back as well.</li><li><a
href="http://mashable.com/2009/05/17/twitter-hashtags/">Use Advanced  Search On Twitter:</a> Twitter can be a black hole if you don’t know the right search tools.</li><li><a
href="http://mashable.com/2009/05/09/twitter-customer-service/">How  To Use Twitter For Customer Service:</a> Turn your Twitter account into a  PR tool.</li><li><a
href="http://www.quickonlinetips.com/archives/2009/06/get-twitter-verified-account/">How  To Apply For a Verified Account:</a> Don’t let anybody else be you.</li><li><a
href="http://mashable.com/2009/01/11/how-to-download-your-twitter-archive/">Download  Twitter Archive:</a> The smart way to save your tweets.</li><li><a
href="http://mashable.com/2009/06/16/poll-everywhere/">Conduct Polls  Via Twitter:</a> Learn to use Twitter as a tool to capture public  opinion.</li><li><a
href="http://mashable.com/2008/11/15/twitterspeak/">Know What a  Twitter Term Means:</a> A small glossary for Twitter related words.</li><li><a
href="http://www.twitip.com/spam-phishing-and-hacks-how-to-shore-up-your-defenses/">Save  Yourself From Spam and Phishing:</a> Learn to protect your Twitter  profile from being compromised.</li></ol><p>These are not all, but just some questions that are commonly asked  about Twitter.</p><p>Thank You!</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/06/30/21-tips-twitter/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>The Top 10 Social Networking Sites</title><link>http://wordpressapi.com/2010/06/28/top-10-social-networking-sites/</link> <comments>http://wordpressapi.com/2010/06/28/top-10-social-networking-sites/#comments</comments> <pubDate>Mon, 28 Jun 2010 19:11:36 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Open source]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[google]]></category> <category><![CDATA[news]]></category> <category><![CDATA[social]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[social media marketing]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3798</guid> <description><![CDATA[If you have website then you should take advantage from social networking sites to grow your website traffic and build your community or group. According to Marketing Charts and data from Hitwise, these were the top 10 social networking websites and forums during the month of May, 2010. 1. Facebook: 54.90%. Are we really surprised.....]]></description> <content:encoded><![CDATA[<p><a
href="http://wordpressapi.com/files/hitwise-2010-may-social-networking-websites-forums-resized-600.gif.png"><img
class="alignnone size-full wp-image-3799" src="http://wordpressapi.com/files/hitwise-2010-may-social-networking-websites-forums-resized-600.gif.png" alt="" width="585" height="710" /></a></p><p>If you have website then you should take advantage from social networking sites to grow your website traffic and build your community or group.</p><p>According to <a
href="http://www.marketingcharts.com/interactive/top-10-social-networking-websites-forums-may-2010-13182/" target="_new">Marketing  Charts</a> and data from Hitwise, these were the top 10 social  networking websites and forums during the month of May, 2010.</p><p>1. Facebook: 54.90%. Are we really surprised to see that Facebook is the  Numero Uno social website? Probably not. With over 500 million members  and still growing by leaps and bounds, Facebook is incredibly popular.  Make no mistake about it&#8212;Facebook appeals to younger members, but  there is also a large demographic of older members, as well.</p><p>2.  YouTube: 16.02%. Another hugely popular site, especially since online  video viewing is HOT. Nowhere close to Facebook’s market share, but  definitely nothing to sneeze at in terms of a good place for social  media marketing.</p><p>3. MySpace: 11.9%. This may come as something of  a surprise to people who thought that the popularity of MySpace was  waning. There is also an International version of MySpace, as well as a  Latino version.</p><p>4. Twitter: 1.07%. Really? Can this be true? One  would think that considering the tremendous popularity of tweeting and  Twitter, it would have commanded a heftier percentage of the market  share, but apparently not. Who knew?</p><p>5. Tagged: 1.01%. This one  bills itself as being all about social discovery, meeting new people and  staying in touch with people you already know.</p><p>6. Yahoo!  Answers: 0.91%. You might no think of this as a social community, but it  is certainly a community with a large member base. The benefit here to  someone wanting to use this site for social media marketing is that by  answering questions asked by other members, you can achieve varying  levels of expertise until you are deemed an expert in a category, which  could be helpful in establishing yourself as an authority in your niche.</p><p>7.  Yahoo! Profiles: 0.62%. Basically a place to post your Yahoo profile  and share it with other Yahoo members.</p><p>8. MyYearbook: 0.61%.  This one does seem to be geared more toward a youthful audience, and  might be worth your while for marketing if this age group is your  targeted demographic.</p><p>9. Windows Live Home: 0.46%. Okay, this one  is more or less a place to bring Windows Live services together, all in  one place.</p><p>10. MocoSpace: 0.34%. Again, seems to be mostly for a  young age group. It probably gains much appeal by being accessible on  mobile devices.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/06/28/top-10-social-networking-sites/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>how to find out who have added your tweets as favorites</title><link>http://wordpressapi.com/2010/06/28/find-added-tweets-favorites/</link> <comments>http://wordpressapi.com/2010/06/28/find-added-tweets-favorites/#comments</comments> <pubDate>Mon, 28 Jun 2010 06:18:05 +0000</pubDate> <dc:creator>Mahesh</dc:creator> <category><![CDATA[twitter]]></category> <category><![CDATA[twitter tools]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3767</guid> <description><![CDATA[You can easily find out who have added your tweets as favorites. Twitter users have a option to favorite tweets they like, but users in general do not have any way to know when their tweets have been added as favorites. But like always there is a solution and it’s called Google, using Google you.....]]></description> <content:encoded><![CDATA[<p>You can easily find out who have added your tweets as favorites.</p><p><a
href="http://wordpressapi.com/files/twitter.jpg"><img
class="alignnone size-full wp-image-3770" src="http://wordpressapi.com/files/twitter.jpg" alt="" width="367" height="367" /></a></p><p>Twitter users have a option to favorite tweets they like, but users in general do not have any way to know when their tweets have been added as favorites.</p><p>But like always there is a solution and it’s called Google, using Google you can easily search the tweets (you made) that other users have added as favorites.</p><p>Just <a
href="http://www.google.com" target="_blank">search Google<br
/> </a> for the term given below and you will find the users who have added your tweets as favorites:</p><p>site:<span
style="color: #ff0000">twitter.com/*/favourites @username</span></p><p>Simply replace the @username with your own twitter username and you will see the users who have added your tweets as favorites.</p><p>thank you!</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/06/28/find-added-tweets-favorites/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Top 10 free online application for Social Media Marketing</title><link>http://wordpressapi.com/2010/06/27/top-10-free-online-application-social-media-marketing/</link> <comments>http://wordpressapi.com/2010/06/27/top-10-free-online-application-social-media-marketing/#comments</comments> <pubDate>Sun, 27 Jun 2010 07:48:31 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Open source]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[news]]></category> <category><![CDATA[social]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[marketing]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3712</guid> <description><![CDATA[Now internet and social marketing and networking is very important these days. There are so much paid services for online marketing but why to pay for that. There are so many very powerful social marketing tools freely available. Here I am giving the some list of free softwares which are available for media and social.....]]></description> <content:encoded><![CDATA[<div><a
href="http://wordpressapi.com/files/social_marketing.jpg"><img
class="alignnone size-full wp-image-3713" title="social_marketing" src="http://wordpressapi.com/files/social_marketing.jpg" alt="" width="325" height="299" /></a></div><div>Now internet and social marketing and networking is very important these days.</div><div></div><div
id="_mcePaste">There are so much paid services for online marketing but why to pay for that. There are so many very powerful social marketing tools freely available.</div><div></div><div
id="_mcePaste">Here I am giving the some list of free softwares which are available for media and social marketing.</div><p>Now internet and social marketing and networking is very important these days.There are so much paid services for online marketing but why to pay for that. There are so many very powerful social marketing tools freely avaible.<br
/> Here I am giving the some list of free softwares which are avaiable for media and social marketing.</p><p><strong>WordPress:</strong> Yes, if you have an online business, you need an  online business blog. With WordPress, you can have a professional  looking, fully functional blog with all the bells and whistles up and  running in the blink of an eye!</p><p><a
href="http://blog.dropshipaccess.com/%20http://wordpress.com/">Click  Here to go to WordPress </a></p><p><strong><br
/> </strong></p><p><strong>Twitteriffic:</strong> A fun application for Macs with a small  desktop footprint that lets you read or post Tweets. You can view as  much or as little info as you like. Has been called the “perfect”  Twitter app. <a
href="http://blog.dropshipaccess.com/%20http://iconfactory.com/software/twitterrific"></a></p><p><a
href="http://blog.dropshipaccess.com/%20http://iconfactory.com/software/twitterrific">Click  Here to go to Twitteriffic </a></p><p><strong>ScribeFire: </strong>Using Firefox? This add-on for Firefox is  great for blogging!</p><p><a
href="http://blog.dropshipaccess.com/%20http://www.scribefire.com/">Click  Here to go to ScribeFire</a></p><p><strong>Dabbleboard:</strong> Gives you a virtual whiteboard, a wonderful tool for drawing and addressing a group!</p><p><a
href="http://www.dabbleboard.com/%20">Click Here to go to Dabbleboard</a></p><p><strong>Ustream.tv:</strong> Want to broadcast yourself live across the internet? This is a great freebie for you! Ustream is a live, interactive video broadcast platform that allows anybody with a camera and an internet connection to broadcast globally. You can literally create your own channel, or broadcast from your own site. Wow!</p><p><a
href="http://blog.dropshipaccess.com/%20http://www.ustream.tv/">Click Here to go to Ustream.tv</a></p><p><strong>SightSpeed:</strong> GREAT free software that allows one-on-one  live video chat! SightSpeed has received glowing reviews and would be a  very valuable tool for your ecommerce business, social media marketing,  PR, customer service and much more.</p><p><a
href="http://blog.dropshipaccess.com/%20http://www.sightspeed.com/index.php">Click  Here to go to SightSpeed</a></p><p><strong>FlauntR:</strong> Online photo editor that integrates with  Facebook, Flickr, and just about any other online picture service. It  has a set of tools that are designed to manipulate images for social  media and mobile handsets.</p><p><a
href="http://www.flauntr.com/">Click Here to go to flauntR </a></p><p><strong><br
/> </strong></p><p><strong>Yahoo Widgets:</strong> Love those widgets, and Yahoo offers 5,000  of them&#8211;the biggest widget collection in the world! You can find any  kind of widget here. So cool! <a
href="http://widgets.yahoo.com/"></a></p><p><a
href="http://widgets.yahoo.com/">Click  Here to go to Yahoo Widgets</a></p><p><strong>Tokbox:</strong> Turns your AIM buddy list into a videoconferencing buddy list, and separate apps can make it work through Facebook or Twitter.</p><p><a
href="http://www.tokbox.com/">Click Here to go to Tokbox</a></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/06/27/top-10-free-online-application-social-media-marketing/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>On Twitter now you can Follow your Facebook and LinkedInd friends and colleagues</title><link>http://wordpressapi.com/2010/06/25/twitter-follow-facebook-linkedind-friends-colleagues/</link> <comments>http://wordpressapi.com/2010/06/25/twitter-follow-facebook-linkedind-friends-colleagues/#comments</comments> <pubDate>Fri, 25 Jun 2010 09:49:16 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Open source]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[news]]></category> <category><![CDATA[social]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3608</guid> <description><![CDATA[The Twitter is micro-blogging site and it is become very famous in last few years. Twitter provides addition of Facebook and LinkedIn to its Find Friends feature. The Twitter Facebook app now lets you know which of your friends are on Twitter. It lets you save those users to a list or follow them instantly......]]></description> <content:encoded><![CDATA[<p><a
href="http://wordpressapi.com/files/twitter_fb_app.png"><img
class="alignleft size-full wp-image-3609" style="margin: 5px" title="twitter_fb_app" src="http://wordpressapi.com/files/twitter_fb_app.png" alt="" width="320" height="191" /></a><a
href="http://wordpressapi.com/files/twitter_linkedin_app.png"><img
class="alignleft size-full wp-image-3610" style="margin: 5px" title="twitter_linkedin_app" src="http://wordpressapi.com/files/twitter_linkedin_app.png" alt="" width="320" height="191" /></a></p><p>The Twitter is micro-blogging site and it is become very famous in last few years.<br
/> Twitter provides addition of Facebook and LinkedIn to its Find Friends feature.</p><p>The Twitter Facebook app now lets you know which of your friends are on Twitter. It lets you save those users to a list or follow them instantly. Users can now also post tweets directly to their Facebook pages, in addition to their profile.</p><p>As per Twitter blog post They are saying,</p><p>&#8220;Many Twitter users follow their favorite celebrities, sports heroes, or brands. They often find and follow even more nearby businesses or experts in their industry. And, of course, people also follow friends, family and associates so that they can keep updated on what&#8217;s happening with them. In fact, one of our most frequent requests from users is how they can find and follow the people they are connected to on their social networks.</p><p>Today, we&#8217;re improving our Find Friends section to make it easier to find and follow the people you already know &#8212; your friends on Facebook and connections on LinkedIn &#8212; who use Twitter. Our Facebook app, which launched in 2007, now shows which of your Facebook friends are on Twitter and lets you follow them instantly and save them to a list. The app also lets you post your Tweets to your Facebook profile and now, to one of your Facebook pages too. With the Tweets application by LinkedIn, you can see which of your LinkedIn connections are on Twitter and follow the ones you choose right from the app. The app also lets you save your LinkedIn connections as a list, post your Tweets to LinkedIn, and add your Twitter account to your LinkedIn profile.</p><p>UPDATE: The Facebook app cannot currently access your Facebook friend list. We believe this is an issue on Facebook&#8217;s end.&#8221;</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/06/25/twitter-follow-facebook-linkedind-friends-colleagues/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Top 10 social twitter tools</title><link>http://wordpressapi.com/2010/06/20/top-10-social-twitter-tools/</link> <comments>http://wordpressapi.com/2010/06/20/top-10-social-twitter-tools/#comments</comments> <pubDate>Sun, 20 Jun 2010 06:26:42 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Open source]]></category> <category><![CDATA[news]]></category> <category><![CDATA[social]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[top 20]]></category> <category><![CDATA[twitter tools]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3360</guid> <description><![CDATA[Twitter become very popular in past few years and now it has been used by freelancers, designers, programmer, social media company, printing company. There are lot of third party twitter tools developed by many developers and companies. I collected the information about twitter tools. Using this information you can collect the who is followers, track.....]]></description> <content:encoded><![CDATA[<p>Twitter become very popular in past few years and now it has been  used by freelancers, designers, programmer,  social media company, printing company. There are lot of third party twitter tools developed by many developers and companies.</p><p>I collected the information about twitter tools. Using this information you can collect the who is followers, track visitors – who is following, not following, deadbeat  users, clean your account.</p><h2><a
href="http://tweetmeme.com/" target="_blank">Tweetmeme</a></h2><p><a
href="http://wordpressapi.com/files/TweetMeme-Search-and-Retweet-the-Hottest-Stories-on-Twitter_1277014770372.png"><img
class="alignnone size-full wp-image-3366" title="TweetMeme - Search and Retweet the Hottest Stories on Twitter_1277014770372" src="http://wordpressapi.com/files/TweetMeme-Search-and-Retweet-the-Hottest-Stories-on-Twitter_1277014770372.png" alt="" width="421" height="144" /></a></p><p>Find most popular links in Twitter, sorted in categories.</p><h2><a
href="http://twuffer.com/" target="_blank">Twuffer</a></h2><p><a
href="http://wordpressapi.com/files/twuffer-twitter-tools.jpg"><img
class="alignnone size-full wp-image-3367" title="twuffer-twitter-tools" src="http://wordpressapi.com/files/twuffer-twitter-tools.jpg" alt="" width="570" height="350" /></a></p><p>Twuffer allows the Twitter user to compose a list of future tweets,  and schedule their release.</p><h2><a
href="http://www.twiddict.com/" target="_blank">Twiddict</a></h2><p><a
href="http://wordpressapi.com/files/twiddict-twitter-tools.jpg"><img
class="alignnone size-full wp-image-3368" title="twiddict-twitter-tools" src="http://wordpressapi.com/files/twiddict-twitter-tools.jpg" alt="" width="570" height="350" /></a></p><p>Twiddict sends your tweets to Twitter even if it’s down.</p><h2><a
href="http://twitpic.com/" target="_blank">Twitpic</a></h2><p><a
href="http://wordpressapi.com/files/twitpic-twitter-tools.jpg"><img
class="alignnone size-full wp-image-3370" title="twitpic-twitter-tools" src="http://wordpressapi.com/files/twitpic-twitter-tools.jpg" alt="" width="570" height="350" /></a></p><p>Upload and share photos on Twitter.</p><h2><a
href="http://twitterfeed.com/" target="_blank">Twitter Feed</a></h2><p><a
href="http://wordpressapi.com/files/feed-twitter-tools.jpg"><img
class="alignnone size-full wp-image-3369" title="feed-twitter-tools" src="http://wordpressapi.com/files/feed-twitter-tools.jpg" alt="" width="570" height="350" /></a></p><p>Add RSS feeds and it automaticcly posts the headlines to Twitter.</p><h2><a
href="http://tweetbeep.com/" target="_blank">TweetBeep</a></h2><p><a
href="http://wordpressapi.com/files/Twitter-Alerts-TweetBeep.com_1277012299120.png"><img
class="alignnone size-full wp-image-3361" title="Twitter Alerts -  TweetBeep.com_1277012299120" src="http://wordpressapi.com/files/Twitter-Alerts-TweetBeep.com_1277012299120.png" alt="" width="538" height="77" /></a></p><p>Get regular updates to your email with conversation trackings,  mentions, followers. You can even keep track of who’s tweeting your  website or blog.</p><h2><a
href="http://friendorfollow.com/" target="_blank">Friend or  Follow</a></h2><p><a
href="http://wordpressapi.com/files/Who-Doesnt-Follow-You-on-Twitter-Friend-or-Follow_1277012682436.png"><img
class="alignnone size-full wp-image-3362" title="Who Doesn't Follow You on Twitter - Friend or Follow_1277012682436" src="http://wordpressapi.com/files/Who-Doesnt-Follow-You-on-Twitter-Friend-or-Follow_1277012682436.png" alt="" width="325" height="289" /></a></p><p>Useful and easily usable tool to see who’re you following, that’s not  following you back and conversely.</p><h2><a
href="http://www.tweepler.com/" target="_blank">Tweepler</a></h2><p><a
href="http://wordpressapi.com/files/tweepler-twitter-tools.jpg"><img
class="alignnone size-full  wp-image-3363" title="tweepler-twitter-tools" src="http://wordpressapi.com/files/tweepler-twitter-tools.jpg" alt="" width="570" height="350" /></a></p><p>Tweepler is a much needed and more intuitive way of processing your  Twitter followers. It allows you to quickly browse trough people you  might be interested in, then follow or ignore them.</p><h2><a
href="http://thetwitcleaner.com/" target="_blank">Twit Cleaner</a></h2><p><a
href="http://wordpressapi.com/files/cleaner-twitter-tools.jpg"><img
class="alignnone size-full wp-image-3364" title="cleaner-twitter-tools" src="http://wordpressapi.com/files/cleaner-twitter-tools.jpg" alt="" width="570" height="350" /></a></p><p>Analyses the people you follow, identifies the time wasters,  spammers, bots &amp; those who’ve quit Twitter.</p><h2><a
href="http://twitteranalyzer.com/" target="_blank">Twitter  Analyzer</a></h2><p><a
href="http://wordpressapi.com/files/analyzer-twitter-tools.jpg"><img
class="alignnone size-full wp-image-3365" title="analyzer-twitter-tools" src="http://wordpressapi.com/files/analyzer-twitter-tools.jpg" alt="" width="570" height="350" /></a></p><p>Analyze someone’s tweet stats, popularity, reach, hashtags, subjects  and more.</p><p><a
href="http://tweetbeep.com/"><br
/> </a></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/06/20/top-10-social-twitter-tools/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Twitter is scanning all shortened URLs befor being posted</title><link>http://wordpressapi.com/2010/06/09/twitter-is-scanning-all-shortened-urls-befor-being-posted/</link> <comments>http://wordpressapi.com/2010/06/09/twitter-is-scanning-all-shortened-urls-befor-being-posted/#comments</comments> <pubDate>Wed, 09 Jun 2010 16:03:48 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[google]]></category> <category><![CDATA[news]]></category> <category><![CDATA[social]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=3141</guid> <description><![CDATA[Twitter is routing links within Direct Messages through our link service to detect, intercept, and prevent the spread of malware, phishing, and other dangers. Any link shared in a Direct Message has been wrapped with a twt.tl URL. Links reported to us as malicious are blacklisted, and we present users with a page that warns.....]]></description> <content:encoded><![CDATA[<p><a
href="http://wordpressapi.com/files/Twitter-Logo.png"><img
class="alignleft size-full wp-image-3142" style="margin: 5px" title="Twitter-Logo" src="http://wordpressapi.com/files/Twitter-Logo.png" alt="" width="367" height="367" /></a>Twitter is routing links within Direct Messages through our link  service to detect, intercept, and prevent the spread of malware,  phishing, and other dangers. Any link shared in a Direct Message has  been wrapped with a twt.tl URL. Links reported to us as malicious are  blacklisted, and we present users with a page that warns them of  potentially malicious content if they click blacklisted links. Twitter want  users to have this benefit on all tweets.</p><p>Raffi Krikorian, a technical lead on the Twitter Platform Team,  explained in a <a
title="Link wrapping on the API" href="http://groups.google.com/group/twitter-development-talk/msg/9d02f325d8db20f8" target="_blank">Google Groups posting</a> that the t.co system will always format links to 20 characters.</p><p>Additionally, as we mentioned at our Chirp developer conference in  April, if you want to share a link through Twitter, there currently  isn&#8217;t a way to automatically shorten it and we want to fix this. It  should be easy for people to share shortened links from the Tweet box on  Twitter.com.</p><p>To meet both of these goals, we&#8217;re taking small  steps to expand the link service currently available in Direct Messages  to links shared through all Tweets. We&#8217;re testing this link service now  with a few Twitter employee accounts.</p><p>This change will is specially made for mobile users. In addition to a better user experience and increased safety, routing  links through this service will eventually contribute to the metrics  behind our Promoted Tweets platform and provide an important quality  signal for our Resonance algorithm—the way we determine if a Tweet is  relevant and interesting to users. We are also looking to provide  services that make use of this data, an example would be analytics  within our eventual commercial accounts service.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/06/09/twitter-is-scanning-all-shortened-urls-befor-being-posted/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Web designers are saying what to do with IE6</title><link>http://wordpressapi.com/2010/02/24/web-designers-are-saying-what-to-do-with-ie6/</link> <comments>http://wordpressapi.com/2010/02/24/web-designers-are-saying-what-to-do-with-ie6/#comments</comments> <pubDate>Wed, 24 Feb 2010 19:23:09 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[google]]></category> <category><![CDATA[news]]></category> <category><![CDATA[social]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[IE6]]></category> <category><![CDATA[microsoft]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=1519</guid> <description><![CDATA[In 2003,  Microsoft launched the Internet Explorer6 and it had dominated the market with 97 percent share that time. Over the years its market share has declined, and Now as per new.cnet.com in Jan 2010, IE6 has only holding 5 percents of internet users. Still Most of all web designers are fighting all the time.....]]></description> <content:encoded><![CDATA[<p><a
href="http://wordpressapi.com/files/IE6-burning.jpg"><img
class="alignleft size-medium wp-image-1520" title="IE6-burning" src="http://wordpressapi.com/files/IE6-burning-300x225.jpg" alt="" width="300" height="225" /></a>In 2003,  Microsoft launched the Internet Explorer6 and it had dominated the market with 97 percent share that time. Over the years its market share has declined, and Now as per new.cnet.com in Jan 2010, <strong>IE6 has only holding 5 percents of internet users</strong>.</p><p>Still Most of all web designers are fighting all the time for IE6 issues and hacks. All web designers and Web development companies are still spend so much to to solve the issue with IE6 browsers.</p><p>There is reason behind that. In all over the world, still some big corporate companies and offices are using IE6. Many big companies and brands announced to ban IE6 in 2009 itself.</p><p>The Google and March 1 references come from that company&#8217;s recent announcement that it would drop IE6 from the list of supported browsers for its Google Docs online applications and its Google Sites hosting services starting on Monday, March 1. Yesterday, Google&#8217;s popular video site YouTube named <a
href="http://www.computerworld.com/s/article/9161058/YouTube_sets_March_13_IE6_kill_date">March 13</a> as the end-of-support date for IE6.</p><p>There is big issue with IE6 browser but still some web developer are not aware of that. IE6 is majorly lacking to provide a web security. I can say, IE6 is kind of hackers browser.</p><p><a
href="http://www.computerworld.com/s/article/9137060/Microsoft_Update_Latest_news_features_reviews_opinions_and_more">Microsoft</a>&#8216;s browser has weathered a &#8220;kill IE6&#8243; campaign since February 2009, when <a
href="http://www.computerworld.com/s/article/9157638/Facebook_Complete_coverage">Facebook</a> prompted IE6 users to upgrade. It accelerated last summer when Digg announced it would curtail IE6 support, and an &#8220;IE6 Must Die&#8221; <a
href="http://www.computerworld.com/s/article/9157658/Twitter_update_News_blogs_opinions_and_more_about_the_microblogging_service">Twitter</a> petition collected thousands of names. Microsoft has endorsed the anti-IE6 efforts, going so far as to say that <a
href="http://www.computerworld.com/s/article/9136739/Microsoft_Friends_don_t_let_friends_use_IE6_">&#8220;Friends don&#8217;t let friends use IE6,&#8221;</a> although it has refrained from forcing users or companies to upgrade to IE7 or IE8, arguing that the old browser is still required by some enterprises.</p><p>There are new technologies are coming like HTML5, CSS3 but still IE8 is also not providing the basics of that. So web deverloper&#8217;s need to struggle for that. The biggest issue I will say here is project estimation. Due to IE6 browser estimation will go always wrong. This is really frustrating.</p><p>There are multiple issues with IE6. I will talk about some here.</p><ul><li>z-index issue &#8211; most bad part in IE6</li><li>inline-block &#8211; display property not work</li><li>min-height and max-height css property</li><li>child selectors in CSS</li><li>PNG transparent images- biggest issue</li><li>Poor Javascript support<strong><br
/> </strong></li></ul><p>Microsoft is planning to launch IE9 but still they are not included the some nice features of HTML5 and advanced javascript methods and CSS3 attributes.</p><p>What I say more.. Web designers are saying what to do with IE6&#8230;..</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/02/24/web-designers-are-saying-what-to-do-with-ie6/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Dalai Lama Joined Twitter today &#8211; Follow Dalai Lama on Twitter</title><link>http://wordpressapi.com/2010/02/23/dalai-lama-joined-twitter-today-follow-dalai-lama-twitter/</link> <comments>http://wordpressapi.com/2010/02/23/dalai-lama-joined-twitter-today-follow-dalai-lama-twitter/#comments</comments> <pubDate>Tue, 23 Feb 2010 05:15:44 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[google]]></category> <category><![CDATA[news]]></category> <category><![CDATA[social]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[dalailama]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=1455</guid> <description><![CDATA[First I say this is biggest and greatest news I ever got. I am big fan and follower of Dalai Lama. I am really impressed the buddhist culture and thoughts. I think myself Buddhism is the need of world in future days and years. I think and I say this is the biggest news of.....]]></description> <content:encoded><![CDATA[<p>First I say this is biggest and greatest news I ever got. I am big fan and follower of Dalai Lama. I am really impressed the buddhist culture and thoughts.<br
/> I think myself Buddhism is the need of world in future days and years.</p><p>I think and I say this is the biggest news of 2010 for IT world. Peace is the really future of world. If you are aggreed with my article then please retweet and comment for this article.</p><p>This Dalai Lama is verified by Twitter, though — it is the real deal. Currently, the account is pulling albums and blog posts from his website and tweeting them via twitterfeed (twitterfeed), though we bet you’ll see real engagement later on. He also only has about 600 followers, but as the media picks up on his new-found Twitter presence, that will grow as well.</p><p><a
href="http://wordpressapi.com/files/Dalai-Lama-DalaiLama-on-Twitter_1266901350604.png"><img
class="alignnone size-medium wp-image-1457" title="Dalai Lama (DalaiLama) on Twitter_1266901350604" src="http://wordpressapi.com/files/Dalai-Lama-DalaiLama-on-Twitter_1266901350604-300x144.png" alt="" width="300" height="144" /></a></p><p>They have there official website called <a
href="http://dalailama.com/" target="_blank">http://dalailama.com/</a>. I really impressed with this website. I am going read all the article which is present on dalailama.com.</p><p>I am looking forward to see some good imperishable, Undestroyable and valuable tweets from Dalai Lama.</p><p>You can follow Dalai Lama Using following URL:</p><p><a
href="http://twitter.com/DalaiLama" target="_blank">http://twitter.com/DalaiLama</a></p><p><a
href="http://twitter.com/DalaiLama"><img
class="alignnone size-full wp-image-1456" title="dalai-lama" src="http://wordpressapi.com/files/dalai-lama.jpg" alt="" width="470" height="344" /></a></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/02/23/dalai-lama-joined-twitter-today-follow-dalai-lama-twitter/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How to unfollow twitter following people in one click</title><link>http://wordpressapi.com/2010/02/22/unfollow-twitter-people-click/</link> <comments>http://wordpressapi.com/2010/02/22/unfollow-twitter-people-click/#comments</comments> <pubDate>Mon, 22 Feb 2010 18:11:30 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[news]]></category> <category><![CDATA[social]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[unfollow]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=1450</guid> <description><![CDATA[I specially love to use twitter. Many people are wondering how to unfollow unwanted or many twitter people. In this article I will going to tell about unfollow many twitter people who are inactive for long days in single click. There are some tools but that all are not free. Here I will tell you.....]]></description> <content:encoded><![CDATA[<p>I specially love to use twitter. Many people are wondering how to unfollow unwanted or many twitter people. In this article I will going to tell about unfollow many twitter people who are inactive for long days in single click.</p><p>There are some tools but that all are not free. Here I will tell you about free but still good tools which are really helpful for managing the twitter following people.</p><p>Now twitter itself is not providing the bulk unfollow facility so many sites if they are saying same. Dont faith on that sites.</p><h3><a
href="http://www.untweeps.com/">Untweeps</a></h3><p><a
href="http://wordpressapi.com/files/UnTweeps-Unfollow-Twitter-users-who-dont-tweet-often-enough._1266910659550.png"><img
class="alignnone size-medium wp-image-1451" title="UnTweeps - Unfollow Twitter users who don't tweet often enough._1266910659550" src="http://wordpressapi.com/files/UnTweeps-Unfollow-Twitter-users-who-dont-tweet-often-enough._1266910659550-300x177.png" alt="" width="300" height="177" /></a></p><p>This tool offers to unfollow twitter users who have not posted any tweets recently. It is very usefull to get rid of these users who don’t use twitter anymore.</p><h3><a
href="http://dossy.org/twitter/karma/">Your Twitter Karma</a></h3><p><a
href="http://wordpressapi.com/files/twitter-karma.png"><img
class="alignnone size-medium wp-image-1452" title="twitter-karma" src="http://wordpressapi.com/files/twitter-karma-300x174.png" alt="" width="300" height="174" /></a></p><p>This is another tool which is very popular because of its rich functionality and many function it offers. I specially like this website.</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/02/22/unfollow-twitter-people-click/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Best twitter desktop applications</title><link>http://wordpressapi.com/2010/02/22/twitter-desktop-applications/</link> <comments>http://wordpressapi.com/2010/02/22/twitter-desktop-applications/#comments</comments> <pubDate>Mon, 22 Feb 2010 17:08:35 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Open source]]></category> <category><![CDATA[download]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[news]]></category> <category><![CDATA[social]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[chat]]></category> <category><![CDATA[desktop application]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=1438</guid> <description><![CDATA[Twitter is micro blogging website which is most popular in the small time. I specially love twitter, How twitter is working. In short description we can express our self. We always need to open browser and tweet. In this post I will give the list of best twitter desktop applications. 1. TweetDeck Allows you to.....]]></description> <content:encoded><![CDATA[<p>Twitter is micro blogging website which is most popular in the small time. I specially love twitter, How twitter is working. In short description we can express our self.</p><p>We always need to open browser and tweet. In this post I will give the list of best twitter desktop applications.</p><p>1. <a
href="http://www.tweetdeck.com/beta/">TweetDeck</a></p><p><a
href="http://wordpressapi.com/files/tweetdeck.jpg"><img
class="alignnone size-full wp-image-1440" title="tweetdeck" src="http://wordpressapi.com/files/tweetdeck.jpg" alt="" width="299" height="228" /></a></p><p>Allows you to split your Tweet main feeds into specific topics or groups in column formats.  This application creates a local database of all your Tweets. It allows you to continue posting Tweets even when offline. These Tweets will be pushed to your Twitter account once your are back online.</p><p>2. <a
href="http://iconfactory.com/software/twitterrific">Twitterific</a></p><p><a
href="http://wordpressapi.com/files/twitterrific.png"><img
class="alignnone size-full wp-image-1441" title="twitterrific" src="http://wordpressapi.com/files/twitterrific.png" alt="" width="430" height="59" /></a></p><p>Lets you both read and publish posts or “tweets”  using a clean and concise  user interface designed to take up a minimum of real estate on your Mac’s desktop. The app shows a scrolling list of  the latest tweets from your friends, or public feeds. Its features include multiple Twitter account support, auto refreshing, inline display of replies and DMs, shows no. of unread tweets, quickly delete tweets, auto show/hide new tweets, single click access to user pages and more.</p><p>3. <a
href="http://twunami.com/about">Twunami</a></p><p><a
href="http://wordpressapi.com/files/twunami.gif"><img
class="alignnone size-full wp-image-1442" title="twunami" src="http://wordpressapi.com/files/twunami.gif" alt="" width="200" height="46" /></a></p><p>A feature-rich Twitter desktop application which boasts of the following basic functionalities – configurable Tweet workspace, optional persistent reminders, on click Tweet/Retweet/SuperTweet/SuperRetweet, threaded tweets, threaded DMs, mark Tweets as read/unread, sort tweets by newest or oldest, and definitely so much features.</p><p>4. <a
href="http://www.crunchbase.com/company/twitterfeed">twitterfeed</a></p><p><a
href="http://wordpressapi.com/files/twitterfeed.png"><img
class="alignnone size-full wp-image-1443" title="twitterfeed" src="http://wordpressapi.com/files/twitterfeed.png" alt="" width="150" height="48" /></a></p><p>twitterfeed allows you to feed your blog into Twitter. You provide the URL of a blog’s RSS feed and how often you want posts to Twitter, and twitterfeed does the rest.</p><p>5. <a
href="http://www.digsby.com/" target="_blank">digsby</a></p><p><a
href="http://wordpressapi.com/files/digsby.png"><img
class="alignnone size-full wp-image-1444" title="digsby" src="http://wordpressapi.com/files/digsby.png" alt="" width="122" height="138" /></a></p><p>Digsby is chat client. Using this client you can chat with yahoo, gmail, jabber, facebook, twitter.</p><p>I specially love this  chat client.</p><p><a
href="http://wordpressapi.com/files/twitter_icons_21156.png"><img
class="alignnone size-full wp-image-1447" title="twitter_icons_21156" src="http://wordpressapi.com/files/twitter_icons_21156.png" alt="" width="256" height="256" /></a></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/02/22/twitter-desktop-applications/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>1000+ free best and beautiful twitter icons for your website</title><link>http://wordpressapi.com/2010/02/14/1000-free-beautiful-twitter-icons-website/</link> <comments>http://wordpressapi.com/2010/02/14/1000-free-beautiful-twitter-icons-website/#comments</comments> <pubDate>Sun, 14 Feb 2010 17:18:45 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Open source]]></category> <category><![CDATA[news]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[animated twitter icons]]></category> <category><![CDATA[free icons]]></category> <category><![CDATA[twitter icons]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=1053</guid> <description><![CDATA[Twitter is basically a simple social networking site and growing very fast. You can think of it as a hybrid of email, instant messaging and sms messaging all rolled into one neat and simple package. In this post I am going to list the best and beautiful twitter icons for your website. 30 Free Vector.....]]></description> <content:encoded><![CDATA[<p><a
href="http://www.twitter.com/" target="_blank">Twitter</a> is basically a simple social networking site and growing very fast.</p><p>You can think of it as a hybrid of <strong>email</strong>, <strong>instant messaging</strong> and <strong>sms messaging</strong> all rolled into one neat and simple package.</p><p>In this post I am going to list the best and beautiful twitter icons for your website.</p><p><a
href="http://siahdesign.com/archives/491">30 Free Vector Twitter Buttons Download</a></p><p><a
href="http://wordpressapi.com/files/siah-design.jpg"><img
class="size-full wp-image-1054 alignnone" title="siah-design" src="http://wordpressapi.com/files/siah-design.jpg" alt="siah-design" width="500" height="359" /></a></p><p><a
href="http://phiredesign.deviantart.com/art/Twitter-Icon-103468482">Twitter Icon</a></p><p><a
href="http://wordpressapi.com/files/twitter-icon.jpg"><img
class="size-full wp-image-1055 alignnone" title="twitter-icon" src="http://wordpressapi.com/files/twitter-icon.jpg" alt="twitter-icon" width="500" height="256" /></a></p><p><a
href="http://randaclay.com/freebies/free-twitter-graphics/">Free Twitter Graphics</a></p><p><a
href="http://wordpressapi.com/files/twitter-randa-clay.jpg"><img
class="alignnone size-full wp-image-1056" title="twitter-randa-clay" src="http://wordpressapi.com/files/twitter-randa-clay.jpg" alt="twitter-randa-clay" width="500" height="450" /></a></p><p><a
href="http://monkeyworks.wordpress.com/2008/11/12/twitter-icons-with-attitude/">Twitter Icons with Attitude</a></p><p><a
href="http://wordpressapi.com/files/twitter31.jpg"><img
class="alignnone size-full wp-image-1057" title="twitter3" src="http://wordpressapi.com/files/twitter31.jpg" alt="twitter3" width="500" height="313" /></a></p><p><a
href="http://blog.iampaddy.com/2008/11/12/web-20rigami/">Web 2.0rigami</a></p><p><a
href="http://wordpressapi.com/files/Web-2.0rigami.jpg"><img
class="alignnone size-full wp-image-1058" title="Web-2.0rigami" src="http://wordpressapi.com/files/Web-2.0rigami.jpg" alt="Web-2.0rigami" width="500" height="196" /></a></p><p><a
href="http://fasticon.com/freeware/index.php/feed_twitter/">Feed &amp; Twitter Monster Icons</a></p><p><a
href="http://wordpressapi.com/files/monsterfeeds.jpg"><img
class="alignnone size-full wp-image-1059" title="monsterfeeds" src="http://wordpressapi.com/files/monsterfeeds.jpg" alt="monsterfeeds" width="425" height="420" /></a></p><p><a
href="http://webtreatsetc.deviantart.com/art/53-Brand-New-Twitter-Icons-122263743" target="_blank"> 53 Brand New Twitter Icons</a></p><p><a
href="http://wordpressapi.com/files/53-Brand-New-Twitter-Icons.jpg"><img
class="alignnone size-full wp-image-1060" title="53 Brand New Twitter Icons" src="http://wordpressapi.com/files/53-Brand-New-Twitter-Icons.jpg" alt="53 Brand New Twitter Icons" width="540" height="279" /></a></p><p><a
href="http://regivic.deviantart.com/art/Adiumy-Twitter-127677473" target="_blank">Adiumy Twitter</a></p><p><a
href="http://wordpressapi.com/files/Adiumy-Twitter.jpg"><img
class="alignnone size-full wp-image-1061" title="Adiumy Twitter" src="http://wordpressapi.com/files/Adiumy-Twitter.jpg" alt="Adiumy Twitter" width="540" height="380" /></a></p><p><a
href="http://littleboxofideas.deviantart.com/art/TWEETA-A-Free-Twitter-Icon-Set-120816409" target="_blank">TWEETA A Free Twitter Icon Set</a></p><p><a
href="http://wordpressapi.com/files/TWEETA-A-Free-Twitter-Icon-Set.jpg"><img
class="alignnone size-full wp-image-1062" title="TWEETA A Free Twitter Icon Set" src="http://wordpressapi.com/files/TWEETA-A-Free-Twitter-Icon-Set.jpg" alt="TWEETA A Free Twitter Icon Set" width="540" height="327" /></a></p><p><a
href="http://kurumizawa.deviantart.com/art/TwitterJoy-icons-123517009" target="_blank">TwitterJoy icons</a></p><p><a
href="http://wordpressapi.com/files/TwitterJoy-icons.jpg"><img
class="alignnone size-full wp-image-1063" title="TwitterJoy icons" src="http://wordpressapi.com/files/TwitterJoy-icons.jpg" alt="TwitterJoy icons" width="540" height="455" /></a></p><p><a
href="http://twitterart.deviantart.com/art/Custom-Twitter-Icon-TwittART-129157020" target="_blank">Custom Twitter Icon TwittART</a></p><p><a
href="http://wordpressapi.com/files/Custom-Twitter-Icon-TwittART.jpg"><img
class="alignnone size-full wp-image-1064" title="Custom Twitter Icon TwittART" src="http://wordpressapi.com/files/Custom-Twitter-Icon-TwittART.jpg" alt="Custom Twitter Icon TwittART" width="540" height="186" /></a></p><p><a
href="http://www.iconeden.com/icon/birdies-a-free-twitter-icon-set.html" target="_blank">Birdies: A Free Twitter Icon Set</a></p><p><a
href="http://wordpressapi.com/files/Birdies-A-Free-Twitter-Icon-Set.jpg"><img
class="alignnone size-full wp-image-1065" title="Birdies A Free Twitter Icon Set" src="http://wordpressapi.com/files/Birdies-A-Free-Twitter-Icon-Set.jpg" alt="Birdies A Free Twitter Icon Set" width="540" height="311" /></a></p><p><a
href="http://monkeyworks.wordpress.com/2009/02/10/follow-metwitter-icon/" target="_blank"> Follow Me…Twitter Icon</a></p><p><a
href="http://wordpressapi.com/files/Follow-Me…Twitter-Icon.jpg"><img
class="alignnone size-full wp-image-1066" title="Follow Me…Twitter Icon" src="http://wordpressapi.com/files/Follow-Me…Twitter-Icon.jpg" alt="Follow Me…Twitter Icon" width="540" height="389" /></a></p><p><a
href="http://graphicleftovers.com/blog/free-twitter-eggs/" target="_blank">Free Twitter Eggs</a></p><p><a
href="http://wordpressapi.com/files/Free-Twitter-Eggs.jpg"><img
class="alignnone size-full wp-image-1067" title="Free Twitter Eggs" src="http://wordpressapi.com/files/Free-Twitter-Eggs.jpg" alt="Free Twitter Eggs" width="540" height="273" /></a></p><p><a
href="http://www.smashingmagazine.com/2009/01/23/friday-freebies-flavours-icon-set-and-cute-tweeters-icon-set/" target="_blank">Friday Freebies: Flavours Icon Set And Cute Tweeters Icon Set</a></p><p><a
href="http://wordpressapi.com/files/Friday-Freebies-Flavours-Icon-Set-And-Cute-Tweeters-Icon-Set.jpg"><img
class="alignnone size-full wp-image-1068" title="Friday Freebies- Flavours Icon Set And Cute Tweeters Icon Set" src="http://wordpressapi.com/files/Friday-Freebies-Flavours-Icon-Set-And-Cute-Tweeters-Icon-Set.jpg" alt="Friday Freebies- Flavours Icon Set And Cute Tweeters Icon Set" width="540" height="450" /></a></p><p><a
href="http://graphicleftovers.com/blog/free-twitter-bottle-cap-icons/" target="_blank">Free Twitter Bottle Cap Icons</a></p><p><a
href="http://wordpressapi.com/files/Free-Twitter-Bottle-Cap-Icons.jpg"><img
class="alignnone size-full wp-image-1069" title="Free Twitter Bottle Cap Icons" src="http://wordpressapi.com/files/Free-Twitter-Bottle-Cap-Icons.jpg" alt="Free Twitter Bottle Cap Icons" width="540" height="383" /></a></p><p><a
href="http://siahdesign.com/archives/491" target="_blank"> Twitter</a></p><p><a
href="http://wordpressapi.com/files/Twitter.jpg"><img
class="alignnone size-full wp-image-1070" title="Twitter" src="http://wordpressapi.com/files/Twitter.jpg" alt="Twitter" width="540" height="375" /></a></p><p><a
href="http://www.collagist.com/twitter/#twitter-icons" target="_blank">22 different and unique custom twitter icons</a><a
href="http://wordpressapi.com/files/22-different-and-unique-custom-twitter-icons.jpg"><img
class="alignnone size-full wp-image-1071" title="22 different and unique custom twitter icons" src="http://wordpressapi.com/files/22-different-and-unique-custom-twitter-icons.jpg" alt="22 different and unique custom twitter icons" width="540" height="720" /></a></p><p><a
href="http://www.gileslittleford.com/?p=69" target="_blank">Animated Twitter-Bird icons</a></p><p><a
href="http://wordpressapi.com/files/Animated-Twitter-Bird-icons.gif"><img
class="alignnone size-full wp-image-1072" title="Animated Twitter-Bird icons" src="http://wordpressapi.com/files/Animated-Twitter-Bird-icons.gif" alt="Animated Twitter-Bird icons" width="540" height="80" /></a></p><p><a
href="http://www.webdesignerdepot.com/2009/07/50-free-and-exclusive-twitter-icons/" target="_blank">50 Free and Exclusive Twitter Icons</a></p><p><a
href="http://wordpressapi.com/files/50-Free-and-Exclusive-Twitter-Icons.jpg"><img
class="alignnone size-full wp-image-1073" title="50 Free and Exclusive Twitter Icons" src="http://wordpressapi.com/files/50-Free-and-Exclusive-Twitter-Icons.jpg" alt="50 Free and Exclusive Twitter Icons" width="540" height="270" /></a></p><p><a
href="http://www.link-creative.com/sprtstwtricons1" target="_blank">Sprtstwtr Icons</a></p><p><a
href="http://wordpressapi.com/files/Sprtstwtr-Icons.jpg"><img
class="alignnone size-full wp-image-1074" title="Sprtstwtr Icons" src="http://wordpressapi.com/files/Sprtstwtr-Icons.jpg" alt="Sprtstwtr Icons" width="540" height="396" /></a></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/02/14/1000-free-beautiful-twitter-icons-website/feed/</wfw:commentRss> <slash:comments>88</slash:comments> </item> <item><title>9 Things You Wish Google Would Announce</title><link>http://wordpressapi.com/2010/02/10/9-things-you-wish-google-would-announce/</link> <comments>http://wordpressapi.com/2010/02/10/9-things-you-wish-google-would-announce/#comments</comments> <pubDate>Tue, 09 Feb 2010 18:57:24 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[news]]></category> <category><![CDATA[technology]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[google]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=897</guid> <description><![CDATA[Virtually everyone expects Google to announce something to do with social networking today, when the company holds a press conference at 1 PM ET. Maybe it&#8217;s some Twitter-like functionality inside of Gmail. But Google isn&#8217;t telling, and the result is all guesswork. What if everyone is wrong? Here are a bunch of ideas from Twitter.....]]></description> <content:encoded><![CDATA[<p><span><a
href="http://wordpressapi.com/files/google_logo.jpg"><img
class="alignleft size-thumbnail wp-image-898" title="google_logo" src="http://wordpressapi.com/files/google_logo-150x150.jpg" alt="google_logo" width="150" height="150" /></a>Virtually everyone expects <a
title="Google Inc." href="http://www.pcmag.com/topic/0,2944,t=Google%20Inc&amp;s=26686,00.asp">Google</a> to announce something to do with social networking today, when the company holds a press conference at 1 PM ET. Maybe it&#8217;s some Twitter-like functionality inside of Gmail. But Google isn&#8217;t telling, and the result is all guesswork. What if everyone is wrong? Here are a bunch of ideas from Twitter of all the things people <em>would</em> like to hear Google announce today.</p><p>1.) <strong>&#8220;We&#8217;re Buying Twitter&#8221;:</strong> Well, this is wishful thinking. Google has bought its share of companies and technologies, but I think Twitter&#8217;s valuation might be too high for Google&#8217;s blood.<br
/> 2.) <strong>Preview Panes in Gmail:</strong> Nice, simple upgrade to the popular web mail app. If they do, it&#8217;ll show up quietly in Gmail Labs.<br
/> 3.) <strong>Google Reveals Exactly What&#8217;s it&#8217;s Doing with the NSA:</strong> There have been reports that Google is working closely with the National Security Agency, but no one seems to know why. Don&#8217;t expect Google to talk about this.<br
/> 4.) <strong>Google Voice is Going Open:</strong> You don&#8217;t need an invite; you could simply go to Google voice and sign up today. It would be nice, but it&#8217;s definitely not newsworthy.<br
/> 5.) <strong>Google Lowers the Price on Unsubsidized Nexus Ones:</strong> Wouldn&#8217;t it really be HTC lowering the price? Google&#8217;s not making money on this phone, but HTC probably is. I doubt they&#8217;ll want that to change.<br
/> 6.) <strong>Google Announces Rescue Plan for NASA:</strong> With the Obama Administration pretty much abandoning the program, this would be a great opportunity for the space-loving Google to step in. Again, doubtful—even Google doesn&#8217;t have that much money.<br
/> 7.) <strong>A Promise Never to Allow Data Mining:</strong> Google needs to mine its data to deliver valuable insight to clients and partners. They do it in ways that do not reveal private data. Don&#8217;t expect any of that to change.<br
/> 8.) <strong>Google Unveils a Shipping Chrome Netbook or Tablet:</strong> The Chrome OS is months, if not a year, away from commercial availability. This will not happen.<br
/> 9.) <strong>Google Updates Android:</strong> Android 2.1 is just arriving on Droids, but there is a chance, I guess, that this could be a big Android 3.0 announcement.</p><p><a
href="http://www.pcmag.com/article2/0,2817,2358987,00.asp" target="_blank">Source Link</a></p><p></span></p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/02/10/9-things-you-wish-google-would-announce/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How to get Short Url from is.gd, api.tr.im, hex.io using PHP API</title><link>http://wordpressapi.com/2010/02/08/short-url-is-gd-api-tr-im-hex-io-php-api/</link> <comments>http://wordpressapi.com/2010/02/08/short-url-is-gd-api-tr-im-hex-io-php-api/#comments</comments> <pubDate>Mon, 08 Feb 2010 15:21:39 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[Open source]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[news]]></category> <category><![CDATA[seo]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[short url]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=887</guid> <description><![CDATA[Creating the short url is now becoming the popular trend because of twitter and facebook. If you want to use API in php for creating the short URL. use following code: &#60;?php //Get short URL from free API with wordpressapi.com function get_short_url($long_url,$provider='isgd') { $ch = curl_init(); $timeout = 5; switch(strtolower(trim($provider))) { case &#34;isgd&#34;: curl_setopt($ch,CURLOPT_URL,'http://is.gd/api.php?longurl='.$long_url); break;.....]]></description> <content:encoded><![CDATA[<p><a
href="http://wordpressapi.com/files/isgdlogo.jpg"><img
class="alignleft size-thumbnail wp-image-889" style="margin: 5px" title="isgdlogo" src="http://wordpressapi.com/files/isgdlogo-150x150.jpg" alt="isgdlogo" width="150" height="150" /></a></p><p>Creating the short url is now becoming the popular trend because of twitter and facebook.</p><p>If you want to use API in php for creating the short URL. use following code:</p><pre class="brush: php;">

&lt;?php

//Get short URL from free API with wordpressapi.com
function get_short_url($long_url,$provider='isgd')   {
$ch = curl_init();
$timeout = 5;
switch(strtolower(trim($provider))) {
case &quot;isgd&quot;:
curl_setopt($ch,CURLOPT_URL,'http://is.gd/api.php?longurl='.$long_url);
break;
case &quot;hexio&quot;:
curl_setopt($ch,CURLOPT_URL,'http://hex.io/api-create.php?url='.$long_url);
break;
case &quot;trim&quot;:
$return = &quot;http://api.tr.im/v1/trim_url.xml?url=%s&quot;;
curl_setopt($ch,CURLOPT_URL,'http://api.tr.im/v1/trim_url.xml?url='.$long_url);
break;
default:
curl_setopt($ch,CURLOPT_URL,'http://is.gd/api.php?longurl='.$long_url);
}

curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);
$content = curl_exec($ch);
curl_close($ch);

// return the short URL
return $content;
}

//uage
$short_url = get_short_url('http://wordpressapi.com/');
echo $short_url;

?&gt;</pre><p>&lt;br&gt;</p><p>Sample ofHow to Use&lt;br&gt;&lt;br&gt;</p><pre class="brush: php;">

&lt;?php
$long_url = 'http://wordpressapi.com/';
$short_url = get_short_url($long_url,'hexio');
echo $short_url;
echo '&lt;br /&gt;';
$short_url = get_short_url($long_url,'isgd');
echo $short_url;
echo '&lt;br /&gt;';
$short_url = get_short_url($long_url,'trim');
echo $short_url;
echo '&lt;br /&gt;';

?&gt;</pre>]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/02/08/short-url-is-gd-api-tr-im-hex-io-php-api/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Twitter is forcing the users to resets the password</title><link>http://wordpressapi.com/2010/02/04/twitter-forcing-users-resets-password/</link> <comments>http://wordpressapi.com/2010/02/04/twitter-forcing-users-resets-password/#comments</comments> <pubDate>Wed, 03 Feb 2010 18:50:48 +0000</pubDate> <dc:creator>Sony</dc:creator> <category><![CDATA[news]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://wordpressapi.com/?p=800</guid> <description><![CDATA[Twitter forced an undisclosed number of users to change their passwords this week after the micro-blogging site discovered it had been invaded by hackers using a complex scheme to gain access to users&#8217; information. We’re seeing tweets that various people are being forced to change their passwords on Twitter in response to possible phishing threats......]]></description> <content:encoded><![CDATA[<p><span><a
href="http://wordpressapi.com/files/twitter3.jpg"><img
class="alignleft size-thumbnail wp-image-801" style="border: 5px solid black;margin: 5px" title="twitter3" src="http://wordpressapi.com/files/twitter3-150x150.jpg" alt="twitter3" width="150" height="150" /></a>Twitter forced an undisclosed number of users to change their passwords this week after the micro-blogging site discovered it had been invaded by hackers using a complex scheme to gain access to users&#8217; information. </span></p><p><span><br
/> </span></p><p>We’re seeing tweets that various people are being forced to change their passwords on Twitter in response to possible phishing threats. There have been a number of cases where phishers have targeted user accounts via DM sending them to a spoof login page that grabs passwords and then uses your account to propagate the phishing messages</p> ]]></content:encoded> <wfw:commentRss>http://wordpressapi.com/2010/02/04/twitter-forcing-users-resets-password/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 140/223 queries in 1.393 seconds using disk

Served from: wordpressapi.com @ 2010-09-09 21:29:20 -->