Hi pdamsten and Gargantua,
I've been trying to get the same result as Gargantua on my new WP testing ground website, but I'm experiencing a little problem. Most probably it is me doing something wrong but I've spent quite some time trying to find a solution with no success so far :(
I'm adding a gallery to a page and get the sgortcode:
[gallery ids="1,2,3,"]
What I'd like to achieve is page with only a single thumbnail with a link to fullscreen galleria with images 1,2 and 3.
Adding the fsg_link to the gallery shortcode:
[gallery ids="1,2,3,"]
[fsg_link link="file" class="btn" rows="1" cols="1" include="7,12,15,17,59"]<img alt="" src="http://jakzobrazka.pl/wordpress/wp-content/uploads/2013/02/02_IMG_1472_1024-150x150.jpg" width="120" height="120" />[/fsg_link]
of course results in three thumbs from the gallery + one thumb from fsg_link.
Removing the gallery shortcode makes the gallery open with no images inside. How can I make this work?
Thanks in advance,
Mikouak