Page 1 of 1

WordPress import visit external site (without using ggkg)

Posted: Wed May 06, 2020 7:50 pm
by Pitoux
Hi

I would like to use a Pano2VR hostel virtual tour on an external site for, without using on my site. (without using ggkg)

Thanks

Re: WordPress import visit external site (without using ggkg)

Posted: Mon May 11, 2020 4:30 pm
by Hopki
Hi Pitoux,
You can use a direct link to the folder.
Example:
https://www.site.com/wp/wp-content/uplo ... jectfolder

You can then use this link with an iframe for the other website.
Example:

Code: Select all

<iframe src="https://www.site.com/wp/wp-content/uploads/2020/05/projectfolder" width="100%" height="100%" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" frameborder= "0" ></iframe>
Regards,