prettyPhoto没有显示facebook按钮

时间:2016-05-03 22:31:50

标签: facebook-like prettyphoto

我有一个漂亮的照片问题; Twitter按钮显示确定,但Facebook不会。有什么建议吗?

Check example here

以下是社交按钮的漂亮照片代码部分:

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}&amp;layout=button_count&amp;show_faces=true&amp;width=500&amp;action=like&amp;font&amp;colorscheme=light&amp;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}

1 个答案:

答案 0 :(得分:0)

我想它实际上已经存在了,但推特图标正在覆盖它。尝试将facebook类更多地向右移动,或将其对齐到左侧。