Questions tagged [google-gadget]

Google Gadgets are simple HTML and JavaScript applications that can be embedded in webpages and other apps. Built-in JavaScript libraries make it easy to create gadgets that include tabs, persistent storage, dynamic resizing, and more.

Google Gadgets are simple HTML and JavaScript applications that can be embedded in webpages and other apps. Built-in JavaScript libraries make it easy to create gadgets that include tabs, persistent storage, dynamic resizing, and more.

More Info

213 questions
0
votes
1 answer

Embed Google+ domain API in google site

I am new in Google+ API and glad that Google finally released Google+ domain API. I have read the documentation and follow through the 'get started' but stumbled on the quick start app that can only use Java and Python. I was expecting that I would…
0
votes
2 answers

gadgets.Prefs in type url Google Gadget

Is it possible to access gadgets.Prefs in content of type="url"? gadgets.Prefs is set in content of configuration
dhaval
  • 2,368
  • 9
  • 35
  • 60
0
votes
1 answer

Uncaught ReferenceError: $ is not defined

i am trying to create a google gadget which should be built on javascript.every google gadget create a iframe element.due to some constraints i can't add jquery directly from script tag.i have to include it using javascript so i write a…
mathlearner
  • 7,509
  • 31
  • 126
  • 189
0
votes
2 answers

Loading javascript or css files from external URL giving Warning insecure content

i am developing a gmail contextual gadget in this gadget there are some images.can any one please tell how to load images in contextual gadget.for example i am hosting my Method spec at http://cloudfactor9.appspot.com/first_app3.xml and there are…
0
votes
1 answer

Blogger gadet - display in a post only

When implementing a gadget, is there a setting that would tell blogger to display the gadget in a post (or on a homepage) only? I know that one can add conditional tags to the template html but that's NOT what I'm after. I need to figure out a way…
David
  • 3,075
  • 3
  • 26
  • 36
0
votes
1 answer

Google Gadgets setprefs Setting UserPref Datatype

Is it possible to set the datatype of a UserPref programmatically? I am trying to create a UserPref to show advanced gadget config options as follows:
rich_27
  • 1
  • 1
0
votes
1 answer

Google Sites Gadget with Javascript

I created a simple slideshow script to include on a Google Site for Google+ albums (it uses a library found at: https://sites.google.com/site/scriptsexamples/new-connectors-to-google-services/picasa-services). The test version worked except for the…
user2091307
  • 107
  • 1
  • 5
0
votes
2 answers

How to add Code Gadget on Google Sites

I have a google Site and I'm wondering how I can display code in a code block on my site, some thing similar to how code is displayed on stackoverflow or stackexchange. I've looked out for a google gadgets but couldn't find one. Any idea if there is…
0
votes
1 answer

Disable Shindig Caching

How can I disable caching in shindig? I tried passing nocache=1 parameter in the request. It disabled shindig caching but added Pragma: no-cache and Cache-Control: no-cache to the response. I don't want to disable browser caching but just shindig…
ankurvsoni
  • 2,064
  • 3
  • 18
  • 22
0
votes
1 answer

how to enable xss requests only for google gadgets

I'm building a google gadget application that needs to interact with my server. However, I need to enable cross-domain requests on my scripts to allow for this: header('Access-Control-Allow-Origin: *'); I'd like to only open up requests originating…
E T
  • 311
  • 1
  • 4
  • 12
0
votes
1 answer

Developing Google Gadget on a Mac

I have developed some Mac Widgets and want to port them to Google Gadgets. The technology is pretty similar (please disabuse me if this is not the case) but it looks like i need to download and use the Google Gadgets to speed things up which means i…
PurplePilot
  • 6,652
  • 7
  • 36
  • 42
0
votes
1 answer

Can't fetch mail body using gmail contextual gadget

Here is my manifest.xml file     My test gadget   Test Gmail contextual gadgets for mail…
Nikhil
  • 1,450
  • 11
  • 24
0
votes
1 answer

Add a google gadget to webpage

I'd like to add a google calendar gadget to a webpage. This page shows the gadget http://www.google.com/ig/directory?synd=open&url=http://www.google.com/ig/modules/calendar3.xml The linked page includes code to paste into a…
foosion
  • 7,619
  • 25
  • 65
  • 102
0
votes
1 answer

How to upload my Google Gadget into my domain

May I know how to insert a Google Gadget into my domain (mydomain.com)? I searched around the web, but I still don't find a way to do this. Please help. Thanks. I see this one -…
lannyboy
  • 617
  • 1
  • 10
  • 20
0
votes
1 answer

Gadget Hosting on Google App Engine

I have recently been tasked with working on creating a gadget for a project that is hosted on app engine. I am also hosting the gadget specification on app engine. The gadget specification is generated on the server side as it refers back to the…
bdorry
  • 978
  • 1
  • 8
  • 14