How to get unique Google Gadget ID from a gadget added to a iGoogle website, with Javascript?
|
|
|
|
|
|
|
If you are trying to access the ID of a gadget from JavaScript within the gadget itself, you can use If you're using the new gadgets API (part of the OpenSocial spec and currently only available on iGoogle in the iGoogle Sandbox) then you have another option: |
||
|
|
|
|
I'm not 100% sure what you mean, but it seems that the URL for Google Gadgets is something like this: http://hosting.gmodules.com/ig/gadgets/file/unique_id/name.xml..., and after Google is done with their JavaScript, they will have added an <a>-tag with an onclick attribute containing amonst others this URL. So maybe you could try grabbing all <a>-tags (with class delbox) from the page and use a regular expression on the onclick attribute to grab the unique ID. You just have to make sure that your code executes after Google's. Something like this could work (not tested):
|
||
|
|
