I am working for a website and need to integrate a Facebook Like Box.
I’ve put in the Facebook ID, then it generates some code but I am not able to click on the XFBML IFRAME and URL Button to generate the codes, only HTML5 Button.
So far I have this code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Page Under Construction</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/de_DE/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like-box" data-href="http://www.facebook.com/pages/RW- Fliesen/115860578491339" data-width="292" data-show-faces="false" data-colorscheme="light" data-stream="false" data-header="false"></div>
</body>
</html>
which gives me this output.
But I need the whole Like Box.
On the page https://developers.facebook.com/docs/reference/plugins/like/ if we create like button we will get the code as you shown in the link…
If we inspect the source code( in mozilla or chrome) you can see
<a class="uiPillButton" href="#" id="button-xfbml">XFBML</a>for the link XFBML.Since the href= # it will not show any other page…
facebook may be working on that