我正在尝试在Facebook的墙上复制并粘贴我的网站链接。但是对于网站的Image,它还会获取一些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
我试过但无法找到解决方案。任何人都可以帮我解决这个问题。