2013-10-15 1 views
0

소셜 미디어 (google +, facebook, twitter)를 한 줄로 만들려고했지만 모든 소셜 미디어마다 다른 줄이 있습니다. see this소셜 미디어를 한 줄로 만드는 방법은 무엇입니까?

이 코드 :

<div style="display:inline-block"> 
    <div style="float:left"> 
    <div class="g-plusone" data-size="small" data-href=""></div> 
    </div> 
    <div style="float:left"> 
    <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&amp;width=The+pixel+width+of+the+plugin&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;send=false&amp;appId=196962990473575" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:The pixel width of the pluginpx; height:21px;" allowTransparency="true"></iframe> 
    </div> 
    <div style="float:left"> 
    <a href="https://twitter.com/twitter" class="twitter-follow-button" data-show-count="false">Follow @twitter</a> 
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> 
    </div> 
</div> 
+0

누구든지 도움을받을 수 있습니까? – john

답변

1

어디 페이스 북과 트위터에 대한 <div> </div>은?

+0

for facebook 나는 iframe과 twitter를 좋아한다. – john

관련 문제