Tip: Automatically update gadget screenshots
November 3rd, 2008 | Published in Google Desktop API
When you submit your gadget, you specify URLs for large and small screenshots of the gadget. These screenshots represent your gadget in listings such as the Add gadgets window, online gadget directories, and the web page that's automatically generated for each gadget.
Unfortunately, there was no direct way to update these locations should they ever change — until now. This tip tells you how to update the screenshot URLs.
Add these tags to the gadget.gmanifest of your published .gg file:
Just a reminder, the small screenshot should be 80x60 pixels. Also, be sure to take a look at this classic tip about submitting better screenshots.
Unfortunately, there was no direct way to update these locations should they ever change — until now. This tip tells you how to update the screenshot URLs.
Add these tags to the gadget.gmanifest of your published .gg file:
The gadget gallery has the smarts to pick up these changes and use the URLs you specify to update the images in the gallery. Check out the gadget.gmanifest documentation for more details.
...
http://mysite.appspot.com/80x60_screen.png
http://mysite.appspot.com/300x255_screen.png
...
Just a reminder, the small screenshot should be 80x60 pixels. Also, be sure to take a look at this classic tip about submitting better screenshots.