<?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>WebDesign&#38;Such &#187; Twitter</title>
	<atom:link href="http://webdesignandsuch.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignandsuch.com</link>
	<description>a Beantown Design Production</description>
	<lastBuildDate>Sat, 14 Jan 2012 20:09:53 +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>Add the New Twitter Follow Button to Your Website</title>
		<link>http://webdesignandsuch.com/how-to-add-new-twitter-follow-button-to-website-blog/</link>
		<comments>http://webdesignandsuch.com/how-to-add-new-twitter-follow-button-to-website-blog/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 01:13:16 +0000</pubDate>
		<dc:creator>mike ilz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=1866</guid>
		<description><![CDATA[Twitter recently released a new Follow Button for embedding on websites. Now your website users can follow you on Twitter with one click, instead of needing to visit your actual Twitter webpage and potentially lose track of your website.
]]></description>
			<content:encoded><![CDATA[<h3>Twitter recently released a new Follow Button for embedding on websites.</h3>
<p>Why is this important? Now your website users can follow you on Twitter with one click, instead of needing to visit your actual Twitter webpage and potentially lose track of your website.</p>
<p>The process of embedding the new Twitter follow button on your website or blog is extremely easy. <a href="http://twitter.com/about/resources/followbutton">Click here</a> to get your own code. Once you get the code for your Twitter name simply embed it into your website or blog (template PHP files if you&#8217;re using WordPress), and upload your files. The end result will look like this (try it out!):
<p>
<a href="http://twitter.com/BeantownDesign" class="twitter-follow-button">Follow @BeantownDesign</a><br />
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></p>
<p><img src="http://webdesignandsuch.com/wp-content/uploads/twitter-follow-button1.jpg" alt="" title="twitter-follow-button" width="570" height="363" class="alignnone size-full wp-image-1872" /></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/how-to-add-new-twitter-follow-button-to-website-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embed a Twitter Feed on your website with jQuery</title>
		<link>http://webdesignandsuch.com/embed-a-twitter-feed-on-your-website-with-jquery/</link>
		<comments>http://webdesignandsuch.com/embed-a-twitter-feed-on-your-website-with-jquery/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:17:34 +0000</pubDate>
		<dc:creator>mike ilz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=612</guid>
		<description><![CDATA[In a previous post I showed possibly the easiest way to embed a Twitter feed on your website. This brought up a couple of questions from some users. 1. Can ...]]></description>
			<content:encoded><![CDATA[<p>In a <a href="http://webdesignandsuch.com/2009/11/how-to-embed-a-twitter-feed-on-your-website/">previous post</a> I showed possibly the easiest way to embed a Twitter feed on your website. This brought up a couple of questions from some users.</p>
<p><strong>1. Can you make a background behind individual Tweets?<br />
2. Can you put the date on it&#8217;s own separate line?</strong></p>
<p>As the case goes with a lot of things these days <em><strong>jQuery to the rescue</strong></em>! Check out the demo to see both of these things in action, and then continue reading to see how to accomplish these things with jQuery and download the source files.</p>
<p><a class="demo-link" href="http://webdesignandsuch.com/posts/jQuery-twitter/">View Demo</a><span id="more-612"></span></p>
<p>The jQuery and CSS code to make this happen came from Chris over at CSS-Tricks. I slimmed down and edited it to make it work for me. Here is a zip of the files used for the demo so you can download and edit it as you want.</p>
<p><a class="download-link" href="http://webdesignandsuch.com/posts/jQuery-twitter/jQuery-twitter.zip">Download Files</a></p>
<p>You&#8217;ll see in the head of the index page the jQuery which makes it work. The line you need to change is the following:</p>
<div class="codeBox">
<strong>http://twitter.com/status/user_timeline/<span style="color:#09a1dc">ilz_</span>.json?<span style="color:#09a1dc">count=5</span>&#038;callback=?</strong></div>
<p>First replace the part I highlighted in Blue &#8220;ilz_&#8221; with your Twitter user name.<br/><br />
Next, replace &#8220;count=5&#8243; with the number of tweets you want to show up on your page.</p>
<p>Other than that, you should be able to style the rest of the text, links, etc. as long as you know basic CSS. <strong>Enjoy!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/embed-a-twitter-feed-on-your-website-with-jquery/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to embed a Twitter Feed on your website</title>
		<link>http://webdesignandsuch.com/how-to-embed-a-twitter-feed-on-your-website/</link>
		<comments>http://webdesignandsuch.com/how-to-embed-a-twitter-feed-on-your-website/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 13:49:15 +0000</pubDate>
		<dc:creator>mike ilz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=499</guid>
		<description><![CDATA[One great thing about Twitter is the ability to embed your recent Tweets onto other websites. It's a rather simple process, so check out my demo and then keep reading to learn how you can embed your Tweets on your page.]]></description>
			<content:encoded><![CDATA[<p>Lots of people use Twitter. Love it or hate it, <strong>it&#8217;s true</strong>. I follow other people in the design industry to see what they&#8217;re up to. I use <a href="http://twitter.com/ilz_" target="_blank">my Twitter page</a> to post updates on things in my life, mostly design related.</p>
<p>One of the great things about Twitter is that you rarely ever go to the actual site. You can use a program like Tweetie or TweetDeck to send all your Tweets. Another great thing is the ability to embed your recent Tweets onto other websites. It&#8217;s a rather simple process, so check out my demo and then keep reading to learn how you can embed your Tweets on your page.</p>
<div class="postButtons">
<div class="single"><a href="http://webdesignandsuch.com/posts/twitter-feed/embed-twitter-feed.html" class="demo">Embed twitter feed Demo</a></div>
</div>
<pre class="brush: jscript; title: ; notranslate"> &lt;script type=&quot;text/javascript&quot; src=&quot;http://twitter.com/javascripts/blogger.js&quot;&gt;&lt;/script&gt;
  &lt;script type=&quot;text/javascript&quot; src=&quot;http://twitter.com/statuses/user_timeline/beantowndesign.json?callback=twitterCallback2&amp;count=3&quot;&gt;&lt;/script&gt;
</pre>
<p>Copy the above code and paste it right into your XHTML code on your webpage, (right in the body).</p>
<p>All you need to do is replace where I have &#8220;beantowndesign&#8221;. That is my Twitter user name, replace it with yours. The other thing you get to decide is how many of the most recent posts you want to show. Change the part where it says &#8220;count=1&#8243; to however many Tweets you want to show up. For example, in the demo I decided to show my last 3 Tweets.</p>
<p>So that&#8217;s all there is to it.. how you style the text, links, and surrounding environment for the feed is up to you and your creativity.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/how-to-embed-a-twitter-feed-on-your-website/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
	</channel>
</rss>

