<?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>Little Bird LLC &#187; tutorial</title>
	<atom:link href="http://littlebirdllc.com/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://littlebirdllc.com</link>
	<description>Little Bird makes cozy, quirky and weathered websites for small businesses, individuals and the soon-to-be married.</description>
	<lastBuildDate>Tue, 29 Mar 2011 23:04:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Embed Tumblr posts in your sidebar!</title>
		<link>http://littlebirdllc.com/embed-tumblr-posts-in-your-sidebar/</link>
		<comments>http://littlebirdllc.com/embed-tumblr-posts-in-your-sidebar/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 02:26:34 +0000</pubDate>
		<dc:creator>Amanda</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://littlebirdllc.com/?p=956</guid>
		<description><![CDATA[In the last two weeks I&#8217;ve fallen in love with Tumblr. Mostly because it&#8217;s SO darn easy to post a photo, link or quote with the bookmarklet. If you look over in the left sidebar of LittleBirdLLC.com/blog there is a stream being pulled in from our Little Bird tumblr. The web is full of amazing [...]]]></description>
			<content:encoded><![CDATA[<p>In the last two weeks I&#8217;ve fallen in love with Tumblr. Mostly because it&#8217;s SO darn easy to post a photo, link or quote with the bookmarklet. If you look over in the left sidebar of <a href="http://littlebirdllc.com/blog/">LittleBirdLLC.com/blog</a> there is a stream being pulled in from our <a href="http://littlebirdies.tumblr.com/">Little Bird tumblr</a>. The web is full of amazing things that we see everyday &#8211; this is an easy way to collect them as a resource and share them with you.  </p>
<p>First, paste the following into a text widget or your <code>sidebar.php</code> file. Replace &#8216;yourname&#8217; with your tumblr account name.</p>
<pre class="brush: jscript; title: ;">&lt;script type=&quot;text/javascript&quot; src=&quot;http://yourname.tumblr.com/js?num=5&quot;&gt;&lt;/script&gt;</pre>
<p>The <code>/js$num=5</code> is limiting the amount of posts to 5, this can be whatever number you want. </p>
<p>If you look at it now it&#8217;s probably a mess. Every element has tumblr css classes wrapped around it so next you&#8217;ll want to style it. At the very least you&#8217;ll need to change the width so it fits. I recommend using Firebug, the Mozilla Firefox extension, for finding and styling your posts. </p>
<pre class="brush: css; title: ;">
/* Tumblr Styles */

ol.tumblr_posts {width: 183px;}
li.tumblr_post {}

li.tumblr_quote_post {}
  .tumblr_quote {}
  .tumblr_source {}
  .tumblr_open_quote {}
  .tumblr_close_quote {}

li.tumblr_link_post {}
  a.tumblr_link {}
  .tumblr_description {}

li.tumblr_photo_post {}
  img.tumblr_photo {}
  .tumblr_caption {}

/* and that's just a few! */
</pre>
<p>Tumblr makes it incredibly easy to import RSS feeds so all you have to do is import all of your various feeds to tumblr and Ta-da! Instant life-stream.</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebirdllc.com/embed-tumblr-posts-in-your-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

