WordPress import visit external site (without using ggkg)

Everything concerning the Wordpress/Joomla/Drupal plugins
Post Reply
Pitoux
Posts: 6
Joined: Wed Jan 29, 2020 5:55 pm

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
User avatar
Hopki
Gnome
Posts: 12999
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

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,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply