Download and Host Tours

How To Remove Share Icon on Tours Hosted On Your Own Hosting Server

Clayton
Clayton Rothschild

To remove share icon on tour viewer's screen, you can navigate to /js/main.js file

and find this line:
{return r("share")}},"hide",t||w)

and replace it with this:

{return r("share")}},"hide",true)