I read the README.txt from start to finish, and I can't get facebook code working completely. I followed all of the steps in the readme and the online documentation. It says to test that it is installed correctly type "" into the body of a node (with full html selected). This works fine, but if I try something like" ", it will not display. I'm not sure why the like button will render, but a date won't! I set up an app using the canvas pages and I tried viewing it directly on my website.
Thank you for any help!

Comments

Dan Silver’s picture

it looks like the code that I typed between the "'s was deleted. Here it is again. I'll put it in code tags to make sure it's visible.

//works:
<fb:like></fb:like>
//doesn't work
<fb:date format="long_numeric" t="1216170865"></fb:date>
Dave Cohen’s picture

Use "view source" to see what actually made it to the page. If the right markup is on the page, it may be a bug on facebook's end.

Dan Silver’s picture

I looked at the source and only see the code for the like button, not the date.

Dan Silver’s picture

bump :) If anyone has a suggestion, please post it! Thank you!

Dave Cohen’s picture

Sounds like you have a problem in the content. I'm not sure why that tag would be filtered out if you've selected Full HTML. Maybe try the PHP input format just to see.

HiredGuns’s picture

Similar complaint but with Views. I can get the Like button to work in a TPL file, the Like Box working in a block, but I can't get a field in a view to spit out any FBML.

tommy kaneko’s picture

I had the issue with Views stripping out FBML. The workaround I used is here: http://drupal.org/node/852450#comment-5574928

Dave Cohen’s picture

Status: Active » Fixed

I think the trick is to get Drupal's text formats configured correctly. Drupal will strip any tag you don't allow, whether FBML or just plain HTML.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.