U0
Riquadro "Mi piace" di Facebook sul sito
salve Se mi potete dire dome posso mettere il riquadro nelle inserzioni in colonna grazie mille ciao
Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.
<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/it_IT/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> Place the code for your plugin wherever you want the plugin to appear on your page. <div class="fb-like-box" data-href="http://www.facebook.com/platform" data-width="300" data-show-faces="true" data-stream="true" data-header="true"></div>
Place the code for your plugin wherever you want the plugin to appear on your page.
<div class="fb-like-box" data-href="http://www.facebook.com/platform" data-width="300" data-show-faces="true" data-stream="true" data-header="true"></div>
|