• jrack

    (@jrack)


    Hi, couple questions about the plugin…

    Is there a way to change the link when you click the thumbs? I’d rather have it link through to Facebook.

    And, is there a way to stop repeats? I’m using the Recent setting, but I’m only seeing 3 photos repeated over and over.

    Thanks,

    J

    http://wordpress.org/extend/plugins/fotobook/

Viewing 1 replies (of 1 total)
  • This can be accomplished with one line of code actually. In your main.php file inside the plugin styles directory add this line to the foreach statement.

    $betterFBlink = 'http://www.facebook.com/album.php?id='.str_replace('_', '&aid=', $album['aid']).'';

    then change your urls.

    <a href="<?php echo $betterFBlink ?>" target="_blank"><img src="<?php echo $album['thumb'] ?>" alt="<?php echo $album['name'] ?>" /></a>

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Fotobook] Custom URL?’ is closed to new replies.