Qualche settimana fa ho testato su Altervista il funzionamento del bottone Facebook (Mi piace). Andava tutto bene. Ora l'ho riprovato ma non funziona, perché non viene pubblicato su Fb. Su un mio dominio personale invece funziona perfettamente. Cosa c'è che non va? Questo è il sorgente (c'è anche il bottone di Twitter):
Codice HTML:
<html xmlns:fb="http://ogp.me/ns/fb#">
<head>
<link*rel="stylesheet"*href="/comment_script/template/default/style.css"*type="text/css"*/>
<meta name="keywords" content="Lavori in corso">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Lavori in corso">
<meta property="og:image" content="http://piolacaselli.altervista.org/work.jpg"/>
<title>Lavori in Corso</title>
<link type="text/css" rel="stylesheet" href="style-foto.css" title="Style" media="all" /></head>
<body background="sfondo.jpg"><div id="contenitore"><div id="header"></div><div id="col">
<center>
<table width="98%"><tr><td width="950" valign="top">
<center><br>
<table><tr>
<td>
<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>
<fb:like send="true" layout="button_count" width="450" show_faces="true"></fb:like>
</td>
<td>
</td>
<td>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="AdamoliFederico" data-lang="it">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</td>
</tr></table>
</td>
<td>
<center>
Lavori in corso
</center>
</td></tr></table>
</center>
<br></center></div></div></body></html>