List of Bloggers' Addons Categories
Below are the list of links to Bloggers' unofficial Hacks Categories
A collection of addons that can be embedded on your blog site.
Below are the list of links to Bloggers' unofficial Hacks Categories
YourGMap lets you enter your locations in Google Maps and link to your map in their site or embed the map into your website using IFRAME TAGS.
Here's an easy way to add picture galleries (with thumbnails) into your blog site. Note that the procedure presented here is for Blogger and Hello users only. This tutorial will help you easily embed picture galleries which you have uploaded using Hello. Follow the step by step procedures below on how to create your picture gallery using javascript.
<p align="center"><script> var preurlimage="http://photos1.blogger.com/hello/83/4276/1024/"; var preurlthumb="http://photos1.blogger.com/hello/83/4276/100/"; function changeimage(towhat){if (document.images){document.images.targetimage.src=towhat.src; gotolink=towhat.src;}} function warp(){window.location=gotolink;}var myimages=new Array(); var gotolink="#"; function preloadimages(){for (i=0;i<preloadimages.arguments.length;i++){myimages[i]=new Image(); myimages[i].src=preurlimage+preloadimages.arguments[i]; document.write('<a style="cursor:hand;" onClick="changeimage(myimages['+i+'])"><img width="50px" height="50px" border="0" class="phostImg" src="'+preurlthumb+preloadimages.arguments[i]+'" alt="'+preloadimages.arguments[i]+'"></a>');}}</script> <script>preloadimages('kitanglad01.jpg', 'kitanglad02.jpg', 'kitanglad03.jpg', 'kitanglad04.jpg', 'kitanglad05.jpg', 'kitanglad06.jpg', 'kitanglad07.jpg', 'kitanglad08.jpg', 'kitanglad09.jpg', 'kitanglad10.jpg', 'kitanglad11.jpg', 'kitanglad12.jpg', 'kitanglad13.jpg', 'kitanglad14.jpg', 'kitanglad15.jpg', 'kitanglad16.jpg', 'kitanglad17.jpg', 'kitanglad18.jpg', 'kitanglad19.jpg', 'kitanglad20.jpg', 'kitanglad21.jpg', 'kitanglad22.jpg', 'kitanglad23.jpg', 'kitanglad24.jpg')</script>
<a href="javascript:warp()" width="100%"><img width="100%" src="" alt="Click on the thumbnails above to preview and load the images here." name="targetimage" border=0></a></p>