How to add your Copy Right to your Virtual Tours

Add the Code Plugin and, then copy / paste the below code to the body part of the plugin.

Note: don't forget to change the copy right ;)

<footer style="position:absolute; right:0; bottom:0; background-color:rgba(0,0,0,.7); color:#ccc; font-size:10px; padding:0 5px;">
  © <span id="current-year"></span> Powered by 
  <a href="https://gothru.co/" target="_blank" rel="noopener noreferrer" style="color:blue;">GoThru</a>
</footer>
<script>
  document.getElementById('current-year').textContent = new Date().getFullYear();
</script>