Boris
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Album Sync] Exclude albumHi,
Could someone post robertutzu’s code again?
Thanks
Forum: Plugins
In reply to: [Facebook Album Sync] Album descriptions.I found out that if I want to display alt attribute fore pictures I need to add something like that:
if( $values[‘caption’] == ” ){
$caption = “”;
}else{$caption = $values[‘caption’];
}echo “<div class=’fbAlbumImage’>”;
echo ““;
echo “<img src='” . $values[‘src’] . “‘ />”;
echo ““;
echo “</div>”;But I can’t understand where I have to add it?
Forum: Plugins
In reply to: [Facebook Album Sync] Album descriptions.Hi,
I have the similar problem, but I want to see description under each photo. I understand how to realize it, but plugin code is really hard for me. I can’t find the place where should I put function of describing a photo.
Could somebody suggest me which file should I modify to get this function work?Thanks 🙂
Forum: Plugins
In reply to: [Facebook Album Sync] can't pop up photo zoomingHi,
I think that this is lightbox script problem.
Try to modify it like there:
http://wordpress.org/support/topic/images-no-longer-showing-in-wp36-and-how-to-fix-it?replies=6