<?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>WereWP &#187; twitter</title>
	<atom:link href="http://werewp.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://werewp.com</link>
	<description>Daily WordPress news</description>
	<lastBuildDate>Tue, 22 May 2012 16:18:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Custom Tweet Button for WordPress</title>
		<link>http://werewp.com/tutorials/custom-tweet-button-for-wordpress/</link>
		<comments>http://werewp.com/tutorials/custom-tweet-button-for-wordpress/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 13:46:31 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/?p=1410</guid>
		<description><![CDATA[Earlier on this blog, we have seen how to add a twitter dialog box on your blog. This was achieved using the @anywhere library from Twitter. In this article, Nicolas Gallagher shows us how to integrate a Twitter tweet button, with the very same features that the official button has, plus some more! If you [...]<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<p>Earlier on this blog, we have seen <a title="How to add a twitter box on your blog" href="http://www.werewp.com/tutorials/how-to-add-a-twitter-dialog-box-anywhere-on-your-blog/" target="_self">how to add a twitter dialog box on your blog</a>. This was achieved using the @anywhere library from Twitter. In this article, Nicolas Gallagher shows us how to integrate a Twitter tweet button, with the very same features that the official button has, <strong>plus some more!</strong></p>
<p>If you feel comfortable playing a bit with your theme&#8217;s code, this method is for you: it will allow to have much more power over the display and the features of the twitter button on your blog.</p>
<h3><a title="Custom tweet button for WordPress" href="http://nicolasgallagher.com/custom-tweet-button-for-wordpress/" target="_blank">Read the article on Nicolas&#8217; Blog &gt;&gt;</a></h3>
<p>(via <a title="digWP" href="http://digwp.com/" target="_blank">digwp.com</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/tutorials/custom-tweet-button-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: add a twitter dialog box anywhere on your blog</title>
		<link>http://werewp.com/tutorials/how-to-add-a-twitter-dialog-box-anywhere-on-your-blog/</link>
		<comments>http://werewp.com/tutorials/how-to-add-a-twitter-dialog-box-anywhere-on-your-blog/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 10:39:37 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[anywhere]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/?p=1355</guid>
		<description><![CDATA[Twitter has become a very useful tool for all bloggers, and allows us to share and promote useful articles to fellow bloggers. Naturally, we have seen more and more twitter functions integrated into our blogs; the latest Official twitter button has even made it easier to integrate twitter buttons on your blog. But what if [...]<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<p>Twitter has become a very useful tool for all bloggers, and allows us to share and promote useful articles to fellow bloggers. Naturally, we have seen more and more twitter functions integrated into our blogs; the latest <a title="Twitter button" href="http://twitter.com/goodies/tweetbutton" target="_blank">Official twitter button</a> has even made it easier to integrate twitter buttons on your blog.</p>
<p>But what if you do not want of a standard twitter button, but rather of a new and easy way for your readers to contact you via twitter? Luckily, <a title="Twitter @Anywhere" href="http://dev.twitter.com/anywhere/" target="_blank">Twitter @anywhere</a> is here for you, and in that tutorial, we will see how to easily integrate at twitter box to any part of your blog, thanks to this service and the <a title="WordPress shortcodes tutorials" href="http://www.werewp.com/tag/shortcode/" target="_self">WordPress shortcodes</a>!  <span id="more-1355"></span> This can be done in a few easy step, and the result will look as below:</p>
<p style="text-align: center;"><div id="tbox"></div></p>
<p style="text-align: left;">You will be able to customize the width and height of the form, as well as the message appearing by default in the box. Of course, as we will integrate this box with a shortcode, you will be able to integrate this tweetbox everywhere on your WordPress blog.</p>
<p style="text-align: left;">Here are the few steps to follow:</p>
<h2>Create a new Twitter @Anywhere app</h2>
<p style="text-align: left;">Go to <a title="Create new app" href="http://dev.twitter.com/anywhere/apps/new" target="_blank">http://dev.twitter.com/anywhere/apps/new</a>, and create a new app with Read and Write access. The callback URL should be address of your blog.</p>
<h2>Integrate the twitter API code in the header of your theme</h2>
<p>In your theme&#8217;s  <strong>functions.php</strong>, integrate the call the twitter thanks to <a title="Enqueue scripts into the hed of WordPress" href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" target="_blank">wp_enqueue_script</a>, and then integrate the necessary script to integrate a twitter box into the head:</p>
<pre class="brush: php; title: ; notranslate">
$api_key = &quot;Add your twitter app API key here&quot;;
wp_enqueue_script(&quot;twitter-anywhere&quot;,
	&quot;http://platform.twitter.com/anywhere.js?id={$api_key}&amp;v=1&quot;);
add_action(&quot;wp_head&quot;, &quot;twitter_box&quot;);

function twitter_box()
{
	echo '&lt;script type=&quot;text/javascript&quot;&gt;';
	echo 'twttr.anywhere(function (T) {T(&quot;#tbox&quot;).tweetBox({height: 100,width: 400,defaultContent: &quot;&lt;YOUR DEFAULT TWEETBOX CONTENT HERE&gt;&quot;});});';
	echo '&lt;/script&gt;';
}
</pre>
<p>Thus you do not have to modify and clutter header.php with new lines of code, you can do it all through your functions.php file.</p>
<h2>Create the shortcode</h2>
<p>Again in functions.php, add the following lines:</p>
<pre class="brush: php; title: ; notranslate">
function twitterbox_shortcode () {
	return '&lt;div id=&quot;tbox&quot;&gt;&lt;/div&gt;';
}
add_shortcode(&quot;twitterbox&quot;, &quot;twitterbox_shortcode&quot;);
</pre>
<p>And you&#8217;re done ! You can now use the shortcode <strong>[ twitterbox ]</strong> everywhere in your post content, in your theme widgets, and thus display a twitter box for your readers to contact you very easily via Twitter !</p>
<p>Any questions, or remarks? Do not hesitate to comment!</p>
<p><strong>And of course, you can </strong><a title="Jeremy Herve on Twitter" href="http://twitter.com/jeherve" target="_blank"><strong>follow me on twitter</strong></a><strong> too!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/tutorials/how-to-add-a-twitter-dialog-box-anywhere-on-your-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world – 25/08</title>
		<link>http://werewp.com/links/links-for-2010-08-25/</link>
		<comments>http://werewp.com/links/links-for-2010-08-25/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 14:04:39 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2010-08-25/</guid>
		<description><![CDATA[TL Tweets &#8211; Free WordPress Tweet Archive Theme &#124; Theme Lab This is a free tweet archive theme for WordPress, if you want to back up your tweets and display them on your site, or on a subdomain of your site. (tags: wordpress theme twitter)<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.themelab.com/2010/08/25/tl-tweets-free-wordpress-theme/">TL Tweets &#8211; Free WordPress Tweet Archive Theme | Theme Lab</a></div>
<div class="delicious-extended">This is a free tweet archive theme for WordPress, if you want to back up your tweets and display them on your site, or on a subdomain of your site.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeherve/wordpress">wordpress</a> <a href="http://delicious.com/jeherve/theme">theme</a> <a href="http://delicious.com/jeherve/twitter">twitter</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2010-08-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world &#8211; 02/07</title>
		<link>http://werewp.com/links/links-for-2010-07-02/</link>
		<comments>http://werewp.com/links/links-for-2010-07-02/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 14:04:20 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[anywhere]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2010-07-02/</guid>
		<description><![CDATA[Toolbox: An HTML5 WordPress Starter Theme A great base to start developing your own WordPress theme not totally from scratch. (tags: wordpress theme html5 development framework) Like it? Tweet it! A great tool to integrate a tweeting box into your blog (tags: anywhere plugin jquery development wordpress twitter)<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://themeshaper.com/toolbox-html5-starter-theme/">Toolbox: An HTML5 WordPress Starter Theme</a></div>
<div class="delicious-extended">A great base to start developing your own WordPress theme not totally from scratch.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeherve/wordpress">wordpress</a> <a href="http://delicious.com/jeherve/theme">theme</a> <a href="http://delicious.com/jeherve/html5">html5</a> <a href="http://delicious.com/jeherve/development">development</a> <a href="http://delicious.com/jeherve/framework">framework</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://pongsocket.com/tweet-it/">Like it? Tweet it!</a></div>
<div class="delicious-extended">A great tool to integrate a tweeting box into your blog</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/jeherve/anywhere">anywhere</a> <a href="http://delicious.com/jeherve/plugin">plugin</a> <a href="http://delicious.com/jeherve/jquery">jquery</a> <a href="http://delicious.com/jeherve/development">development</a> <a href="http://delicious.com/jeherve/wordpress">wordpress</a> <a href="http://delicious.com/jeherve/twitter">twitter</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2010-07-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world &#8211; 22/04</title>
		<link>http://werewp.com/links/links-for-2010-04-22/</link>
		<comments>http://werewp.com/links/links-for-2010-04-22/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:05:42 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[anywhere]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2010-04-22/</guid>
		<description><![CDATA[Introducing Retweet Anywhere for WordPress A great plugin for all twitter lovers out there, and for all people using social bookmarks on their websites. Indeed, you can now tweet directly from your blog, and your users can tweet using the twitter application you&#8217;ve created! Make sure you try it out! Shortlinks with WordPress 3.0 &#8211; [...]<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://kovshenin.com/archives/introducing-retweet-anywhere-for-wordpress/">Introducing Retweet Anywhere for WordPress</a></div>
<div class="delicious-extended">A great plugin for all twitter lovers out there, and for all people using social bookmarks on their websites. Indeed, you can now tweet directly from your blog, and your users can tweet using the twitter application you&#8217;ve created! Make sure you try it out!</div>
<div class="delicious-extended"></div>
<div class="delicious-extended"></div>
</li>
<li>
<div class="delicious-link"><a href="http://wpengineer.com/shortlinks-with-wordpress-3-0/">Shortlinks with WordPress 3.0 &#8211; Optional, HTML, Defaults, WordPress, Allow, Filter &#8211; WP Engineer</a></div>
<div class="delicious-extended">For those of you who do not have your own URL shortner, this could be a very useful feature coming with WordPress 3.0. See how to integrate shortlinks into your theme in that tutorial.</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2010-04-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world &#8211; 21/04</title>
		<link>http://werewp.com/links/links-for-2010-04-21/</link>
		<comments>http://werewp.com/links/links-for-2010-04-21/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 14:02:53 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[anywhere]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2010-04-21/</guid>
		<description><![CDATA[How to Add Twitter @anywhere in WordPress A great way to integrate twitter into WordPress<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-twitter-anywhere-in-wordpress/">How to Add Twitter @anywhere in WordPress</a></div>
<div class="delicious-extended">A great way to integrate twitter into WordPress</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2010-04-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world &#8211; 20/10</title>
		<link>http://werewp.com/links/links-for-2009-10-20/</link>
		<comments>http://werewp.com/links/links-for-2009-10-20/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 14:06:12 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2009-10-20/</guid>
		<description><![CDATA[How-To: Customized WordPress Login Page « Phire Design It just takes some hacking of the default login.css file and creation of your own graphics to create your very own login page. In this how-to, we get to know how to customize not only the login page’s logo, but also the background and the form div. [...]<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://phiredesign.net/?p=246">How-To: Customized WordPress Login Page « Phire Design</a></div>
<div class="delicious-extended">It just takes some hacking of the default login.css file and creation of your own graphics to create your very own login page. In this how-to, we get to know how to customize not only the login page’s logo, but also the background and the form div.<br />
Sample psd files of each of the examples used are included, as well as a pre-altered login.css file.<br />
Defintely worth having a look!</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.inspiredm.com/2009/10/20/10-outstanding-corporate-wordpress-themes-for-freelancers-and-small-business-owners//">10 outstanding corporate wordpress themes for freelancers and small business owners</a></div>
<div class="delicious-extended">A selection of some customizable, good looking, sexy, sleek, affordable, and fresh themes on the premium theme market.</div>
</li>
</ul>
<h2>WordPress community</h2>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.nathanrice.net/blog/10-most-influential-wordpress-twitter-ers/">10 Most Influential WordPress Twitter-ers — Nathan Rice</a></div>
<div class="delicious-extended">wefollow.com is an online directory for twitterers. It allows you to register and add keywords defining yourself. Nathan Rice made a summary of the top 10 twitterers to follow if you want to know everything about WordPress.<br />
You will not be surprised to see familiar names on that list. These people are indeed the &#8220;rockstars&#8221; in the WordPress community!</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2009-10-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world &#8211; 01/10</title>
		<link>http://werewp.com/links/links-for-2009-10-01/</link>
		<comments>http://werewp.com/links/links-for-2009-10-01/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 14:03:44 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[woothemes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2009-10-01/</guid>
		<description><![CDATA[WordPress news PremiumThemes.net is going GPL &#124; PremiumThemes.net From today, all current and future products at PremiumThemes.net will be embracing GPL. That&#8217;s another Premium theme marketplace turning to GPL! WooThemes &#124;  We Love Boobs It’s undeniable that all of us have important women in our lives, without whom life just wouldn’t be as awesomeDuring the month [...]<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<h2>WordPress news</h2>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://premiumthemes.net/news/premiumthemes-net-is-going-gpl.html">PremiumThemes.net is going GPL | PremiumThemes.net</a></div>
<div class="delicious-extended">From today, all current and future products at PremiumThemes.net will be embracing GPL. That&#8217;s another Premium theme marketplace turning to GPL!</div>
</li>
</ul>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.woothemes.com/we-love-boobs/">WooThemes |  We Love Boobs</a></div>
<div class="delicious-extended">It’s undeniable that all of us have important women in our lives,  without whom life just wouldn’t be as awesomeDuring the month of October, woothemes will be donating a percentage of their proceeds to a local South African breast cancer charity.:<br />
- 20% of total sales of any of our Business themes;<br />
- 100% of the sales of two new themes (to be released in October) which have been designed by top female designers – Veerle Pieters &amp; Sarah Parmenter.</div>
</li>
</ul>
<ul>
<li>
<div><a href="http://svn.automattic.com/wpcom-themes/">All wordpress.com themes are here! &#8211; automattic.com</a></div>
<div>All wordpress.com themes can be downloaded from automattic. If you like one of them in particular, head to that page!</div>
</li>
</ul>
<h2>Discussion about future of Free WordPress themes</h2>
<ul>
<li>
<div><a href="http://www.themelab.com/2009/09/30/are-free-wordpress-themes-dead/">Are Free WordPress Themes Dead? | Theme Lab</a></div>
<div>Alex Denning over at <a title="WpShout" href="http://wpshout.com/" target="_blank">WPShout</a> brings up an interesting point in his post titled Free WordPress Themes? Forget it. It’s Over. Basically, he argues that free WordPress themes aren’t getting the love and attention they used to, mostly due to commercial themes taking all the spotlight.And you, what do you think? Go give your opinion!</div>
</li>
</ul>
<h2>And a great article listing all 33 WordPress plugins you could use to enhancing commenting functions on your blog!</h2>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.1stwebdesigner.com/wordpress/33-wordpress-plugins-to-power-up-your-comment-section/">33 WordPress Plugins To Power Up Your Comment Section | Graphic and Web Design Blog -Resources And Tutorials</a></div>
<div class="delicious-extended">33 WordPress plugins, which can be used effectively to power up and evolve comment form possibilities and security</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2009-10-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world &#8211; 31/07</title>
		<link>http://werewp.com/links/links-for-2009-07-31/</link>
		<comments>http://werewp.com/links/links-for-2009-07-31/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 14:03:57 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2009-07-31/</guid>
		<description><![CDATA[Donate Friday Those of you who use twitter have heard of #followfriday. Donate Friday takes the idea and applies it to WordPress plugin authors and theme developres. Every Friday, pick up a WordPress contributor you love, and support him by donating (even a small amount of money!). Then tweet about it with the hashtag #donatefriday! [...]<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://unfoldingneurons.com/2009/donate-friday">Donate Friday</a></div>
<div class="delicious-extended">Those of you who use twitter have heard of #followfriday. Donate Friday takes the idea and applies it to WordPress plugin authors and theme developres. Every Friday, pick up a WordPress contributor you love, and support him by donating (even a small amount of money!). Then tweet about it with the hashtag #donatefriday! As simple as that, so that it cannot be said anymore that <a title="Is WordPress A Thankless Community?" href="http://weblogtoolscollection.com/archives/2009/07/10/is-wordpress-a-thankless-community/" target="_blank">WordPress community is thankless</a>!</div>
</li>
</ul>
<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.smashingmagazine.com/2009/07/30/free-portfolio-wordpress-theme-creative-by-nature/">Free Portfolio WordPress Theme: Creative by Nature</a></div>
<div class="delicious-extended">Smashing Magazine releases a new WordPress theme, once again great-looking! Go have a look at it!</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.wpzoom.com/wordpress-themes-sets/25-high-quality-wordpress-themes-released-in-june-july-2009/">25 High Quality WordPress Themes Released in June-July 2009 &#8211; WPZOOM</a></div>
<div class="delicious-extended">A selection of the best themes released in June and July</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2009-07-31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today in WordPress world &#8211; 24/07</title>
		<link>http://werewp.com/links/links-for-2009-07-24/</link>
		<comments>http://werewp.com/links/links-for-2009-07-24/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:03:46 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.werewp.com/uncategorized/links-for-2009-07-24/</guid>
		<description><![CDATA[WordPress › Twitter Followers « WordPress Plugins A nice plugin that will allow to add two types of widgets to your blog: A list of your followers, and a list of who you follow. In the Woods &#8211; 10 Wonderful WordPress Templates That are Setting Trends A nice selection of 10 great WordPress themes.<hr /><a href="http://wpne.ws/templatic"><img src="http://www.werewp.com/wp-content/themes/werewp/images/ads/templatic_468x60.png" alt="templatic" /></a><hr />]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://wordpress.org/extend/plugins/twitter-followers/">WordPress › Twitter Followers « WordPress Plugins</a></div>
<div class="delicious-extended">A nice plugin that will allow to add two types of widgets to your blog: A list of your followers, and a list of who you follow.</div>
</li>
<li>
<div class="delicious-link"><a href="http://blog.themeforest.net/general/10-wonderful-wordpress-templates-that-are-setting-trends/">In the Woods &#8211; 10 Wonderful WordPress Templates That are Setting Trends</a></div>
<div class="delicious-extended">A nice selection of 10 great WordPress themes.</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://werewp.com/links/links-for-2009-07-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

