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 🙂
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?
totally love this plugin!
it would be really sweet if the photo description would import as well! 🙂
Thanks guys, I’ll look into this for a future version.