Log in

View Full Version : Coding for embedded script



liaemars
08-16-2018, 11:50 AM
I have a need to run a fadeslideshow on a remote site.

Simple really, but I can't figure if it's possible.

I have to embed a client advert on a website. I have a working, small slideshow running on the client's site. I need to be able to call that 'image' from a different site.

In other words, embed a link that calls the image.

I'm not sure it's possible. Is it?

molendijk
08-20-2018, 07:45 PM
Iframes are used to embed external content within the current HTML document. So can't you put the slideshow in a iframe?