I'm working with a client who's forced to use a widget based web builder to manage their web content.
They're trying to include product images for consumers. Basically, they send an email with a product overview that comes with pictures. Seeing how we can't place a working image gallery in the email we decided to use php to build a gallery hosted on another site that swaps the images out via ?cat.
The site itself works fine. iFrameing it isn't working though. Is there a way to target the iframe on the page to adjust the content accordingly?
Just to sum it up:
Email contains a url that takes the user to a web page with an iframe-d in image gallery that changes what images are displayed depending on the cat written in the emailed url.
note: User doesn't see gallery in the email but on a web page they are directed to from a link in the email.