創建DIV類的iframe
<div class='like-btn'>
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&width=105&layout=button_count&action=like&show_faces=false&share=false&height=35&appId=422608707941592" width="105" height="35" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
</div>
現在添加此CSS
.like-btn iframe{margin:0 auto;float;none;border-radius:3px;display:block;max-width:105px;padding-top:2px;padding-left:2px;box-shadow:2px 2px 0px #222;height:35px;border:6px solid #3D58A4 !important;background: #3D58A4}
結果:
Facebook Like Demo
如果你不想在中間的按鈕,你可以使用保證金的浮動insteed
[調整/ Facebook的規模像按鈕(高度和寬度)的
可能重複(HTTP://facebook.stackoverflow .com/questions/8676972/resize-scale-facebook-like-button-height-and-width) – Igy
yeah或http://stackoverflow.com/questions/3493117/custom-skin-for-facebook-like-button – Shenaniganz
請記住標記幫助最多或最具投票的問題的答案 - 即使它不是您想要聽到的答案 – reach4thelasers