<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Integrate Twitter into WordPress</title>
	<atom:link href="http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/</link>
	<description>Web Design for real people</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:44:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adding Twitter to Wordpress &#171; Blue Shrapnel on iliam</title>
		<link>http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/comment-page-1/#comment-1997</link>
		<dc:creator>Adding Twitter to Wordpress &#171; Blue Shrapnel on iliam</dc:creator>
		<pubDate>Fri, 06 Nov 2009 01:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2027#comment-1997</guid>
		<description>[...] rest of your blog world&#8230; that means viewing your tweets on the same page as your blogs&#8230; http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/ Even better if you can Tweet from your mobile phone&#8230; link to facebook another [...]</description>
		<content:encoded><![CDATA[<p>[...] rest of your blog world&#8230; that means viewing your tweets on the same page as your blogs&#8230; <a href="http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/" rel="nofollow">http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/</a> Even better if you can Tweet from your mobile phone&#8230; link to facebook another [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/comment-page-1/#comment-1017</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 13 Jul 2009 22:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2027#comment-1017</guid>
		<description>Whoops.... HTML bit above should read:

&quot;Latest Twitter Entry

&quot;</description>
		<content:encoded><![CDATA[<p>Whoops&#8230;. HTML bit above should read:</p>
<p>&#8220;Latest Twitter Entry</p>
<p>&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/comment-page-1/#comment-1016</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 13 Jul 2009 22:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2027#comment-1016</guid>
		<description>Can&#039;t get this to work. Get nothing from Twitter using the string suggested in step 02 but get tweets OK using &quot;http://twitter.com/status/user_timeline/webdesignermag.json?count=10&amp;callback=?&quot; instead. Also can&#039;t get this version to work at all but found something similar on net. My Javascript coding not good so not understanding the differences. the code that I can get to work is this:




$(function() {    
var html = &quot;&quot;;   
var tweeturl = &quot;http://twitter.com/status/user_timeline/webdesignermag.json?count=10&amp;callback=?&quot;;   
$.getJSON(tweeturl, function(d) {   
$.each(d, function(i, item) {   
html +=&quot;&quot; + item.text + &quot;&quot;;
});   
html +=&quot;&quot;;   
$(&#039;#twitter-feed&#039;).append(html)   
});   
});  
 

and sticking this in the HTML of the :
Latest Twitter Entry



Any suggestions how I get the mag code to work ?</description>
		<content:encoded><![CDATA[<p>Can&#8217;t get this to work. Get nothing from Twitter using the string suggested in step 02 but get tweets OK using &#8220;http://twitter.com/status/user_timeline/webdesignermag.json?count=10&amp;callback=?&#8221; instead. Also can&#8217;t get this version to work at all but found something similar on net. My Javascript coding not good so not understanding the differences. the code that I can get to work is this:</p>
<p>$(function() {<br />
var html = &#8220;&#8221;;<br />
var tweeturl = &#8220;http://twitter.com/status/user_timeline/webdesignermag.json?count=10&amp;callback=?&#8221;;<br />
$.getJSON(tweeturl, function(d) {<br />
$.each(d, function(i, item) {<br />
html +=&#8221;" + item.text + &#8220;&#8221;;<br />
});<br />
html +=&#8221;";<br />
$(&#8217;#twitter-feed&#8217;).append(html)<br />
});<br />
});  </p>
<p>and sticking this in the HTML of the :<br />
Latest Twitter Entry</p>
<p>Any suggestions how I get the mag code to work ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandra</title>
		<link>http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/comment-page-1/#comment-636</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Sun, 24 May 2009 07:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2027#comment-636</guid>
		<description>How to pull 1 hour ago.. or 1 day ago message ?  Is it simple or do we have to do some advanced coding?</description>
		<content:encoded><![CDATA[<p>How to pull 1 hour ago.. or 1 day ago message ?  Is it simple or do we have to do some advanced coding?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nugroz</title>
		<link>http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/comment-page-1/#comment-555</link>
		<dc:creator>nugroz</dc:creator>
		<pubDate>Sat, 09 May 2009 10:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2027#comment-555</guid>
		<description>thanx for this....</description>
		<content:encoded><![CDATA[<p>thanx for this&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Digital media industry week in review, for May 8 &#171; WordCount &#8211; Freelancing in the Digital Age</title>
		<link>http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/comment-page-1/#comment-550</link>
		<dc:creator>Digital media industry week in review, for May 8 &#171; WordCount &#8211; Freelancing in the Digital Age</dc:creator>
		<pubDate>Fri, 08 May 2009 20:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2027#comment-550</guid>
		<description>[...] How to integrate Twitter into WordPress &#8211; A Web Designer Magazine tutorial that explains in 16 very code-y steps how to weave Twitter into a WordPress.com blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to integrate Twitter into WordPress &#8211; A Web Designer Magazine tutorial that explains in 16 very code-y steps how to weave Twitter into a WordPress.com blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily Digest for May 6th&#160;&#124;&#160;Digital Gilbert</title>
		<link>http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/comment-page-1/#comment-523</link>
		<dc:creator>Daily Digest for May 6th&#160;&#124;&#160;Digital Gilbert</dc:creator>
		<pubDate>Thu, 07 May 2009 10:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2027#comment-523</guid>
		<description>[...] Integrate Twitter into WordPress &#124; Web Designer - Defining the internet through beautiful design [...]</description>
		<content:encoded><![CDATA[<p>[...] Integrate Twitter into WordPress | Web Designer &#8211; Defining the internet through beautiful design [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Millus</title>
		<link>http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/comment-page-1/#comment-507</link>
		<dc:creator>Millus</dc:creator>
		<pubDate>Wed, 06 May 2009 03:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2027#comment-507</guid>
		<description>Isnt this way a bit too complicated? Why not just use the wordpress admin area and to put the simple code http://superhais.de/bloggen/wp-content/themes/dailypress/images/twittercode.gif in one of the php sides?</description>
		<content:encoded><![CDATA[<p>Isnt this way a bit too complicated? Why not just use the wordpress admin area and to put the simple code <a href="http://superhais.de/bloggen/wp-content/themes/dailypress/images/twittercode.gif" rel="nofollow">http://superhais.de/bloggen/wp-content/themes/dailypress/images/twittercode.gif</a> in one of the php sides?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franky</title>
		<link>http://www.webdesignermag.co.uk/tutorials/integrate-twitter-into-wordpress/comment-page-1/#comment-496</link>
		<dc:creator>Franky</dc:creator>
		<pubDate>Mon, 04 May 2009 18:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdesignermag.co.uk/?p=2027#comment-496</guid>
		<description>Yo. Awesome. I need more formatting for my feeeds.</description>
		<content:encoded><![CDATA[<p>Yo. Awesome. I need more formatting for my feeeds.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
