Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

HTML5 (HyperText Markup Language, version 5) is the latest iteration of HTML. It introduces new tags and APIs including semantic structural elements such as and .

learn more… | top users | synonyms (1)

0
votes
0answers
26 views

Implement old videojs plugin [social sharing on video ending]

I've found a videojs plugin that does exactly what I need. Adding social sharing buttons on the end of the video. https://github.com/jDavidnet/video-js-plugins Only trouble is.. it's old and the ...
0
votes
0answers
25 views

Facebook like box margins do not center

I'd like to think that I an intermediate when it comes to HTML and CSS but this is a huge problem I haven't been able to resolve. I am building a website for a business and I can't seem to center the ...
0
votes
1answer
37 views

How to fix the facebook login button w3 validator error

In my project i have added fconnect button code as follows. I have used HTML 5. <fb:login-button>Login with Facebook</fb:login-button> My doctype declaration us as follows. ...
0
votes
1answer
31 views

The image to show when a web page is shared in facebook

I've a web page and I want to share it in facebook but the image shown is not ok. In the HTML code of the web I have: <link href="http://www.example.com/img/logo2.png" rel="image_src" /> In ...
1
vote
1answer
100 views

Facebook “Like” button (HTML5) not working properly

So...on a site I'm working on, there's a Facebook "Like" button that's supposed to turn gray after you click it, and to un-like you click the "X" in the grayed-out "Like" button. Thing is...it ...
1
vote
1answer
45 views

Open Graph + Twitter Cards + HTML5 = incompatible?

I've implemented Open Graph tags and Twitter Card tags on my site. The only way for the Twitter Card tags to validate as HTML5 is by changing them from ...name="twitter:card"... to ...
-3
votes
0answers
24 views

Fetch Like Button count into mvc3 solution [closed]

I have user the facebook LIKE plugin in one of the profile pages of my application. I need to use the count of like from that page of specific profile and store in my sql database. Please could you me ...
0
votes
0answers
24 views

Can't get HTML 5 Like box integration to work

I know there have been topics about this before, but I tried every option, and it's still not working. I'm building a website and I want to integrate a like box. But whatever I try, after putting in ...
-1
votes
1answer
20 views

Blank Screen on Wall Post from IPhone WebApp

I have a iPhone webApp that posts content to a users wall. It works fine from a web-browser Chrome, Safari etc but on the iPhone in WebApp mode the callback is not fired. I guess I'm missing a ...
0
votes
1answer
24 views

Making a game that runs on Facebook and as a smart phone app

I would like to know how one goes about designing an application that can be played on Facebook, as well as downloaded from the App Store as a standalone app, but allows games to be played between ...
0
votes
1answer
100 views

Change facebook plugin with JQuery

Is it possible to remove the like button on top of the 'Like box' facebook plugin with Jquery ? I import the like box from Facebook and i would like to remove this like button, but facebook doesnt ...
0
votes
1answer
89 views

Facebook Comments iFrame height limited when using HTML file not URL

I'm loading a facebook comment page from a local file, not a URL. (Reason: It's for a Mobile App & I need a template file for creating multiple comment pages) The FB comments load but the ...
0
votes
0answers
84 views

Upload HTML5 canvas image to Facebook through javascript api

Presently, I am able to upload an image to Facebook through it's javascript api but I need to save the image on my server which is taking time. I want to upload the canvas image directly to Facebook ...
0
votes
0answers
33 views

Posting a html table on facebook page from android app

I have created a android app using jquery mobile, this app creates a table to review how many times the user has performed namaz in last week. Now i want the user to post this table on a facebook page ...
0
votes
0answers
74 views

Pass Facebook acces token to comments box

I have and Android application that uses Facebook authentication, so I know users access token. In the Android application I have a screen with a webView that load page from server with Facebook ...
0
votes
0answers
88 views

Facebook share not working in iphone mobile browser

