试图改变像facebook这样的Twitter按钮风格

时间:2015-02-25 15:54:51

标签: css facebook facebook-graph-api twitter

我在网站上添加了facebook like button,并使用了i frame 这是我的Facebook像按钮代码

<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&amp;width&amp;layout=box_count&amp;action=like&amp;show_faces=true&amp;share=true&amp;height=65" scrolling="no" frameborder="0" style="border:none;overflow:hidden;height:65px;" allowTransparency="true"></iframe>

这种风格很好用它的方块并在我的页面中以同样的方式修复我试图在这里应用twittergoogle+我没有像facebook那样得到同样的风格 enter image description here

我需要应用像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&amp;size=medium&amp;hl=en-US&amp;url=http://test.com/&amp;parent=http://test.com/" allowtransparency="true" frameborder="0" scrolling="no" style="border:none;overflow:hidden;height:65px;" title="+1"></iframe>

1 个答案:

答案 0 :(得分:0)

检查此来源:https://dev.twitter.com/web/overview/css(推特)

这一个:https://developers.google.com/+/web/+1button/(谷歌+)


有一些示例和样式生成器如何自定义此插件