Parašė MaFetas· 2011 Bir. 13 13:06:54
#1
Nueiname ir užsiregistruojam naują App
https://www.facebook.com/develop...
Gauname App ID kurio prireiks žemiau esančiame kode.
Ir kur norite kad rodytų FB komentarus, įterpiate tokią panelę:
opentable("Facebook komentarai");
$curlink = 'http://';
$curlink .= $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
$curlink = urlencode($curlink);
echo "<table cellpadding='0' cellspacing='0' width='auto' class='center tbl-border'>\n<tr>\n";
echo "</tr>\n<tr>\n";
echo "<td class='tbl1'>\n";
echo "<div id='fb-root'></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: 'Čia įrašyk App ID', status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement('script'); e.async = true;
e.src = document.location.protocol +
'//connect.facebook.net/lt_LT/all.js';
document.getElementById('fb-root').appendChild(e);
}());
</script>\n";
echo "<fb:comments xid='Čia įrašyk App ID' href='".$curlink."' numposts='5' width='auto' publish_feed='false' migrated='1'></fb:comments>\n";
echo "</td></tr>\n</table>\n";
closetable();
Gyvas pavyzdys:
http://mbaze.lt/vspainter-v1-85-...le-131.htm