Page 1 of 1

Wordpress Plugin

Posted: 18 Jul 2012, 13:29
by RichGags
Is there a Wordpress plugin or version that will run a gallery on the wordpress page. Perhaps called via shortcode? Thanks. Rich

Re: Wordpress Plugin

Posted: 19 Jul 2012, 03:49
by Nick
Unfortunately no, we do have a prototype plugin to display images extracted from the flash gallery only.

I think the easiest way is to add an iframe to the wordpress page in HTML mode. Sort of like this:
Code
<iframe src="/imagevue" width="100%" height="600px"></iframe>