当我插入代码时,我无法在我的首页网站上添加点赞按钮,它给了我一条错误消息,指出无法打开页面文件,我试图以 HTML 格式上传,而 iFrame 仍然没有运气。帮助
问问题
2710 次
1 回答
0
使用嵌入在代码中的 iframe。确保您在 URL 字符串中使用了正确的字符和字符分隔符。
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3a%2f%2fwww.URL.com&layout=button_count&show_faces=false&width=90&action=like&font=tahoma&colorscheme=light&height=20"
scrolling="no" frameborder="0" allowtransparency="true"
style="border: none; height: 20px; width: 90px; overflow: hidden;">
</iframe>
于 2011-09-10T18:33:37.247 回答