回答:
你需要在你的主题中找到一些需要改变的东西(事实上它可以在文件 avia.js 中找到,在你的案例中的第 466 行)
---1) ,social_tools:'',
---2) ,deeplinking=false,
您需要更改为
,深层链接=真,
并添加 2 个元素(iframe_markup、inline_markup),并更改 social_tools,如下所示:
所以你的新线 466 看起来像
elements.prettyPhoto({
social_tools:'<div class="pp_social"><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></div>',
slideshow: 5000,
deeplinking: true,
overlay_gallery:false,
default_width: ww,
iframe_markup: '<iframe src ="{path}" width="{width}" height="{height}" frameborder="no"></iframe>',
inline_markup: '<div class="pp_inline">{content}</div>',
default_height: wh
});
那是推特和脸书。只需以您在上面看到的相同格式添加您想要的其他内容。缺口。
参考:http ://www.kriesi.at/support/topic/single-image-share