<?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: Getting Started with Facebook JS (FBJS)</title> <atom:link href="http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/feed" rel="self" type="application/rss+xml" /><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs</link> <description>Creative Media Design, Powered by Wordpress</description> <lastBuildDate>Tue, 07 Feb 2012 10:15:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: Ardi</title><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/comment-page-1#comment-1838</link> <dc:creator>Ardi</dc:creator> <pubDate>Sun, 26 Dec 2010 15:42:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1314#comment-1838</guid> <description>:-( me too... got stressed with FBJS until now, I thot I&#039;m the only one who having this problem, until I came across this blog post.
Well done post btw :)</description> <content:encoded><![CDATA[<p> <img
src='http://thinkclay.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> me too&#8230; got stressed with FBJS until now, I thot I&#8217;m the only one who having this problem, until I came across this blog post.<br
/> Well done post btw <img
src='http://thinkclay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Selecto16</title><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/comment-page-1#comment-1836</link> <dc:creator>Selecto16</dc:creator> <pubDate>Fri, 17 Dec 2010 13:41:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1314#comment-1836</guid> <description> if(document.getElementById(&#039;name&#039;).getValue() == &quot;&quot;){
new Dialog().setStyle(&#039;color&#039;, &#039;red&#039;).showMessage(
&#039;Message !&#039;,
&#039;Please enter your name&#039;);
return false;
}</description> <content:encoded><![CDATA[<p>if(document.getElementById(&#8216;name&#8217;).getValue() == &#8220;&#8221;){<br
/> new Dialog().setStyle(&#8216;color&#8217;, &#8216;red&#8217;).showMessage(<br
/> &#8216;Message !&#8217;,<br
/> &#8216;Please enter your name&#8217;);<br
/> return false;<br
/> }</p> ]]></content:encoded> </item> <item><title>By: Mehar</title><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/comment-page-1#comment-1835</link> <dc:creator>Mehar</dc:creator> <pubDate>Tue, 07 Dec 2010 05:57:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1314#comment-1835</guid> <description>i want to gave *mandatory fields in my foam. Please tell me what can i do.</description> <content:encoded><![CDATA[<p>i want to gave *mandatory fields in my foam. Please tell me what can i do.</p> ]]></content:encoded> </item> <item><title>By: igor g.</title><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/comment-page-1#comment-1801</link> <dc:creator>igor g.</dc:creator> <pubDate>Fri, 22 Oct 2010 18:40:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1314#comment-1801</guid> <description>I agree, their documentation is one of the worst I have seen in my programming career.  I am so spoiled by wonderful api&#039;s and documentation such as Django, Nodejs, jQuery, etc.  I am still adjusting to Facebook&#039;s haphazard style of programming.</description> <content:encoded><![CDATA[<p>I agree, their documentation is one of the worst I have seen in my programming career.  I am so spoiled by wonderful api&#8217;s and documentation such as Django, Nodejs, jQuery, etc.  I am still adjusting to Facebook&#8217;s haphazard style of programming.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/comment-page-1#comment-1795</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sat, 16 Oct 2010 09:17:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1314#comment-1795</guid> <description>Thankx for sharing</description> <content:encoded><![CDATA[<p>Thankx for sharing</p> ]]></content:encoded> </item> <item><title>By: James Gough</title><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/comment-page-1#comment-1690</link> <dc:creator>James Gough</dc:creator> <pubDate>Thu, 30 Sep 2010 12:18:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1314#comment-1690</guid> <description>Just a little note about something I&#039;ve noticed about FBJS:&lt;br&gt;You can&#039;t add a click event listener to a link when a tab application loads. While you can write your code to do so, the listener won&#039;t be added until after the first time the user clicks that html element. Very annoying. As it prevents you from calling the methods required to publish to someones stream unless they click a link twice. :( Bring on iframed tab apps!&lt;br&gt;
You also can&#039;t auto run any function at all on tab apps. Nothing. Nada. Instantly crippling one of the best opportunities for people to develop engaging and interactive brand pages in one go.</description> <content:encoded><![CDATA[<p>Just a little note about something I&#8217;ve noticed about FBJS:<br
/>You can&#8217;t add a click event listener to a link when a tab application loads. While you can write your code to do so, the listener won&#8217;t be added until after the first time the user clicks that html element. Very annoying. As it prevents you from calling the methods required to publish to someones stream unless they click a link twice. <img
src='http://thinkclay.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> Bring on iframed tab apps!<br
/> You also can&#8217;t auto run any function at all on tab apps. Nothing. Nada. Instantly crippling one of the best opportunities for people to develop engaging and interactive brand pages in one go.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/comment-page-1#comment-1680</link> <dc:creator>Anonymous</dc:creator> <pubDate>Fri, 10 Sep 2010 04:19:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1314#comment-1680</guid> <description>Hi Sarah!
Unfortunately, Facebook is really strict for what it will and won&#039;t allow with JavaScript. That code you sent, while simplistic, would not work in facebook at all. It looks like a fairly straightforward form that it generates though.. maybe you can just take the html markup that it&#039;s creating and use that?</description> <content:encoded><![CDATA[<p>Hi Sarah!</p><p>Unfortunately, Facebook is really strict for what it will and won&#8217;t allow with JavaScript. That code you sent, while simplistic, would not work in facebook at all. It looks like a fairly straightforward form that it generates though.. maybe you can just take the html markup that it&#8217;s creating and use that?</p> ]]></content:encoded> </item> <item><title>By: Sarah</title><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/comment-page-1#comment-1678</link> <dc:creator>Sarah</dc:creator> <pubDate>Thu, 09 Sep 2010 02:20:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1314#comment-1678</guid> <description>Hello:
I apoloize if this is the wrong place to post this.
I do not know javascript, let alone FBJS.  I do have a simple question.  I want to add a newsletter signup form to a FBML page.  Here is the line of code the the email marketing system gave me after I created the form.  I have this on my website and now wnat to include it on a FB page.  Here is the code: &lt;script type=&quot;text/javascript&quot; src=&quot;http://signup.ymlp.com/signup.js?id=geewejbgmgy&quot;&gt;&lt;/script&gt;  I am hoping that I only need to put somesort of statement before and after it without changing the line of code itself. It is setup that when I make a change on the email server, the changes are reflected in the output, so I never have to change the code on my website.
My name is Sarah and my email is info@mouseclickdesigns.com.  Thanks</description> <content:encoded><![CDATA[<p>Hello:</p><p>I apoloize if this is the wrong place to post this.</p><p>I do not know javascript, let alone FBJS.  I do have a simple question.  I want to add a newsletter signup form to a FBML page.  Here is the line of code the the email marketing system gave me after I created the form.  I have this on my website and now wnat to include it on a FB page.  Here is the code: <script type="text/javascript" src="http://signup.ymlp.com/signup.js?id=geewejbgmgy"></script> I am hoping that I only need to put somesort of statement before and after it without changing the line of code itself. It is setup that when I make a change on the email server, the changes are reflected in the output, so I never have to change the code on my website.</p><p>My name is Sarah and my email is <a
href="mailto:info@mouseclickdesigns.com">info@mouseclickdesigns.com</a>.  Thanks</p> ]]></content:encoded> </item> <item><title>By: Saviorfromthenorth</title><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/comment-page-1#comment-1673</link> <dc:creator>Saviorfromthenorth</dc:creator> <pubDate>Sat, 04 Sep 2010 00:17:00 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1314#comment-1673</guid> <description>Yeah I&#039;ve been doing some facebook apps too and I must say their FBJS is the most excruciating part, up until now I still can&#039;t mange to make those pop up comments. Plus their documentation is not that user friendly</description> <content:encoded><![CDATA[<p>Yeah I&#8217;ve been doing some facebook apps too and I must say their FBJS is the most excruciating part, up until now I still can&#8217;t mange to make those pop up comments. Plus their documentation is not that user friendly</p> ]]></content:encoded> </item> <item><title>By: Clay McIlrath</title><link>http://thinkclay.com/technology/getting-started-with-facebook-js-fbjs/comment-page-1#comment-1070</link> <dc:creator>Clay McIlrath</dc:creator> <pubDate>Sat, 29 May 2010 19:33:18 +0000</pubDate> <guid
isPermaLink="false">http://thinkclay.com/?p=1314#comment-1070</guid> <description>@bdchatsites, i would start with Facebook widgets: http://developers.facebook.com/plugins</description> <content:encoded><![CDATA[<p>@bdchatsites, i would start with Facebook widgets: <a
href="http://developers.facebook.com/plugins" rel="nofollow">http://developers.facebook.com/plugins</a></p> ]]></content:encoded> </item> </channel> </rss>
