Link to OpenSocial-Gadget
Accepted answer
Hi Frank,
The Foundation Web UI team, who owns & maintains the Dashboard feature, uses the following short list of OpenSocial gadgets for build smoke testing purposes:
- http://www.fungadgets.org/games/mario/marioadventure.xml
- http://www.etravelreviews.com/gadget.xml
- http://www.google.com/uds/modules/elements/localsearch/localsearch.xml
- http://dailypuppy.com/gmod/thedailypuppy.xml
- http://www.ducoclam.com/uselessknowledge/uselessknowledge.xml
- http://www.thefreedictionary.com/_/WoD/hangman-module.xml
Thanks,
4 other answers
Hi,
this link to the official Google Wikipedia Search Gadget works for me: http://www.gstatic.com/ig/modules/wikipedia/wikipedia_v2.xml
Notice that the 4.0 documentation gives an outdated URL as an example. I will file an enhancement request against the documentation to update this.
- Arne
this link to the official Google Wikipedia Search Gadget works for me: http://www.gstatic.com/ig/modules/wikipedia/wikipedia_v2.xml
Notice that the 4.0 documentation gives an outdated URL as an example. I will file an enhancement request against the documentation to update this.
- Arne
Hi Madhu,
Are you trying to add the widgets to a jazz.net hosted dashboard or to a dashboard hosted on a private RTC deployment?
The following gadget should definitely work:
http://dailypuppy.com/gmod/thedailypuppy.xml
However, I've confirmed that this does not load properly on jazz.net due to security restrictions.
e.g. In the JavaScript Console:
Failed to load resource: the server responded with a status of 403 (Forbidden)
https://jazz.net/jazz/web/services/makeRequest?refresh=3600&url=http%3A%2F%2Fwww.dailypuppy.com%2Fwidgets%2Fgoogle%2Fgoogle.php%3Fwidth%3D200%26whichType%3D0%26comments%3D1&httpMethod=GET&headers=&postData=&authz=&st=&contentType=TEXT&numEntries=3&getSummaries=false&signOwner=true&signViewer=true&gadget=http%3A%2F%2Fdailypuppy.com%2Fgmod%2Fthedailypuppy.xml&container=default&bypassSpecCache=true&getFullHeaders=false
Are you seeing a partially loaded gadget with a similar error?
If you have a private RTC deployment, you will need to configure the "URL Whitelist" to allow outbound requests to be made from the RTC application to the server hosting the gadget.
<public-uri-root>/admin#action=com.ibm.team.repository.admin.proxyConfiguration
e.g. https://jazz.net/jazz/admin#action=com.ibm.team.repository.admin.proxyConfiguration
In the Daily Puppy gadget case, the following URL needs to be added to the servers whitelist:
http://dailypuppy.com/
Important: Note the trailing forward-slash in the URL
HTHs
Hi Mike,
Thank you. you are correct.
I tried to add these widgets in jazz.net dashboard and some of these were possible, but i could not add them on our private RTC dashboard, this could be due to the reason that the URL is not present in the server whitelist. But i cannot add this to whitelist as i do not have permission's for this.
But your answer helped me , since i know how the widgets can be added and how they look, this gives me a hint to build own widgets. Please let me know if you have any hint on building own widgets.
Thank you. you are correct.
I tried to add these widgets in jazz.net dashboard and some of these were possible, but i could not add them on our private RTC dashboard, this could be due to the reason that the URL is not present in the server whitelist. But i cannot add this to whitelist as i do not have permission's for this.
But your answer helped me , since i know how the widgets can be added and how they look, this gives me a hint to build own widgets. Please let me know if you have any hint on building own widgets.