It's all about the answers!

Ask a question

Link to OpenSocial-Gadget


0
1
Frank Jungbeck (545) | asked Oct 08 '12, 11:15 a.m.
Hi,

Can someone please give me a link to any opensocial gadget that works within RTC 4.0 dashboards?

Thanks!

Accepted answer


permanent link
Mike Pawlowski (6861) | answered Oct 09 '12, 11:32 a.m.
JAZZ DEVELOPER
Frank Jungbeck selected this answer as the correct answer

4 other answers



permanent link
Arne Bister (2.6k12732) | answered Oct 08 '12, 3:55 p.m.
JAZZ DEVELOPER
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

permanent link
Madhu Revankar (122) | answered Feb 28 '14, 7:30 a.m.
None of the above mentioned widgets worked for me today, i get the message "The gadgets might have been removed from the host server". Can anyone give me one open social widget link which works currently?

Thank you :)

permanent link
Mike Pawlowski (6861) | answered Feb 28 '14, 12:22 p.m.
JAZZ DEVELOPER
 
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


permanent link
Madhu Revankar (122) | answered Mar 03 '14, 10:27 a.m.
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.


Your answer


Register or to post your answer.