像的fancybox V2按鈕動態的Facebook動態Facebook的喜歡按鈕的fancybox V2
如何做的fancybox V2與像按鈕一樣FB,tweet.G +圖像的冠軍之後按鈕, 這是我code.how我爲每個圖像製作不同的buutons。
$('.fancybox-buttons').fancybox({
openEffect: 'none',
closeEffect: 'none',
prevEffect: 'none',
nextEffect: 'none',
playSpeed: 2500,
arrows: false,
nextClick: true,
helpers: {
thumbs: {
width: 50,
height: 50
},
buttons: {}
},
afterLoad: function()
{
this.title = 'Image ' + (this.index + 1) + ' of ' + this.group.length + (this.title ? ' - ' + this.title : '');
}
});