Hi, I have set up shindig in a tomcat environment and the samples work all fine. For now I would like to display the gadgets in wep-pages coming from my own-webapplication. The web-appclication is a small social network which I want to utilize as a social container. This means, the web-app does not reside inside the shindig deployment. For testing I took the sample1.html from the examples and deployed it with my own application. But I don't know exactly how to reference the whole javascript-files. In a first try I copied the js-files to my webapp and referenced these files directly. But then I got dependency-errors (ressource /ifr not found). So what is the right approach? I don't find any samples or hints for this use cases. Or am I totally wrong in deploying this in a separate web application?
Thanks for your help. Harry Here the snippet of the html-file as I think it would be right.: <head> <title>Sample: Simple Container</title> <!-- default container look and feel --> <link rel="stylesheet" href="../gadgets/files/container/gadgets.css"> <script type="text/javascript" src="../../js/rpc.js?c=1&debug=1"> </script><script type="text/javascript" src="../gadgets/files/ container/cookies.js"></script> <script type="text/javascript" src="../gadgets/files/container/ util.js"></script> <script type="text/javascript" src="../gadgets/files/container/ gadgets.js"></script> <script type="text/javascript"> var specUrl0 = 'http://www.google.com/ig/modules/horoscope.xml'; var specUrl1 = 'http://www.labpixies.com/campaigns/todo/todo.xml'; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Implementing OpenSocial Containers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-container?hl=en -~----------~----~----~----~------~----~------~--~---