I am using phonegap and jquery mobile for Facebook share link. It's working in web browser but not in mobile browser. My share link is: ...
0
votes
1answer
32 views

Html5 Validation or Functionality - can´t I get both?

I have this Link giving a share possibility to facebook. <a href="https://www.facebook.com/sharer.php?display=popup&u=<?php echo urlencode($this->Environment->base . ...
0
votes
0answers
50 views

Html5 canvas toDataUrl in facebook app gives operation insecure

In my facebook app I am loading an image onto canvas & modifying it through javascript while saving the image when I use document.getElementById('mycanvas').toDataURL it says "Operation insecure". ...
0
votes
0answers
53 views

facebook->getUser() return null trought AJAX

I have php file that has facebook connection and works fine. Now, I need to publish into user activity when he clicks on play video without page reload. I am using AJAX for this issue, but on PHP ...
-2
votes
1answer
83 views

Http headers already sent [closed]

So I am making a webpage where users login using facebook. If the user is already logged in the page redirects to another page. But recently I encountered the famous http headers already sent error. ...
0
votes
0answers
53 views

Facebook Like button does not work DW 6

I have tried the noddies guide at http://developers.facebook.com/docs/reference/plugins/like/ Unfortunately when I preview the page nothing is displayed My headers are simply <!doctype html> ...
0
votes
1answer
91 views

Twitter/Facebook authorization in Windows 8 app with Javascript

Is there any way to login with Facebook/Twitter in Windows 8 app based on Javascript and HTML5? Authorization pages do not allow themselves to be embedded with iframe and I can not navigate topmost ...
0
votes
1answer
41 views

check if user is registered with facebook

i have created simple facebook registration page. Is there any way to check if user is registered using javascript ? Here is my registration page : <div id="fb-root"></div> ...
0
votes
1answer
251 views

Facebook Like Box HTML5 not working

The Facebook Like Box doesn't work when I use the HTML5 code and I can't use the iframe because it stops some links on my site from working. I've tried positioning the js just after the body tag but ...
0
votes
0answers
47 views

google adsense and facebook like button not loading in IE9

this is my site: http://www.clouderize.it/michele/gallery/153237815-7cfc2a39-de6e-491e-9381-3849282e15ca/ If I open it with Chrome or Firefox the google adsense banner and facebook like button are ...
0
votes
4answers
77 views

Identify elements of function javascript

I got the function automatically generated by facebook for a like button plugin code. However, I'm not quite sure about the variables in the function, and I would be really grateful if anyone helps me ...
-1
votes
1answer
77 views

HTML create form entries dynamically? [closed]

I have a JSON file containing Facebook data from pages. What I need is to create a table with checkbox entries based on the JSON file. I am using php sdk and javascript sdk. I'm thinking of a kind of ...
1
vote
1answer
99 views

Facebook Follow button, HTML5, Dreamweaver [closed]

I am trying to insert a Facebook follow button on my HTML5 web page, using Dreamweaver CS5 (version 11.0) I have used Facebook's developers Social Plugins to generate the code. I have inserted the ...
-1
votes
1answer
11 views

FB Page to App Linking [closed]

I created my FB Page before I created my FB App. When Create FB APP, I'm prompted to create FB Page. Can I LINK existing page instead?
0
votes
2answers
34 views

facebook api and images

is there a way to pull the images I have on my facebook page or facebook profile and show them on my website, is it possible? is there a link for documentation? I googled it not much luck
0
votes
0answers
49 views

facebook app details page common mistakes and best practices?

I am very new to facebook app building. I am using facebook login, when I am submitting my app details page getting error invalid submission checkout guidlines. I cant figure out my mistakes and I ...
0
votes
0answers
189 views

HTML5 Facebook “Like box” issue

I have recently had a working iFrame for my website to get this going, but I have recently noticed its not so compatible with mobile devices and swapped to HTML5, but it doesn't seem to work for me at ...
0
votes
0answers
116 views

