Facebook内容和谷歌+按钮内嵌的位置?

时间:2011-09-28 13:54:12

标签: jquery html facebook-like google-plus

有没有人有任何技巧来对齐页面上的这两个按钮?默认情况下,facebook like按钮的iframe版本显示在google plus按钮下方,反之亦然。是否有任何css技巧让它们保持内联?

这是我目前的尝试

<div style="float:left;width:100px;">
    <!-- Place this tag where you want the +1 button to render -->
    <g:plusone></g:plusone>

    <!--  Place this tag after the last plusone tag -->
    <script type="text/javascript">
        (function() {
            var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
            po.src = 'https://apis.google.com/js/plusone.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
        })();
    </script>
</div>
<div style="float:left;width:auto;">
    <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmy_site&amp;layout=button_count&amp;show_faces=false&amp;width=350&amp;action=like&amp;font=lucida+grande&amp;colorscheme=light&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:350px; height:30px;" allowTransparency="true"></iframe>
</div>  

4 个答案:

答案 0 :(得分:19)

把它们放在一个列表中 - 这就是我所做的(请原谅jsp)

<ul class="like-buttons">
<li class="g-plus-one">
    <g:plusone count="false"></g:plusone>
</li>
<li class="twitter-like">
    <a href="http://twitter.com/share" class="twitter-share-button" data-url="<%= url %>" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</li>   

<li class="fb-like">
    <iframe src="http://www.facebook.com/plugins/like.php?href=<%= facebookUrl %>&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=dark&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:350px; height:30px; color:#fff!important;" allowTransparency="true"></iframe>
</li>

和css:

ul.like-buttons{
float: left;
list-style: none;
margin: 5px 0 20px 0;
padding: 0;
width: 100%;
}

ul.like-buttons li{
    display: block;
    float: left;
    margin-right: 10px;
}
li.twitter-like{
    margin-top: 2px;
}

答案 1 :(得分:0)

父div的宽度可能小于这两个iframe宽度的总和。

您的FB iframe宽度为350px。但是像按钮一样小。

答案 2 :(得分:0)

您必须将它们包含在div包装器中。 但是,您的实际显示在我的同一行

你的代码: http://jsfiddle.net/HbYn3/

答案 3 :(得分:0)

使用以下google plus渲染源:

<div style="margin-top: 11px;"><li class='g-plusone' data-size='tall'/></div></div>

您可以根据您的要求调整保证金。这是我的要求。 截至Kuwar Dheeraj SrivastavaOne Click Lyrics India