awesome addition to beta6. -congrats
May want to inform people that beta 6 runs the code off the following condition
<if condition="$show['picture_owner']">
so only the photo album owner can see the embed options.
But you can change that to whatever you wish:
example:
<if condition="$show['member']"> to allow all members to see
or remove the conditional for all to see
|