facebook-like

Shared Facebook video is not displayed inline in wall posts for HTTPS users

ぐ巨炮叔叔 提交于 2019-12-13 15:57:02
问题 I have an application with a Like button. Once I click Like, a post, including a video link, goes to my facebook wall. If I turn off facebook security (all FB pages are opened through insecure http), i can play video embedded into my facebook wall. But once security is on clicking my video thumbnail opens a new tab instead of embedded player. How can I make video play the same way regardless facebook security. Looks like it's possible: YouTube pages have essentially the same OGraph tabs

New Timeline Like Button Behavior

跟風遠走 提交于 2019-12-13 14:51:17
问题 On the new style Page Tabs, the Like button no longer re-freshes the page. This breaks the existing workflow for "Like-gates", where the signed request is checked on the server. Like the page, page refreshes, boom - the tab now updates to the "Liked" state. Will there be any kind of event fired when user clicks thew new Like button? Or is this kind of gating no longer possible? 回答1: it's a bug that the page is not refreshing after being liked. Here's the bug reported: https://developers

How to check if people liked my Facebook FanPage

≡放荡痞女 提交于 2019-12-13 10:57:00
问题 There are many questions and answers about this. But nowadays Facebook changes their Privacy. Any Application that request for user_likes permission must be review by Facebook before using. I've tried many times to explain to Facebook review team about my app, but they did not accept, because my application (a web game using HTML5 and JavaScript) require people like my fan page before play. So my question is: Is there any to bypass Facebook privacy? I have a Like Box on the same page as the

4 pixel offset of “Like” button

房东的猫 提交于 2019-12-13 09:06:14
问题 I would like to line up all of the social media buttons on my site. The LinkedIn, GoogleOne and Twitter buttons all align vertically, but I can't seem to figure out why the FaceBook "Like" button jumps down 4 pixels. I've tried adjusting the margin-top, the vertical-alignment css, etc. Nothing seems to move this button back up. 回答1: I had the same problem. Here's my fb-like button code: <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d

Can I stop Facebook adding parameters to a liked link?

筅森魡賤 提交于 2019-12-13 07:45:09
问题 We have had a standard Facebook Like button (box count) on all the article pages in our website for well over a year now, without an issue (e.g. Share with friends box near top right of article ). When a user 'Likes' a page it sends all the right stuff to their Facebook profile (image, title, precede, etc) The link however is appended by several parameters that, when clicked from within a Facebook profile, results in a 404(page cannot be found) . This is in no way acceptable and I have had to

Unable to like using Facebook iOS SDK

妖精的绣舞 提交于 2019-12-13 07:40:14
问题 I am trying to implement like in my Objective C application. If I am not logged into Facebook, then after tapping Like button, application opens login screen. I will log into my account. Then screen goes light gray with gray logo of Facebook for a while (with 2 shortly showed grey facebook screens before that) and then I am redirected back into my app. If I am logged into Facebook when running application, everything is the same except not showing login screen. So my problem is, that I am not

Like button action not showing on user's walls

允我心安 提交于 2019-12-13 07:15:45
问题 I'm using the iFrame Like button on a page. When I click it, it goes to my wall saying I liked a link. This is good. However, when other people try it, it doesn't show up on their wall. Does the timeline layout affect this? I'm not using that layout, but my testers that aren't able to get the like to show on their wall are. I've found similar problems on here, but nothing that's helped. I have OG meta tags included on the page that aren't being read correctly either. Thanks in advance for any

Facebook like plugin wizard - the like button unclick itself

两盒软妹~` 提交于 2019-12-13 07:08:14
问题 after creating a fun-page on facebook, I want to generate the 'like' plugin button (http://developers.facebook.com/docs/reference/plugins/like/), but when I test it (the click action) in the wizard, I see the 'error' label (after click I see that my page was not found). Any ideas why it happens ? edit: in the firefox's error console, I receive the error: Error: Uncaught exception: Error: Site http://www.facebook.com not been granted permission to read properties Proxy.InstallTrigger 来源: https

How do I get my OpenGraph objects to be “liked” properly?

帅比萌擦擦* 提交于 2019-12-13 03:54:10
问题 Still more OpenGraph newbie-ism: I define a page on my site with a full set of metatags appropriate for a "video". This is a standard OG video; no custom stuff. All is well; the page passes the object linter successfully, and is identified as a video:movie. The page also contains a Like button created in the "usual" way -- a div of class "fb-like" with a set of parameters, and some activating javascript. Joe, a user, goes to the page and clicks the Like button; the following happens: The Like

Facebook Like button and weird error

会有一股神秘感。 提交于 2019-12-13 02:39:49
问题 Im trying to implemet Facebook Like with OpenGraph and Im getting weird error: You must specify an URL as part of this widget or API. I added Open Graph protocol to meta tags, added < fb:like> tag with URL to that page, added JavaScript SDK init. Like appears, I click, and that error is shown. Does anyone knows what to do Thanks EDIT: I found error... I'm using FB connect with script: http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php There is FB.Init and if you want