DescriptionPlace this gadget to your iGoogle homepage. Then it shows you today's comics: Viivi and Wagner, Fingerpori and Karlsson from http://www.hs.fi, Dilbert from http://www.taloussanomat.fi and
... [More]
Naapurit from http://www.kaleva.fi
Screenshot
InstallingYou can add this gadget to your iGoogle homepage by clicking the link below.
Running gadgetBelow is a live gadget.
.gadget-title {
margin-bottom: 2px;
}
function resizeIframeHandler(opt_height) {
var elem = document.getElementById(this.f);
if (!elem) return;
if (!opt_height) {
elem.style.height = undefined;
}
else {
opt_height = Math.max(10, opt_height);
elem.style.height = opt_height + 'px';
}
}
gadgets.rpc.register("resize_iframe", resizeIframeHandler);
gadgets.rpc.register('set_title', function(title) {
var elem = document.getElementById(this.f + '_title');
if (elem) {
elem.innerHTML = gadgets.util.escape(title);
}
});
Gadget xmlGadget xml is located here: http://finnish-comics-gadget.googlecode.com/svn/tags/latest-stable/finnish_comics.xml [Less]