我不是网页设计师,所以请耐心等待我,但我跟踪了FB生成器,并将iframes元素复制到我的网站,但发布后却没有出现。任何人都可以告诉我我错过了什么...... ???生成的代码是: -
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fweebagband&width=The+pixel+width+of+the+plugin&height=80&colorscheme=light&layout=standard&action=like&show_faces=true&send=false&appId=271163222908481" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:The pixel width of the pluginpx; height:80px;" allowTransparency="true"></iframe>
由此我甚至尝试将其粘贴到空白页面但仍然没有。 即使是简单的谷歌FB“喜欢”发电机也无法正常工作。我非常感谢任何帮助。提前致谢
答案 0 :(得分:0)
试试这段代码:
<iframe src="http://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com/weebagband&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80&appId=271163222908481" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100%; height:80px;" allowTransparency="true"></iframe>
您的代码有一些错误,例如width:The pixel width of the pluginpx;
我认为您的FB页面的网址也是错误的。
我认为weebagband是所需的粉丝页。