Hi,

I'm currently working on upgrading the Project Socialsite to the current
version of Shindig (see http://code.google.com/p/socialsite-mavenized/), and
it looks like it's working. In Socialsite you can add a gadget to a web page
in this way:
      <script type="text/javascript">
        socialsite.addGadget({'spec':'/local_gadgets/profile.xml',
'removable':false});
      </script>

But, this gives me the following errors:
GET http://localhost:8080/socialsite/resources/config.json
GET http://localhost:8080/socialsite/resources/config.json
200 OK
19msjmaki.js (line 558)
Invalid config value "undefined" for parameter "impl" in component
"opensocial-0.8"
if(!G){for(var C in B){if(B.hasOwnProper...arameter "'+C+'" in component
"'+F+'"')\n
Invalid config value "undefined" for parameter "impl" in component
"opensocial-0.8"
if(!G){for(var C in B){if(B.hasOwnProper...arameter "'+C+'" in component
"'+F+'"')\n
opensocial.Container.get() is null
opensocial.newDataRequest=function(){ret...social.Container.get().newDataRequest()\n

I really don't have a clue what this means as I'm pretty new to this, and I
haven't got much input either, so I guess it's related to the fact that
we've upgraded shindig from version 0.7 to the current version. If no one
can explain me how to solve these errors, I would try another approach by
creating my own gadget and add it to my web page instead and see what
happens then.

So the question is then: How do I add my home made gadget to my web page?
I've hosted my gadget on my own local apache server, so I can fetch it from
there.

Thanks in advance :)

Best regards,
Viggo Navarsete

Reply via email to