facebook-like Questions
3
Solved
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...
Scully asked 16/11, 2012 at 15:57
4
Solved
We are having an issue with the Facebook like button not showing/displaying, on this page:
http://powertextblog.esvelte.net/
It appears that the span and iframe that are generated have an inline ...
Styria asked 18/2, 2013 at 11:31
6
Solved
I want to display like button in my android application. Below is the code I use to display a Like button in my android application.
String url = "http://www.facebook.com/plugins/like.php?layout=...
Collar asked 17/10, 2011 at 13:44
1
I have tried og:image meta tag as given here https://developers.facebook.com/docs/plugins/like-button. This seem to support one image for one page, and facebook seem to be assuming that you need on...
Giacometti asked 6/4, 2017 at 18:11
4
Solved
I have a webpage where I have placed a Facebook like & share button and corresponding javascript callback functions are also present.
Now the problem is, the javascript callback fires only whe...
Product asked 16/4, 2014 at 17:15
5
When going to the set up pages for all the Social Plugins, they now provide example code using an APP ID.
http://developers.facebook.com/docs/plugins/
Is an APP ID now required for the Like Butt...
Donella asked 29/11, 2012 at 21:37
2
Facebook Graph API
While try to post likes, I am getting below error.
{
"error": {
"message": "(#3) Publishing likes through the API is no longer available",
"type": "OAuthException",
"code"...
Taluk asked 19/11, 2016 at 11:52
4
Solved
On an e-commerce website I maintain, I added a Facebook 'Like' button per the instructions here:
http://developers.facebook.com/docs/reference/plugins/like
I am using the iframe method:
<ifra...
Maddock asked 27/8, 2010 at 18:17
3
Solved
I have an H.264-encoded mp4 file that I'm trying to get embedded into a Facebook post when the page that's serving it is Liked or Shared.
My understanding is that I simply need to have the right O...
Superbomb asked 27/9, 2012 at 14:36
2
Solved
I have implemented the FBSDKLikeControl in my project and my expectations is 'like' and 'liked' text change to respected device locale(ar-AE). But locale is not changed as expected, it simply show ...
Pannikin asked 30/8, 2016 at 13:59
5
I am interested in implementing the facebook "Like" button, but I would like to know what user is clicking on this button so I can get some useful information from this. From what I have read, face...
Manufacture asked 9/5, 2010 at 18:15
2
Solved
Let's say two users are using an application and have granted the application appropriate permissions to retrieve their likes. Is it possible using FQL or the graph api to find what likes they have...
Monas asked 16/2, 2013 at 2:41
21
Solved
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.
Hachman asked 14/7, 2010 at 15:39
4
I used the below code to get the Like button of Facebook. Now the things is, I would like to change the size of the Like button that is rendered.
I tried the width attribute which not not working a...
Nystrom asked 30/5, 2012 at 16:42
8
I'm implementing the Facebook Like Button, but I'm running into some trouble with the width. I'm using the JavaScript SDK implementation, not the direct iframe.
According to the documentation, the...
Arched asked 3/12, 2010 at 17:36
10
I'm using the following code for my like button
<fb:like id="facebook-like" href="http://mysite.com/index.php" layout="button_count" width="450" show_faces="false" font=""></fb:like>
...
Toothless asked 28/7, 2011 at 1:33
5
Is there any restriction in number of calls we make to facebook's graph api?
and If it is there then how many calls can we make per app daily?
Brenn asked 3/1, 2012 at 13:48
1
Is there anyway to align the comment dialog that appears after clicking the "Like" button to the left rather than to the right.
I would like to do that to fix a problem I am having with multiple "...
Sentient asked 19/9, 2012 at 16:21
1
Solved
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 scree...
Stylite asked 12/8, 2015 at 9:3
2
Solved
there were a few question similar to mine on the stack but none that answered my question, so...
An ajax call returns the standard html code for creating the like button:
<div class="fb-like" ...
Narration asked 22/1, 2012 at 13:57
6
I would like to customize the design of my facebook like-box. ive already search the net and follow all the instructions, here's the link ive tried but its seems obsolete:
http://www.daddydesign.c...
Etom asked 31/10, 2010 at 16:52
5
Does anybody know how to place Facebook "like" button into iOS application? I've tried the method described in this blog post. But I do not really like this method, because its ugly Login dialog. A...
Razorbill asked 3/11, 2010 at 13:48
6
Solved
My question is very simple: is there any way to (programmatically, technically, or manually) make a Google +1, Facebook Like, or Twitter Tweet This button preserve its count after a change of URI?
...
Slither asked 18/11, 2011 at 6:35
4
Solved
I have a Facebook like button on my website, however as it works currently it only lets users like the page that they are currently on. Is it possible to make the button like our Facebook page inst...
Hirsh asked 27/3, 2011 at 23:46
3
Solved
I want to know how can I use JQuery in order to replace the content attribute of my Facebook meta tags.
I searched StackOverflow and what I've found was this example:
$("meta[property=og:title]")...
Pollinosis asked 14/8, 2011 at 0:37
© 2022 - 2024 — McMap. All rights reserved.