我希望通过Iframe获得类似facebook的按钮。为此,我得到了来自facebook developer的Facebook代码。代码就像这样
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Freference%2Fplugins%2Flike&send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
现在我想要而不是网址链接http%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Freference%2Fplugins%2Flike
(我不知道这是正确的网址)我希望我的网址传入该代码。所以我为此制作了我的代码
<script type="text/javascript">
var str=document.URL;
document.write('<iframe src="//www.facebook.com/plugins/like.php?href='+str+'&send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>');
</script>
但它不起作用。所以有人可以告诉我这里有什么不对吗?
答案 0 :(得分:0)
获取您的Facebook页面链接,并在Facebook中添加它,然后点击此链接
https://developers.facebook.com/docs/plugins/like-button
将您的链接放入表格
然后他们会给您整个iframe