How To Embed Multi-Instance of Tours - Joomla 3 Blank Module

  • I have had success embedding a single tour on a new joomla 3 site I'm building, using info (Blank Module) from this post but unable to figure out how to get another instance to appear. If I duplicate the code (pointing to a second tour) in the Blank Module, the second instance seems to replace the first. If I duplicate the Blank Module using a second loadposition, again the second tour appears and the first is gone.

    Here is my site

    And here's my code in the blank module:

    Code
    <script src="http://www.linkagephoto.com/tours/sample1/tour.js"></script>
    
    
    <div id="pano" style="width:800px; height:450px; align="center">
    </div>
    
    
    <script>
      embedpano({swf:"http://www.linkagephoto.com/tours/sample1/krpano.swf", xml:"http://www.linkagephoto.com/tours/sample1/tour.xml", target:"pano"});
    </script>

    Any help greatly appreciated *thumbup*

    Edit: I managed to get a second instance to appear using an iframe with a second blank module but would be nice to figure out the other option *smile*

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!