我有一个漂亮的照片问题; Twitter按钮显示确定,但Facebook不会。有什么建议吗?
以下是社交按钮的漂亮照片代码部分:
social_tools: '<div class="twitter"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="facebook"><iframe src="http://www.facebook.com/plugins/like.php?locale=en_US&href={location_href}&layout=button_count&show_faces=true&width=500&action=like&font&colorscheme=light&height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:23px;" allowTransparency="true"></iframe></div>' /* html or false to disable */
}, pp_settings);
在prettyPhoto.css中
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
答案 0 :(得分:0)
我想它实际上已经存在了,但推特图标正在覆盖它。尝试将facebook类更多地向右移动,或将其对齐到左侧。