Hi - on the demo page it says: "Once plugin code is placed in your article you can add popup functionality to any image, youtube video, flash or external page:"
What I would like to do is is use the above functionality to launch the same gallery with the same parameters specified in the plugin code that is added to the article. In other words I want to have an additional simple text link within the text of the article that will also launch the gallery.
Maybe by adding the parameters to the "rel" attribute of the <a> tag - like below?
| Code: |
<a href="#" rel="prettyPhoto[path="path_to_images_folder " padding="40" opacity="0.35" animationSpeed="normal" showTitle="1" allowresize="1" counter_separator_label="/" theme="dark_rounded" noConflict="1"]">launch gallery</a>
|