Skip to content

Instantly share code, notes, and snippets.

@retran
Created November 12, 2012 14:55
Show Gist options
  • Save retran/4059828 to your computer and use it in GitHub Desktop.
Save retran/4059828 to your computer and use it in GitHub Desktop.
working facebook
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<body>
<div id="fb-root"></div>
<script type="text/javascript">
(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 = "http://connect.facebook.net/ru_RU/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<fb:like href="http://www.ozon.ru/context/detail/id/6838392/?item=4340025" send="false" layout="button_count" width="450" show_faces="false" font="verdana"></fb:like>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment