fbml

Facebook API's fb:registration returning “Invalid 'client_id'” when not connected to Facebook

人盡茶涼 提交于 2019-11-28 08:11:47
问题 I'm trying to use Facebook's registration tool for my website. I would like to allow Facebook users to login seamlessly to my website, but also non-Facebook users to create an account through that unified UI. I'm using the <fb:registration> tag for that purpose. If I'm already connected to Facebook when arriving to the page, everything works as expected (the form is prefilled with information from my Facebook account). But if I'm not connected to Facebook, the following error is displayed:

How to remove the “Facebook social plugin” text?

风格不统一 提交于 2019-11-28 07:19:50
问题 I'm using the comments facebook social plugin When I embed it, the script created an iFrame that has the text "Facebook social plugin" with the facebook logo at the bottom (as seen in the image attached below). I inspected the element using Firebug and tried to set its class to display:none; in my CSS file. However - that does not hide it (I suspect it's because it's in its own iFrame). How can I use CSS or jQuery (or any other method) to disable that text? Thanks! 回答1: You're

Mobile users unable to access Facebook page tab

限于喜欢 提交于 2019-11-26 12:55:28
I'm having a problem that I can't see to fund the solution to. I have a tab on my Facebook page (one of those static HTML: iFrame apps). There are no problems accessing it from a PC, however when I try accessing the tab from a mobile device it says: "The page you requested was not found. Back to previous page" Is there some way I can either create a tab accessible on mobile devices, or just redirect them to an external domain? Thanks! Ben How to create a mobile accessible Facebook Page Tab App In order to create a Page Tab App which has a mobile accessible version (an external website accessed

Facebook Like Button - how to disable Comment pop up?

自闭症网瘾萝莉.ら 提交于 2019-11-26 06:13:46
问题 I\'d like to disable the Comment box that pops up when a user clicks the Facebook (fbml) Like button I\'ve placed on my site. Is this possible to do? I can\'t find any details in the documentation. 回答1: Simplest fix to hide the comment box after Facebook Like (XFBML version not the iframe one) is as given: .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr { display: none !important; } Put the CSS style in any of your CSS file and see the magic, it works :) 回答2: Putting

Mobile users unable to access Facebook page tab

空扰寡人 提交于 2019-11-26 03:08:30
问题 I\'m having a problem that I can\'t see to fund the solution to. I have a tab on my Facebook page (one of those static HTML: iFrame apps). There are no problems accessing it from a PC, however when I try accessing the tab from a mobile device it says: \"The page you requested was not found. Back to previous page\" Is there some way I can either create a tab accessible on mobile devices, or just redirect them to an external domain? Thanks! 回答1: How to create a mobile accessible Facebook Page