我在这里有我的链接:
<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.
它没有分享...解决方案?