<?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>Website Design Blog &#187; Twitter on your website</title>
	<atom:link href="http://visualharmonydesign.com/blog/tag/twitter-on-your-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualharmonydesign.com/blog</link>
	<description>Features articles about web design, new web technologies and services and other miscellaneous topics.</description>
	<lastBuildDate>Thu, 10 Nov 2011 17:45:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Show Your Latest Twitter Post on Your Website</title>
		<link>http://visualharmonydesign.com/blog/online-marketing/show-your-latest-twitter-post-on-your-website/</link>
		<comments>http://visualharmonydesign.com/blog/online-marketing/show-your-latest-twitter-post-on-your-website/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 18:32:15 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Twitter on your website]]></category>

		<guid isPermaLink="false">http://visualharmonydesign.com/blog/?p=81</guid>
		<description><![CDATA[Would you like to show your latest tweet (or tweets) on your website?  Well, here&#8217;s a quick and easy way to Twitter-ize your site. Twitter provides a couple of scripts that need to be included in your code.  It&#8217;s probably best to add them right before the &#60;/body&#62; tag so the rest of the page [...]]]></description>
			<content:encoded><![CDATA[<p>Would you like to show your latest tweet (or tweets) on your website?  Well, here&#8217;s a quick and easy way to Twitter-ize your site.</p>
<p>Twitter provides a couple of scripts that need to be included in your code.  It&#8217;s probably best to add them right before the &lt;/body&gt; tag so the rest of the page loads first.  Go ahead and add them:</p>
<p><code>&lt;script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"&gt;&lt;/script&gt;</code></p>
<p><code>&lt;script src="http://twitter.com/statuses/user_timeline/your_username.json?callback=twitterCallback2&amp;count=1" type="text/javascript"&gt;&lt;/script&gt;</code></p>
<p>Edit the src attribute of the second script to replace &#8220;your_username&#8221; with your Twitter username.  If you would like to show more than just the latest post, you can change the number where it says &#8220;count=1&#8243; to reflect how many posts you would like to show (eg. count=2, count=3, count=4).</p>
<p>Now you need to place this code in your markup where you want the tweets to show up:</p>
<p><code>&lt;div id="twitter_div"&gt;&lt;ul id="twitter_update_list"&gt;&lt;li&gt;&nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</code></p>
<p>Your tweet(s) will be added to this div automatically.  Style the Twitter div with some CSS and you&#8217;re good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://visualharmonydesign.com/blog/online-marketing/show-your-latest-twitter-post-on-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

