The tooltip under thumbnails doesn't work. Any ideas why?
tooltip setup
$(document).ready(function(){
$("[rel=tooltip]").tooltip({
delay:{show: 300, hide: 150},
placement: 'bottom'
});
});
fbAlbum2 setup
$(document).ready(function(){
$('#fbAlbumI').fbAlbum({
'albumID':'10150302289698306',
'rel':'tooltip',
'callback': function(){ //code that loads after the album must go here
$(".album a").magnificPopup({type: 'image' });
}
});
});
Sorry for the messy css code!
EDIT: When calling the tooltip function in fbAlbum initialization the title of facebook image is not retrieved in popup window of magnific-popup. http://jsfiddle.net/79RVw/4/
Without tooltip it does! http://jsfiddle.net/79RVw/5/