Tagged Questions
3
votes
0answers
214 views
<fb:registration onvalidate=“” /> not working
I'm trying to implement Facebook registration on a website. Without the onvalidate parameter, everything works as one would expect it to, but when including it everything seems to break down (no ...
0
votes
0answers
113 views
Disable login button in recommendations box
If user haven't logged in yet, "Recommendations Box" social plugin shows log-in button with this short message:
"You need to be logged into Facebook to see your friends' recommendations"
Is ...
0
votes
0answers
138 views
Restricting fb:recommendations-bar suggestions to a subdirectory within a domain
Is there a way to restrict <fb:recommendations-bar> suggestions to a subdirectory within a domain? As a university club, we are given a subdirectory to use within the same domain space as all ...
3
votes
1answer
796 views
Is XFBML being Deprecated?
According to Facebook, FBML has been deprecated and will be removed on July 5th 2012, as quoted here.
This is not a duplicate of this question as I am referring to XFBML not FBML.
My question is ...
3
votes
1answer
168 views
Switching from FBML to Javascript SDK and Social Plugins
This question might be somewhat open ended.
How would I go about switching from using FBML in my application to using the Javascript SDK and Social Plugins. Im dealing with a massive application so ...
0
votes
1answer
143 views
Link multiple “like” buttons to the same thing
We have a facebook page for our company, and we have a company website.
I want the website and facebook page to be recognized as the same object in facebook so that when someone goes on the website ...
0
votes
1answer
228 views
Facebook feed link back to article not working for Facebook Comments implemented on custom CMS
I implemented facebook comments across a legacy, custom CMS. I used the XFBML implementation. Everything works as expected except when clicking the links back to the article page from a commenter's ...
4
votes
5answers
5k views
Add To Timeline button not requesting publish_actions permission
I'm using the xfbml Add To Timeline social plugin (https://developers.facebook.com/docs/reference/plugins/add-to-timeline/), but when I click it the permissions dialog I get just says "Access my basic ...
19
votes
4answers
8k views
How to make Facebook comments widget a fluid width?
Is it possible to make Facebook's comments widget a fluid width? Their documentation shows a width field for the fb:comments xfbml or iframe which is specified as:
width - the width of the plugin ...
2
votes
1answer
1k views
Correct way to use Facebook Like plugin in Django
I am using the following Facebook code to show the Like plugin when iterating through my list of Post objects.
<fb:like href="{% url post post.id %}" layout="button_count" show_faces="false" ...