Closed (fixed)
Project:
Drupal for Facebook
Version:
6.x-3.0-rc3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2010 at 20:38 UTC
Updated:
29 Feb 2012 at 19:20 UTC
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
Comment #1
Dan Silver commentedit 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.
Comment #2
Dave Cohen commentedUse "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.
Comment #3
Dan Silver commentedI looked at the source and only see the code for the like button, not the date.
Comment #4
Dan Silver commentedbump :) If anyone has a suggestion, please post it! Thank you!
Comment #5
Dave Cohen commentedSounds 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.
Comment #6
HiredGuns commentedSimilar 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.
Comment #7
tommy kaneko commentedI had the issue with Views stripping out FBML. The workaround I used is here: http://drupal.org/node/852450#comment-5574928
Comment #8
Dave Cohen commentedI 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.