I am trying to integrate the page component into a wordpress blog post. I have had a great degree of success with the iframe tag as follows:
<iframe width="500" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.luvdigi.com/gallery/pagecomp ... elona.html");>
</iframe>
The only proplem is I want different posts to point to different places in the gallery/content folder i.e. barcelona slideshow should point to the content/barcelona/ folder and morzine slideshow should point to the images inside content/morzine/.
How?
I could make individual html files that set the path to different locations, but I don't want many different html files for each individual post. Can I somehow set a path variable in the blog post to alter the path location to different image folders?
And if so how would I change the syntax above?
Cheers!