views:

28

answers:

0

I'm using devise with the facebooker plugin.

What is the best option to make a "like_it" button on my webpage without the iframe approach ?

I have

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"&gt;

<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"&gt;&lt;/script&gt;

What should I do to get the <fb:like href="http://myurl.com&lt;/fb:like&gt; working ?

When I insert the Facebook SDK javascript library, I get an "b is undefined error"