Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery Facebook墙壁图像模糊问题_Jquery_Facebook - Fatal编程技术网

Jquery Facebook墙壁图像模糊问题

Jquery Facebook墙壁图像模糊问题,jquery,facebook,Jquery,Facebook,我试图复制并粘贴我的网站链接到Facebook的墙上。但通过该网站的图片,它还可以获取一些Javascript代码,并将其显示在Facebook页面上。当我手动键入url时,不会发生这种情况 这是代码 $("#target").append(''); // iterate through all the elements and create UL options.each(function(){ $("#target dd ul").append('' + $(this).text()

我试图复制并粘贴我的网站链接到Facebook的墙上。但通过该网站的图片,它还可以获取一些Javascript代码,并将其显示在Facebook页面上。当我手动键入url时,不会发生这种情况

这是代码

$("#target").append(''); // iterate through all the elements and create UL
options.each(function(){
    $("#target dd ul").append('' + $(this).text() + '' + $(this).val() + '');
}); // remove the select
$('#quicklink_form').hide(); // backup
我试过了,但没能找到解决办法。有人能帮我解决这个问题吗。

浏览一下你的URL,看看你的页面上是否有用于Facebook爬虫的正确元标记-如果没有,请修复它们