<?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: Lead Facebook Engineer Recommends Developers Use IFrames for Speed, Convenience</title>
	<atom:link href="http://www.insidefacebook.com/2008/09/30/lead-facebook-engineer-recommends-developers-use-iframes-for-speed-convenience/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.insidefacebook.com/2008/09/30/lead-facebook-engineer-recommends-developers-use-iframes-for-speed-convenience/</link>
	<description>Tracking Facebook and the Facebook Platform for Developers and Marketers</description>
	<lastBuildDate>Mon, 13 Feb 2012 23:28:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: 8 More Days of Facebook's FBML &#124; Jennifer Barbee, Inc. Blog - DotCom Confessions</title>
		<link>http://www.insidefacebook.com/2008/09/30/lead-facebook-engineer-recommends-developers-use-iframes-for-speed-convenience/comment-page-1/#comment-179084</link>
		<dc:creator>8 More Days of Facebook's FBML &#124; Jennifer Barbee, Inc. Blog - DotCom Confessions</dc:creator>
		<pubDate>Thu, 03 Mar 2011 14:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.insidefacebook.com/?p=2799#comment-179084</guid>
		<description>[...] own tabs, however, it&#8217;s apparently going to make life a little easier for most developers. According to a lead Facebook engineer, iframes offer a lot of architectural advantages. Additionally, iframes will be hosted on outside servers, whereas FBML content is hosted on [...]</description>
		<content:encoded><![CDATA[<p>[...] own tabs, however, it&#8217;s apparently going to make life a little easier for most developers. According to a lead Facebook engineer, iframes offer a lot of architectural advantages. Additionally, iframes will be hosted on outside servers, whereas FBML content is hosted on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://www.insidefacebook.com/2008/09/30/lead-facebook-engineer-recommends-developers-use-iframes-for-speed-convenience/comment-page-1/#comment-48568</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Sun, 13 Dec 2009 05:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.insidefacebook.com/?p=2799#comment-48568</guid>
		<description>Check out some codes for using Iframes, drop down menu, invite friends 
+ 
a tutorial on how to integrate an external page on to a tab of your facebook business page.
 
http://www.facebook.com/webwhispers?v=app_6009294086
(become a fan to check it out - comments all welcome)</description>
		<content:encoded><![CDATA[<p>Check out some codes for using Iframes, drop down menu, invite friends<br />
+<br />
a tutorial on how to integrate an external page on to a tab of your facebook business page.</p>
<p><a href="http://www.facebook.com/webwhispers?v=app_6009294086" rel="nofollow">http://www.facebook.com/webwhispers?v=app_6009294086</a><br />
(become a fan to check it out &#8211; comments all welcome)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.insidefacebook.com/2008/09/30/lead-facebook-engineer-recommends-developers-use-iframes-for-speed-convenience/comment-page-1/#comment-43095</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 03 Nov 2009 22:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.insidefacebook.com/?p=2799#comment-43095</guid>
		<description>One of the problem I faced with Iframe is the size of the frame on IE6 ... I don&#039;t know why but for one user on hundreds it failed with a weird size ....</description>
		<content:encoded><![CDATA[<p>One of the problem I faced with Iframe is the size of the frame on IE6 &#8230; I don&#8217;t know why but for one user on hundreds it failed with a weird size &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Mickles</title>
		<link>http://www.insidefacebook.com/2008/09/30/lead-facebook-engineer-recommends-developers-use-iframes-for-speed-convenience/comment-page-1/#comment-12566</link>
		<dc:creator>Ken Mickles</dc:creator>
		<pubDate>Tue, 30 Sep 2008 22:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.insidefacebook.com/?p=2799#comment-12566</guid>
		<description>First and last argument for me: with iframes you can use jQuery, with FBML, you can&#039;t.</description>
		<content:encoded><![CDATA[<p>First and last argument for me: with iframes you can use jQuery, with FBML, you can&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Rudy Jacobs</title>
		<link>http://www.insidefacebook.com/2008/09/30/lead-facebook-engineer-recommends-developers-use-iframes-for-speed-convenience/comment-page-1/#comment-12537</link>
		<dc:creator>Matthew Rudy Jacobs</dc:creator>
		<pubDate>Tue, 30 Sep 2008 09:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.insidefacebook.com/?p=2799#comment-12537</guid>
		<description>hmm,
I tried using iframes for an application in December,
and was convinced it was a great idea

UNTIL my client started experiencing loads of errors.

Turns out the default security settings for Safari are that iframes from external domains cannot set cookies,
as such, there&#039;s a whole load of extra work to make a user session persist beyond the initial page.

I&#039;m sure it&#039;s workable though,
but at the time,
it was an unecessary hassle.</description>
		<content:encoded><![CDATA[<p>hmm,<br />
I tried using iframes for an application in December,<br />
and was convinced it was a great idea</p>
<p>UNTIL my client started experiencing loads of errors.</p>
<p>Turns out the default security settings for Safari are that iframes from external domains cannot set cookies,<br />
as such, there&#8217;s a whole load of extra work to make a user session persist beyond the initial page.</p>
<p>I&#8217;m sure it&#8217;s workable though,<br />
but at the time,<br />
it was an unecessary hassle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://www.insidefacebook.com/2008/09/30/lead-facebook-engineer-recommends-developers-use-iframes-for-speed-convenience/comment-page-1/#comment-12532</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Tue, 30 Sep 2008 07:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.insidefacebook.com/?p=2799#comment-12532</guid>
		<description>thanks for the nice summary justin.  one caveat is that a bunch of the new stuff is likely to be a little bit less stable just because its new.  for developers starting out who just want to get something working, using FBML canvas pages is going to be more straightforward.  also, fb:serverfbml isn&#039;t very optimized right now either, so planning to use that more than occasionally would probably be a bad idea right now.</description>
		<content:encoded><![CDATA[<p>thanks for the nice summary justin.  one caveat is that a bunch of the new stuff is likely to be a little bit less stable just because its new.  for developers starting out who just want to get something working, using FBML canvas pages is going to be more straightforward.  also, fb:serverfbml isn&#8217;t very optimized right now either, so planning to use that more than occasionally would probably be a bad idea right now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

