私はここに私のリンクを持っています:
<a name="fb_share" type="icon_link" share_url="" href="">
<button class="btn btn-large btn-primary tasto" disabled="disabled">Condividi contenuto</button>
</a>
そしてここに私のJS:
FB.api('/217822418323942',
function(response){
$('.step_4').children('a').attr('href', 'http://www.facebook.com/sharer.php?u='+response.link+'&t=CONDIVIDI!');
});
しかし、Chromeは私にこのエラーを与えます:
Refused to display document because display forbidden by X-Frame-Options.
そしてそれは共有しませんでした...解決策?