<?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: how to resize facebook popup dialog box</title>
	<atom:link href="http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/</link>
	<description>thousands of app development recipes</description>
	<lastBuildDate>Mon, 06 Sep 2010 20:26:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Goutam Dutta</title>
		<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/comment-page-1/#comment-2033</link>
		<dc:creator>Goutam Dutta</dc:creator>
		<pubDate>Fri, 27 Aug 2010 13:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=121#comment-2033</guid>
		<description>Hi,
I have just found class name which holds the whole dialog box’s div is  : 

.generic_dialog_popup {
   width: 350px !important;
   margin-left:250px;
}
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have just found class name which holds the whole dialog box’s div is  : </p>
<p>.generic_dialog_popup {<br />
   width: 350px !important;<br />
   margin-left:250px;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: april</title>
		<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/comment-page-1/#comment-1695</link>
		<dc:creator>april</dc:creator>
		<pubDate>Fri, 04 Jun 2010 02:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=121#comment-1695</guid>
		<description>hey, my facebook dialogue box only shows the top half of the message it does not show the entire box that will let you click on ok and post the box. When I am playing facebook games and it asks if I want to &quot;share&quot; with my friends (on my fb wall) I click &quot;share&quot; and then only the top half of the dialogue box shows up...maybe it isn&#039;t fully loading. Been having this problem for a month and a half and I&#039;ve e-mailed for support but their answers DO NOT help to fix the problem. Any idea why the entire box isn&#039;t showing up? Do you know an easy way I can fix it? Thanks.</description>
		<content:encoded><![CDATA[<p>hey, my facebook dialogue box only shows the top half of the message it does not show the entire box that will let you click on ok and post the box. When I am playing facebook games and it asks if I want to &#8220;share&#8221; with my friends (on my fb wall) I click &#8220;share&#8221; and then only the top half of the dialogue box shows up&#8230;maybe it isn&#8217;t fully loading. Been having this problem for a month and a half and I&#8217;ve e-mailed for support but their answers DO NOT help to fix the problem. Any idea why the entire box isn&#8217;t showing up? Do you know an easy way I can fix it? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: None</title>
		<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/comment-page-1/#comment-1519</link>
		<dc:creator>None</dc:creator>
		<pubDate>Sun, 18 Apr 2010 07:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=121#comment-1519</guid>
		<description>Thanks,  nice blog</description>
		<content:encoded><![CDATA[<p>Thanks,  nice blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hveiras</title>
		<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/comment-page-1/#comment-1202</link>
		<dc:creator>hveiras</dc:creator>
		<pubDate>Thu, 08 Apr 2010 19:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=121#comment-1202</guid>
		<description>Code didn&#039;t work for me, Facebook is adding appId before each css class in my code so I can&#039;t override the style.</description>
		<content:encoded><![CDATA[<p>Code didn&#8217;t work for me, Facebook is adding appId before each css class in my code so I can&#8217;t override the style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Faria</title>
		<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/comment-page-1/#comment-486</link>
		<dc:creator>Tony Faria</dc:creator>
		<pubDate>Wed, 02 Dec 2009 07:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=121#comment-486</guid>
		<description>Nice post - took me ages trying to use FB:Dialouge with no joy but now using FBJS works a treat
Also big thanks to Michael
The css .pop_container_advanced was the missing part of the puzzle

Regards Tony - The iFan Team
http://www.facebook.com/ifan.page.design</description>
		<content:encoded><![CDATA[<p>Nice post &#8211; took me ages trying to use FB:Dialouge with no joy but now using FBJS works a treat<br />
Also big thanks to Michael<br />
The css .pop_container_advanced was the missing part of the puzzle</p>
<p>Regards Tony &#8211; The iFan Team<br />
<a href="http://www.facebook.com/ifan.page.design" rel="nofollow">http://www.facebook.com/ifan.page.design</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Kamleitner</title>
		<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/comment-page-1/#comment-485</link>
		<dc:creator>Michael Kamleitner</dc:creator>
		<pubDate>Tue, 01 Dec 2009 18:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=121#comment-485</guid>
		<description>maybe something has changed inside facebook&#039;s css, but for me setting the width only works with this selector:

.pop_container_advanced  { width: 650px !important; }  

hope that helps, and thx for the articel!</description>
		<content:encoded><![CDATA[<p>maybe something has changed inside facebook&#8217;s css, but for me setting the width only works with this selector:</p>
<p>.pop_container_advanced  { width: 650px !important; }  </p>
<p>hope that helps, and thx for the articel!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brahimhackman</title>
		<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/comment-page-1/#comment-187</link>
		<dc:creator>brahimhackman</dc:creator>
		<pubDate>Tue, 07 Jul 2009 00:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=121#comment-187</guid>
		<description>hi your code dosn&#039;t work man where the file required &quot;config.php&quot; and the function dosn&#039;t work please make a clean code for us .</description>
		<content:encoded><![CDATA[<p>hi your code dosn&#8217;t work man where the file required &#8220;config.php&#8221; and the function dosn&#8217;t work please make a clean code for us .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayez</title>
		<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/comment-page-1/#comment-160</link>
		<dc:creator>wayez</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=121#comment-160</guid>
		<description>hi i&#039;m newbie in fb application development, my question is, do i need to include some kind of library from facebook to have all this such as new Dialog().showMessage .... 
i have my app in php done, i need to display dialog box etc, i see the documentation, but if i just put new Dialog().showMessage(... it says Dialog is not defined. thanks</description>
		<content:encoded><![CDATA[<p>hi i&#8217;m newbie in fb application development, my question is, do i need to include some kind of library from facebook to have all this such as new Dialog().showMessage &#8230;.<br />
i have my app in php done, i need to display dialog box etc, i see the documentation, but if i just put new Dialog().showMessage(&#8230; it says Dialog is not defined. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaheer</title>
		<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/comment-page-1/#comment-159</link>
		<dc:creator>zaheer</dc:creator>
		<pubDate>Fri, 29 May 2009 14:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=121#comment-159</guid>
		<description>Is there anyway to create custom dialog boxes which have different look and feel then standard facebook dialog boxes?

Thnx</description>
		<content:encoded><![CDATA[<p>Is there anyway to create custom dialog boxes which have different look and feel then standard facebook dialog boxes?</p>
<p>Thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavel</title>
		<link>http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/comment-page-1/#comment-37</link>
		<dc:creator>pavel</dc:creator>
		<pubDate>Fri, 06 Feb 2009 10:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=121#comment-37</guid>
		<description>Kool way to hack the problematic pop up dialogue of FB. Way to go Junal Bhai !</description>
		<content:encoded><![CDATA[<p>Kool way to hack the problematic pop up dialogue of FB. Way to go Junal Bhai !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
