How do I create an embeddable link or a shortcode of the tour for my client to put it on their website?
I already put the tour on CPanel and I'm able to showcase the tour with a plugin called WP-Pano on my Wordpress website. But my client built their website around "Tilda" and the only option to showcase might be with a shortcode something like <iframe>.
I'm still not sure what are the options because I know nothing of Tilda, but just as a backup I want to figure out how to get an embeddable link for my client.
Please note my knowledge for website coding is very little, so babysteps would be appreciated
I solved it right after posting this!
[Solution]
The shortcode I was looking for looks something like this:
<iframe width="100%" height="600" src="https://website.com/wp-content/upl…-tour/tour.html"></iframe>
Cheers, Gregor