我在网站上添加了facebook like button,并使用了i frame
这是我的Facebook像按钮代码
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&width&layout=box_count&action=like&show_faces=true&share=true&height=65" scrolling="no" frameborder="0" style="border:none;overflow:hidden;height:65px;" allowTransparency="true"></iframe>
这种风格很好用它的方块并在我的页面中以同样的方式修复我试图在这里应用twitter
和google+
我没有像facebook那样得到同样的风格
我需要应用像facebook这样的风格
<iframe src="//platform.twitter.com/widgets/follow_button.html?screen_name=twitterapi"
style="width: 300px; height: 20px;"
allowtransparency="true"
frameborder="0"
scrolling="no">
</iframe>
<iframe src="https://plusone.google.com/_/+1/fastbutton?bsv&size=medium&hl=en-US&url=http://test.com/&parent=http://test.com/" allowtransparency="true" frameborder="0" scrolling="no" style="border:none;overflow:hidden;height:65px;" title="+1"></iframe>
答案 0 :(得分:0)
检查此来源:https://dev.twitter.com/web/overview/css(推特)
这一个:https://developers.google.com/+/web/+1button/(谷歌+)
有一些示例和样式生成器如何自定义此插件