-1
votes
0answers
12 views

sharing content on to facebook without being domain specific

I am trying to create a button that will post an image and link to a visitors facebook wall. Much like the now depreciated sharer.php. My first attempt was with the "dialogs feed" here: ...
0
votes
0answers
18 views

Facebook Button not working as expected

I've been trying to implement the fb like button on my app. I'm using js sdk along with xfbml. So basically, after creating an App, I've set up the necessary markeup in my body (I'm using twig along ...
0
votes
1answer
20 views

Dynamic Facebook Like URLs with Javascript- displaying but not posting

I have multiple blocks of content on my page that users can open and explore. Within these blocks is a Like button relevant to each block. Each Like button widget has a URL that is dynamically ...
0
votes
0answers
12 views

FB LIKE button - liking only show correct thumbnail + desscription after page reload

I currently have a "standard" FB LIKE button integrated on my site. My problem consist of the following: NOT WORKING: When visiting a page the first time and upon clicking the FB LIKE button, the ...
0
votes
1answer
43 views

Facebook Like/Send button dynamically generated not showing

I dynamically create the Like/Send button, the Div for the fb-root is displaying that the SDK is working, yet the button is not displaying what so ever for some reason. $('body').prepend('<div ...
0
votes
0answers
51 views

How to make a “Like Gate”

I would like to be able to check if a visitor has liked an arbitrary site. That is, without have to get permissions or login or interact any way with Facebook from our site. At first I thought I ...
0
votes
1answer
52 views

adding facebook plugins multiple times in same page

i have a joomla module when i place that module multiple times in same page for showing different facebook plugins(comment,like,activity feed..) same following javascript sdk codes added in page ...
1
vote
1answer
39 views

How to get number of facebook likes from an individual app?

I've done some searching and can't seem to find an answer to this. I'd like to find out how many Facebook likes came from a specific app and not the overall fan page itself. Set up: I have a "fan ...
5
votes
1answer
105 views

Facebook: Problems due to schemeless // iframe src for like buttons

We have a problem with the Facebook jsssdk in the way it loads the iframes. Our app is bundled with stbuild into an iOS app (besides being served over http as a mobiel web page). In "iOS mode", the ...
0
votes
0answers
4 views

add a 'like' button for phototography page none of the coding works.

I have been trying to add a 'like' button for my photography page to my website and none of the coding works. The button doesn't show up and I have tried all of the coding options and followed all the ...
0
votes
0answers
49 views

Facebook like button doesn't load at first attempt on Firefox

I have a Facebook like button on my site, it loads perfectly on IE and Chrome. However, in Firefox, it does not load at first attempt (browser keeps loading forever), but it does load ok when ...
0
votes
0answers
48 views

Facebook App Open Graph Meta Tags

I have a facebook app that is being accessed via an iframe. The url would be http://apps.facebook.com/appname/abc123 where abc123 is a specific page. My question is when someone shares/likes that ...
0
votes
1answer
49 views

How to deep link a Facebook like from external website

Is it possible to create a link to like Facebook content, such as a photo, from outside of Facebook? I've tried to play around with passing Facebook URLs to standard like button tools but it doesn't ...
0
votes
1answer
105 views

Why is AngularJS + fb-like giving me “Refused to display document because display forbidden by X-Frame-Options.” intermittently?

I have this in my HTML <div class="container" ng-controller="MyControl"> ....(some html removed).... <fb-like data-href="...." data-send="false" data-layout="button_count" ...
0
votes
1answer
14 views

Conversion Specs

What do you put in for the URL Object ID in conversion specs if wanting to use: {'action.type':'link_click', 'post.object':'URL_OBJECT_ID'} In the example it says: [{"action.type":"like", ...
0
votes
1answer
85 views

Post a “like” to facebook without using their pre-made button

Why is this so hard? I want to emulate the "like social plugin" on my website to my facebook PAGE (who has an app?) doing something like this: HTML: <a href="someurl">Like</a> JS: ...
0
votes
0answers
40 views

Facebook Social plugin unexpected behaviour

I have read the documentation on the Facebook Developer site to integrate a social plugin (the simple "Like") on the Home Page of my web site. As I am very new to Orchard CMS platform I choose the ...
1
vote
1answer
40 views

How to create an app for website integration: Javascript API

I'm a bit confused on how to implement the javascript api on my website. First, I need to create an app from facebook, but are there any settings that I should pay more attention to? Ultimately, I ...
0
votes
0answers
17 views

FB Like Event for a specific like button on the page

I am using the FB JavaScript SDK to run some functions on like event using it's edge.create function but the problem is that I have more than 1 FB like buttons on the page and the function runs if you ...
0
votes
0answers
31 views

Facebook Like: Enter your details and like facebook to receive free ebook?

Is it possible to add a like button with a email subscription to receive a free ebook or some other download via re-directing to another page using JavaScript? Like Button, Name, Email => ...
0
votes
1answer
222 views

Facebook auto posting from website

i need to make script like this one here: http://onion.mk/konecno-objaveno-domasnoto-video-na-nasata-voditelka/?ref=top after few seconds of viewing the post automaticly redirect you to facebook APP ...
0
votes
0answers
66 views

“Post to Facebook” not working for some urls

Our application has used Facebook like/comments since inception. At some point, 2-3 weeks ago, the "Post to Facebook" action of our like buttons stopped working. This is SOLELY dependent on the href ...
0
votes
0answers
409 views

Like Button shows warning on site

I noticed on a few pages on my company's website this error: SECURITY WARNING: Please treat the URL above as you would your password and do not share it with anyone. Turns our it was coming from the ...
0
votes
1answer
24 views

Thumbnail with the like button in my website

I used the iframe to add the like button to my website and after read many questions/answer related with my issue I add to the HEAD: <meta property="og:image" <meta property="og:title" ...
0
votes
0answers
109 views

Tracking Facebook Page Likes and Adding them to a Database

I have been looking for this a lot I can't find a solution. So, what I need is to track a user who liked a page and add it to my database in my site. Example: X is a user on my site. I give him the ...
3
votes
1answer
153 views

Facebook app, display a wallpost-like UI

In FBML they have this fb:wallpost tag which I can use to display a wall post, but they said it's deprecated. Is there any other alternative to display a facebook post with full features such as ...
0
votes
0answers
78 views

facebook like button does not work for my page

Here is the code for the facebook like button I got from the dev page but it does not work. the JS SDK <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if ...
0
votes
1answer
299 views

how to change background colour of fb likebox?

in my blog I add a fb like box. but I would like to change the background colour from transparente to white. can anybody help me? this is the java script <div ...
0
votes
0answers
91 views

How implement like button across website and mobile web app

I'm trying to get my head around how facebook apps interact with mobile apps and websites. Please have a look below and let me know where I'm going wrong. I have a facebook app but it acts more in ...
0
votes
1answer
207 views

HTML5 Like button doesn't show if logged out

I've scoured the Internet and even popped into #facebook to no avail. I have tried the FBXML code and it behaves the same way: if you are not logged into Facebook the Like button will not render to ...
-1
votes
1answer
104 views

Facebook tab application without Canvas URL

You know when you create a tab application you have Page Tab section with Page Tab URL: and Secure Page Tab URL:. In my app i want to use FB.init for Fb.login but if I call FB.init i get this error. ...
0
votes
0answers
15 views

Which SDK implementation to use?

In order to allow Facebook social tracking this is the current SDK code I'm using: <script> window.fbAsyncInit = function() { FB.init({ appId : <app_id>, ...
1
vote
2answers
191 views

Page tab application to run in smartphones

Facebook Tab application that I installed on my Page is not even viewable on smartphones.What are the different ways so that I can make them viewable?Is facebook doing something for it? I can't paste ...
1
vote
1answer
46 views

“Top Posts” depending on facebook likes

I have an idea to create a "top posts" feature to my website, which creates the "top" list depending on how many likes and shares that a post have on facebook. Users may see how many likes an post ...
0
votes
0answers
30 views

Creating a custom facebook object that people can Like?

Is it possible to create a custom facebook object, which can be 'liked' by people? E.g say I have a list of cakes on a page, and each cake is a custom facebook object. Is it possible to show a like ...
6
votes
1answer
217 views

Wiring Facebook HTML5 like and comment elements with AJAX

Facebook instructs us to put the following code on our page: <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if ...
0
votes
0answers
21 views

I am using drupal for facebook and I need offline … Why does facebook keep disabeling it [duplicate]

Possible Duplicate: Implication of Facebook offline_access deprecation facebook offline access in the graph api seemed to work yesturday for blog posts from drupal but now it seems its ...
0
votes
0answers
81 views

Activate Facebook like and facebook comment on same page

Here is my situation. I have two facebook likes on a single page and a single facebook comment. (using javascript sdk facebook) I tried to like one of the facebook likes and it opens the facebook ...
0
votes
0answers
52 views

Distorted Facebook Like button in IE7

When I view my site with Internet Explorer 7, the Facebook Like button looks distorted. Is there any way to fix it? The answers in this question didn't help to solve the problenm: my facebook send ...
0
votes
1answer
106 views

Facebook like box - Could not retrieve the specified page?

Question: I have copied the below code from here. Now I altered the appid to mine, and the username to MyUserName. If I only alter the appid, then it works, when I change the username to ...
2
votes
0answers
81 views

Wall post shows “n/a”

I have a problem that's been bugging me for a while now. I have a page with a Facebook Like button on it. When the visitor clicks on it, everything is working as it should. The user first logs in her ...
0
votes
1answer
35 views

How many AppID should I create for different projects

I am a developer wanting to facebook integrated websites for clients. The Facebook for Websites page says I need an appId for some of the integration features like facebook log in. But to create an ...
0
votes
1answer
242 views

Facebook like button on posts not working properly

I am using open graph for the first time. In any url like this you you can see a like button for the site's facebook page at top and another like button after the heading and summary of the article. ...
1
vote
1answer
176 views

Accessibility error: Facebook JS SDK generates iframes with no title attributes

I'm using the HTML5 implementation of the Like button which uses this code: <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if ...
0
votes
0answers
157 views

edge.create event does not get fired when Facebook Like button is clicked on localhost

I am trying to get the event from the Facebook like button for a facebook page. The edge.create event does not get fired when I click the like button. Below is my code: <html ...
0
votes
1answer
99 views

facebook like button bug (with cold cache)

I'm asking an advice on how to proceed to report the following bug: * I'm describing the bug as using 'private browsing' because it was how I could reliable reproduce it; the actual problem happens ...
1
vote
4answers
536 views

Re-rendering Facebook plugins using FB.XFBML.parse

Is there a way to use FB.XFBML.parse without rendering the a Facebook plugin again which cause it to "flicker" (disappear et reappear). Will be using the Facebook Like button or Facebook ...
2
votes
2answers
647 views

Detect if user liked my FB page, and remove DIV

I've made a popup box for my site, which invites visitors to Like my page on FB. I wanted to know if there's a way to detect people who have liked the page, and remove the popup box (= a div), so it ...
0
votes
0answers
441 views

Facebook Like button on my website

I created a like button for my website and I want to show a like button on pop-up for users who dont liked my website so I have to detect if current user liked my page or no , I searched in google and ...
1
vote
0answers
57 views

Add app to business page (inside a personal account)

For clients we use our Facebook tool that allows to post and monitor on business facebookpage. Unfortunately, I'm receiving an error when I want to login as their business account: To access this ...

1 2 3