Link in iFrame in facebook application opens new window when target set to parent

I have a Facebook application that opens up in a tab on a Facebook page. Inside this application I load an HTML5 webpage, which contains an iFrame. Inside this iFrame is another HTML5 page with a ...
0
votes
1answer
155 views

Does Facebook use an HTML5 framework for its mobile apps?

The Facebook iOS app, Android app, and mobile website are all very similar making me think they are all build using the same HTML5 framework. I'm particularly interested in the UI of the menu button ...
0
votes
1answer
202 views

Like Button doesn't work propperly - counting

I integrated the new Like Button to my Site and discovered that it doesn't work. Every time you click on "like" it shows shortly the '1' and then it disappeard again. No likes where counted. The site ...
0
votes
0answers
85 views

Serving Facebook Canvas Apps from a Static File Server

I am building a simple Facebook canvas app, containing a a number of static html/javascript/css files. Since all logic is handled on the client-side, ideally, I would like to put these on Amazon S3 ...
0
votes
1answer
208 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 ...
0
votes
1answer
56 views

How to create Facebook app when I already have a working website

I have .XML, .JS and some .JPG files for 3D-pano in HTML5, which are work properly on my site 3d-arriving.ru/fotopanorams/html5. And now I want to make it possible to view directly on facebook. I have ...
2
votes
1answer
145 views

Upload a video using Facebook API for Tizen?

I wondering how to upload a video using Facebook API with Tizen application which is developed in HTML5. Can any one say how to integrate..?
0
votes
1answer
185 views

Adding xmlns protocols to xml namespace in HTML 5

So as an example, we have this head taken from Facebook's open graph protocol <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" ...
1
vote
0answers
79 views

Plugin code only generating HTML5

I'm trying to add a Like Box to my website (I have done several before) and I use iFrame code. When I fill in the info and click Get Code it shows the normal code options... HTML5 etc. However, when ...
0
votes
0answers
192 views

How to get public profile picture url without user id within url?

I want to show profile pictures of people in my facebook html5 game using graph api. However, my problem is that I don't want, other people using my game, to find out other people's facebook ids by ...
1
vote
1answer
139 views

Zend Framework: Allowing Meta Properties for the HTML5 Doctype (Facebook Open Graph)

I am using the HTML5 doctype in my Zend Framework application. If I use XHTML1_RDFA as my doctype, the headMeta view helper allows me to use the appendProperty() function. I know that meta properties ...
6
votes
1answer
218 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
149 views

HTML5 Canvas post image to facebook

in my web site , the visitor will give some input and from that I will create a final image using html5 canvas. After the image is ready on the canvas I want to be able to post it on the visitor's ...
0
votes
0answers
55 views

FullScreen HTML5 API not present on facebook iFrame on some applications

i'm working on a facebook game app. We had lost hope about fullscreen, but recently (like three weeks ago), this bug report https://developers.facebook.com/bugs/436162913102704 was change to "fixed". ...
0
votes
1answer
109 views

Using canonical url & passing variable

I'm building a share system for a website, using facebook like & addthis. Example, member_ID 177 shares a product page ...
-2
votes
1answer
56 views

How can I pull images from a Facebook fan page? [closed]

Graph API? FQL? Should I need the fanpage permission to do this? Do I need to create an app to then have the fanpage like my app and consequently pull all the image data and save it in my computer? ...
0
votes
2answers
687 views

FB Share without App ID

Is it possible to use FB share plugin without APP ID? If I use HTML5 code then the console logs an error FB.getLoginStatus() called before calling FB.init(). To use HTML 5 FB like is it necessary to ...
3
votes
1answer
174 views

Embed html5 video player in facebook feed

Is it possible to embed html5 video player in facebook feed? I tryed to setup OpenGraph meta tags, but after page sharing (http://autru.com/f) Facebook still doing post as link to website.

1 2 3 4 5