<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>DAN FOLKES &#187; feed</title>
	<atom:link href="http://danfolkes.com/index.php/tag/feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://danfolkes.com</link>
	<description>programmers blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:58:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel="next" href="http://danfolkes.com/index.php/tag/feed/feed/?page=2" />

		<item>
		<title>Facebook Website Integration &#8211; HTML</title>
		<link>http://danfolkes.com/2011/05/25/facebook-website-integration-html/</link>
		<comments>http://danfolkes.com/2011/05/25/facebook-website-integration-html/#comments</comments>
		<pubDate>Wed, 25 May 2011 15:40:03 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[a website]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[integrate]]></category>
		<category><![CDATA[integrate Facebook]]></category>
		<category><![CDATA[rss feed]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://danfolkes.com/?p=1310</guid>
		<description><![CDATA[To integrate Facebook on to a website without the use of a facebook app you need these things: Facebook Page RSS Feed (can be tricky) Feedburner Account (free,easy) (here) Once you have both of those things you can do this in feedburner: Add a new feed (your facebook url) Go to the publicize tab Go [...]


Related posts:<ol><li><a href='http://danfolkes.com/2009/03/04/howto-setup-an-aggregated-rss-feed-for-your-friends-using-google-reader/' rel='bookmark' title='Permanent Link: HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader'>HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader</a></li>
<li><a href='http://danfolkes.com/2008/03/17/facebot-my-facebook-robot/' rel='bookmark' title='Permanent Link: Facebot &#8211; My Facebook Robot'>Facebot &#8211; My Facebook Robot</a></li>
<li><a href='http://danfolkes.com/2010/04/20/jquery-example-documents-for-presentation/' rel='bookmark' title='Permanent Link: JQuery &#8211; Example Documents for Presentation'>JQuery &#8211; Example Documents for Presentation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://danfolkes.com/2011/05/25/facebook-website-integration-html/facebook-website-integration-%e2%80%93-html-3/" rel="attachment wp-att-1321"><img src="http://danfolkes.com/wp-content/uploads/2011/05/Facebook-Website-Integration-–-HTML2.jpg" alt="" title="Facebook-Website-Integration-–-HTML" width="400" height="252" class="alignnone size-full wp-image-1321" /></a><br />
To integrate Facebook on to a website without the use of a facebook app you need these things:</p>
<ul>
<li>Facebook Page RSS Feed (<a href="http://www.google.com/search?q=find+your+facebook+rss+feed&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t">can be tricky)</a></li>
<li>Feedburner Account (free,easy) (<a href="http://feedburner.google.com/">here</a>)</li>
</ul>
<p>Once you have both of those things you can do this in feedburner:</p>
<ul>
<li>Add a new feed (your facebook url)</li>
<li>Go to the publicize tab</li>
<li>Go to BuzzBoost</li>
<li>Sroll down and fill out the form, you will be given html code.</li>
<li>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;script src=&quot;http://feeds.feedburner.com/DanielFolkessFacebookStatusUpdates?format=sigpro&quot; type=&quot;text/javascript&quot; &gt;&lt;/script&gt;
&lt;noscript&gt;&lt;p&gt;Subscribe to RSS headline updates from: 
&lt;a href=&quot;http://feeds.feedburner.com/DanielFolkessFacebookStatusUpdates&quot;&gt;&lt;/a&gt;
&lt;br/&gt;Powered by FeedBurner&lt;/p&gt; 
&lt;/noscript&gt;</pre></div></div>

</li>
<li>Preview:<script src="http://feeds.feedburner.com/DanielFolkessFacebookStatusUpdates?format=sigpro" type="text/javascript" ></script><noscript>
<p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/DanielFolkessFacebookStatusUpdates"></a><br/>Powered by FeedBurner</p>
<p> </noscript></li>
</ul>
<p>And that&#8217;s it!<br />
You can now style it up a little bit with some CSS and stuff.</p>


<p>Related posts:<ol><li><a href='http://danfolkes.com/2009/03/04/howto-setup-an-aggregated-rss-feed-for-your-friends-using-google-reader/' rel='bookmark' title='Permanent Link: HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader'>HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader</a></li>
<li><a href='http://danfolkes.com/2008/03/17/facebot-my-facebook-robot/' rel='bookmark' title='Permanent Link: Facebot &#8211; My Facebook Robot'>Facebot &#8211; My Facebook Robot</a></li>
<li><a href='http://danfolkes.com/2010/04/20/jquery-example-documents-for-presentation/' rel='bookmark' title='Permanent Link: JQuery &#8211; Example Documents for Presentation'>JQuery &#8211; Example Documents for Presentation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://danfolkes.com/2011/05/25/facebook-website-integration-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://danfolkes.com/wp-content/uploads/2011/05/Facebook-Website-Integration-–-HTML2-150x150.jpg" />
		<media:content url="http://danfolkes.com/wp-content/uploads/2011/05/Facebook-Website-Integration-–-HTML2.jpg" medium="image">
			<media:title type="html">Facebook-Website-Integration-–-HTML</media:title>
			<media:thumbnail url="http://danfolkes.com/wp-content/uploads/2011/05/Facebook-Website-Integration-–-HTML2-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Hubble Image RSS Feed</title>
		<link>http://danfolkes.com/2009/05/12/hubble-image-rss-feed/</link>
		<comments>http://danfolkes.com/2009/05/12/hubble-image-rss-feed/#comments</comments>
		<pubDate>Tue, 12 May 2009 20:19:38 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hubble]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[jpeg]]></category>
		<category><![CDATA[just-in]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[newest]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[Reader]]></category>
		<category><![CDATA[recent]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[telescope]]></category>
		<category><![CDATA[updated]]></category>

		<guid isPermaLink="false">http://danfolkes.com/?p=272</guid>
		<description><![CDATA[I have used Google Reader to mash two image rss feeds together for Hubble. Here is the HTML page for it: https://www.google.com/reader/shared/user%2F15478232717259537591%2Flabel%2FHubble Here is the RSS Feed: http://www.google.com/reader/public/atom/user%2F15478232717259537591%2Flabel%2FHubble Based off of: http://hubblesite.org/newscenter/newscenter_rss.php and http://www.spacetelescope.org/rss/feed.xml Enjoy space nerds. Related posts:My Combined News Pages HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader Facebook [...]


Related posts:<ol><li><a href='http://danfolkes.com/2010/01/13/my-combined-news-pages/' rel='bookmark' title='Permanent Link: My Combined News Pages'>My Combined News Pages</a></li>
<li><a href='http://danfolkes.com/2009/03/04/howto-setup-an-aggregated-rss-feed-for-your-friends-using-google-reader/' rel='bookmark' title='Permanent Link: HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader'>HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader</a></li>
<li><a href='http://danfolkes.com/2011/05/25/facebook-website-integration-html/' rel='bookmark' title='Permanent Link: Facebook Website Integration &#8211; HTML'>Facebook Website Integration &#8211; HTML</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://danfolkes.com/index.php/2009/05/12/hubble-image-rss-feed/hs-2009-13-a-web/" rel="attachment wp-att-273"><img src="http://danfolkes.com/wp-content/uploads/2009/05/hs-2009-13-a-web.jpg" alt="hs-2009-13-a-web" title="hs-2009-13-a-web" width="333" height="400" class="size-full wp-image-273" /></a></p>
<p>I have used Google Reader to mash two image rss feeds together for Hubble.</p>
<p><strong>Here is the HTML page for it:<br />
<a href="https://www.google.com/reader/shared/user%2F15478232717259537591%2Flabel%2FHubble">https://www.google.com/reader/shared/user%2F15478232717259537591%2Flabel%2FHubble</a></strong></p>
<p><strong>Here is the RSS Feed:<br />
<a href="http://www.google.com/reader/public/atom/user%2F15478232717259537591%2Flabel%2FHubble">http://www.google.com/reader/public/atom/user%2F15478232717259537591%2Flabel%2FHubble</a></strong></p>
<p><strong>Based off of:</strong><br />
<a href="http://hubblesite.org/newscenter/newscenter_rss.php">http://hubblesite.org/newscenter/newscenter_rss.php</a><br />
and<br />
<a href="http://www.spacetelescope.org/rss/feed.xml">http://www.spacetelescope.org/rss/feed.xml</a></p>
<p>Enjoy space nerds.</p>


<p>Related posts:<ol><li><a href='http://danfolkes.com/2010/01/13/my-combined-news-pages/' rel='bookmark' title='Permanent Link: My Combined News Pages'>My Combined News Pages</a></li>
<li><a href='http://danfolkes.com/2009/03/04/howto-setup-an-aggregated-rss-feed-for-your-friends-using-google-reader/' rel='bookmark' title='Permanent Link: HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader'>HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader</a></li>
<li><a href='http://danfolkes.com/2011/05/25/facebook-website-integration-html/' rel='bookmark' title='Permanent Link: Facebook Website Integration &#8211; HTML'>Facebook Website Integration &#8211; HTML</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://danfolkes.com/2009/05/12/hubble-image-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://danfolkes.com/wp-content/uploads/2009/05/hs-2009-13-a-web-150x150.jpg" />
		<media:content url="http://danfolkes.com/wp-content/uploads/2009/05/hs-2009-13-a-web.jpg" medium="image">
			<media:title type="html">hs-2009-13-a-web</media:title>
			<media:thumbnail url="http://danfolkes.com/wp-content/uploads/2009/05/hs-2009-13-a-web-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader</title>
		<link>http://danfolkes.com/2009/03/04/howto-setup-an-aggregated-rss-feed-for-your-friends-using-google-reader/</link>
		<comments>http://danfolkes.com/2009/03/04/howto-setup-an-aggregated-rss-feed-for-your-friends-using-google-reader/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 21:26:58 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Aggregated]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Manage Subscriptions]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Public]]></category>
		<category><![CDATA[Reader]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[rss feed]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Subscription]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[View]]></category>

		<guid isPermaLink="false">http://danfolkes.com/?p=184</guid>
		<description><![CDATA[HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader Lets say you have three friends, and you don&#8217;t really want to check all of there twitter, blogs, rss feeds all day long. RSS Feeds: http://danfolkes.com/index.php/feed/ http://twitter.com/statuses/user_timeline/17508497.rss http://rss.slashdot.org/Slashdot/slashdot What you do is open Google Reader (Part of a Google account.) Add all of [...]


Related posts:<ol><li><a href='http://danfolkes.com/2009/05/12/hubble-image-rss-feed/' rel='bookmark' title='Permanent Link: Hubble Image RSS Feed'>Hubble Image RSS Feed</a></li>
<li><a href='http://danfolkes.com/2011/05/25/facebook-website-integration-html/' rel='bookmark' title='Permanent Link: Facebook Website Integration &#8211; HTML'>Facebook Website Integration &#8211; HTML</a></li>
<li><a href='http://danfolkes.com/2010/01/13/my-combined-news-pages/' rel='bookmark' title='Permanent Link: My Combined News Pages'>My Combined News Pages</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>HOWTO: Setup an Aggregated RSS feed for your Friends using Google Reader</p>
<p>Lets say you have three friends, and you don&#8217;t really want to check all of there twitter, blogs, rss feeds all day long.</p>
<p><strong>RSS Feeds:</strong></p>
<p>http://danfolkes.com/index.php/feed/</p>
<p>http://twitter.com/statuses/user_timeline/17508497.rss</p>
<p>http://rss.slashdot.org/Slashdot/slashdot</p>
<ul>
<li>What you do is <strong>open Google Reader</strong> (Part of a Google account.)</li>
<li>Add <strong>all of the feeds</strong> to it by selecting &#8220;Add a Subscription&#8221;</li>
<p><a href="http://danfolkes.com/index.php/2009/03/04/howto-setup-an-aggregated-rss-feed-for-your-friends-using-google-reader/gread1/" rel="attachment wp-att-185"><img src="http://danfolkes.com/wp-content/uploads/2009/03/gread1.jpg" alt="gread1" title="gread1" width="312" height="131" class="alignnone size-full wp-image-185" /></a></p>
<li>Go into the <strong>&#8220;Manage Subscriptions&#8221;</strong> page (link in lower left)</li>
<li>Now, click <strong>&#8220;Add to Folder&#8221;</strong> and <strong>Create New Folder</strong> for the item</li>
<p><a href="http://danfolkes.com/index.php/2009/03/04/howto-setup-an-aggregated-rss-feed-for-your-friends-using-google-reader/gread21/" rel="attachment wp-att-203"><img src="http://danfolkes.com/wp-content/uploads/2009/03/gread21.jpg" alt="gread21" title="gread21" width="524" height="118" class="alignnone size-full wp-image-203" /></a></p>
<li>Now <strong>add the rest of the feeds to that folder</strong> in the same fashion.</li>
<li>Now <strong>to refresh</strong>, Click &#8220;« Back to Google Reader&#8221; then &#8220;Manage Subscriptions&#8221;</li>
<li>Goto the &#8220;Folders and Tags&#8221; Tab (near Manage Subscriptions)</li>
<li>Select your new folder, and <strong>select Public</strong> from the &#8220;Change Sharing&#8230;&#8221; drop down list.</li>
<p><a href="http://danfolkes.com/index.php/2009/03/04/howto-setup-an-aggregated-rss-feed-for-your-friends-using-google-reader/gread3/" rel="attachment wp-att-187"><img src="http://danfolkes.com/wp-content/uploads/2009/03/gread3.jpg" alt="gread3" title="gread3" width="581" height="99" class="alignnone size-full wp-image-187" /></a></p>
<li>You should now have <strong>&#8220;View Public Page&#8221; button</strong>.</li>
<li>That page contains a nice looking <strong>aggregate HTML view</strong> and <strong>a rss feed</strong> related to the page that you can add to any feed reader.</li>
<li>Here are my links: <a href="https://www.google.com/reader/shared/user%2F15478232717259537591%2Flabel%2Fdemo_rss">HTML</a> and <a href="http://www.google.com/reader/public/atom/user%2F15478232717259537591%2Flabel%2Fdemo_rss">RSS</a></li>
<p>I hope this helps someone!  Leave comments if it did.</p>


<p>Related posts:<ol><li><a href='http://danfolkes.com/2009/05/12/hubble-image-rss-feed/' rel='bookmark' title='Permanent Link: Hubble Image RSS Feed'>Hubble Image RSS Feed</a></li>
<li><a href='http://danfolkes.com/2011/05/25/facebook-website-integration-html/' rel='bookmark' title='Permanent Link: Facebook Website Integration &#8211; HTML'>Facebook Website Integration &#8211; HTML</a></li>
<li><a href='http://danfolkes.com/2010/01/13/my-combined-news-pages/' rel='bookmark' title='Permanent Link: My Combined News Pages'>My Combined News Pages</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://danfolkes.com/2009/03/04/howto-setup-an-aggregated-rss-feed-for-your-friends-using-google-reader/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://danfolkes.com/wp-content/uploads/2009/03/gread1-150x131.jpg" />
		<media:content url="http://danfolkes.com/wp-content/uploads/2009/03/gread1.jpg" medium="image">
			<media:title type="html">gread1</media:title>
			<media:thumbnail url="http://danfolkes.com/wp-content/uploads/2009/03/gread1-150x131.jpg" />
		</media:content>
		<media:content url="http://danfolkes.com/wp-content/uploads/2009/03/gread21.jpg" medium="image">
			<media:title type="html">gread21</media:title>
			<media:thumbnail url="http://danfolkes.com/wp-content/uploads/2009/03/gread21-150x118.jpg" />
		</media:content>
		<media:content url="http://danfolkes.com/wp-content/uploads/2009/03/gread3.jpg" medium="image">
			<media:title type="html">gread3</media:title>
			<media:thumbnail url="http://danfolkes.com/wp-content/uploads/2009/03/gread3-150x99.jpg" />
		</media:content>
	</item>
	</channel>
</rss>

