facebook-like

Facebook Like Button - how to disable Comment pop up box?

牧云@^-^@ 提交于 2019-12-02 14:03:14
问题 I'd like to disable the Comment box that pops up when a user clicks the Facebook Like button , I followed the post Facebook Like Button - how to disable Comment pop up? and changed the CSS But it didnt work any other suggestions please I cant use IFRAME otherwise i would not be able to use FB.Event.subscribe('edge.create', 回答1: From http://developers.facebook.com/docs/reference/plugins/like/: When will users have the option to add a comment to the like? If you are using the XFBML version of

How To Make The Facebook Like Button Display None When Logged In As Page

纵然是瞬间 提交于 2019-12-02 13:55:27
问题 I have the Facebook like button on my site http://theganjagirls.com ... everything looks and works fine when I'm logged into my Facebook account... But when I'm logged in as a page admin, the Facebook like button displays a "switch" link inside a big white box. Ive seen this happen on many big sites so I know its a problem with Facebook. I just went on to teespring.com/ganjagirls and they cleverly make the Facebook like button simply display:none when your logged in as a page admin. So my

How can I use the Facebook Javascript API to automatically make a user like a page?

泄露秘密 提交于 2019-12-02 12:27:05
I was reading through the docs and I guess I can do this if the user gives me "publish_stream" permissions. Is there a Facebook Javascript API that makes the user like a page? Just as if they had clicked on a Like button. It's not possible to like web pages, or Facebook pages through any API, except for very few approved apps. You'll need to use a like button. 来源: https://stackoverflow.com/questions/9983296/how-can-i-use-the-facebook-javascript-api-to-automatically-make-a-user-like-a-pa

Does the Facebook 'like' have a limit?

你。 提交于 2019-12-02 11:52:25
For some reason, I have a 'like' button to a page in my website that stopped counting at 1,000. Is there any reason? Is there any way to overcome this? samn Facebook rounds to thousands. You have between 1000 and 2000 fans. Well I know for a fact the limit is not 1000, 10000 or even 100000 because I've seen pages with more likes than that. It has to be an error with the plugin you are using on your website. You'd have to post more information about what you are using. 来源: https://stackoverflow.com/questions/7807819/does-the-facebook-like-have-a-limit

Facebook debugger: Clear whole site cache

↘锁芯ラ 提交于 2019-12-02 11:48:35
问题 I am aware that Facebook caches the Like data for specific pages on your site once they're visited for the first time, and that entering the url into the debugger page clears the cache. However, we've now improved our Facebook descriptions/images/etc and we need to flush the cache for the entire site (about 300 pages). Is there a simple way to do this, or if we need to write a routine to correct them one by one, what would be the best way to achieve this? 回答1: Is there a simple way to do this

Android :: Facebook like button

南笙酒味 提交于 2019-12-02 10:02:22
问题 I'm learning how to use the Facebook SDK, and i like to put a like button to the application i'm testing on it, and unfortunately i'm doing something wrong, so can you please show a sample or a code that apply the like button, here is the class that am working on. /** * Copyright 2010-present Facebook. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www

New Timeline Like Button Behavior

非 Y 不嫁゛ 提交于 2019-12-02 07:27:16
问题 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

New Timeline Like Button Behavior

耗尽温柔 提交于 2019-12-02 07:25:36
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? it's a bug that the page is not refreshing after being liked. Here's the bug reported: https://developers.facebook.com/bugs/228778937218386?browse=search_4f500194bc1bd0293819428 However, I managed to do a workaround to

facebook graph api to get follower count of different account

拜拜、爱过 提交于 2019-12-02 06:00:20
问题 I need to get different user follower counts through facebook graph api. I get the user id through user name but how i get the follower count of that user. thanks in advance 回答1: You're facing at least two problems here: 1) The username field has been deprecated with Graph API v2.0 2) The /{user_id}/subscribers edge has been deprecated with Graph API v2.0 I guess you'll not be able to do what you want to achieve unfortunately. See https://developers.facebook.com/docs/apps/changelog#v2_0_graph

facebook graph api to get follower count of different account

。_饼干妹妹 提交于 2019-12-02 01:46:38
I need to get different user follower counts through facebook graph api. I get the user id through user name but how i get the follower count of that user. thanks in advance You're facing at least two problems here: 1) The username field has been deprecated with Graph API v2.0 2) The /{user_id}/subscribers edge has been deprecated with Graph API v2.0 I guess you'll not be able to do what you want to achieve unfortunately. See https://developers.facebook.com/docs/apps/changelog#v2_0_graph_api 来源: https://stackoverflow.com/questions/26119742/facebook-graph-api-to-get-follower-count-of-different