Tuesday, July 10, 2012
Take a look at my previous post, only if you're interested: Flying Ad. By adding Clock Widget To Blogger Blog you let your visitors know what time when they're up on your blog. Maybe some bloggers will say that this is not realy something usefull to add to their blog, but i'm sure some others will say otherwise. Maybe to adore their blog or something like that, maybe. - For you who mean to add a clock widget to your blog, here i have one widget that you can use. The widget is not too bad and is setable to a specific times as you want. There are two ways to place on your blog, using Javascript or Embed Methode. Just adopt one that you think is preferable. Below i attached two clocks which have the same parameters and show time according to Gmt+7 with an area set to Jakarta - Indonesia. If you want to change anything, like Gmt or the area, then you have to visit www.clocklink.com, where the below clocks's codes originally grabbed from.

Java Script Code


<script src="http://www.clocklink.com/embed.js"></script>
<script type="text/javascript" language="JavaScript">
obj=new Object;obj.clockfile="0001p-red.swf";obj.TimeZone="PST";obj.width=150;obj.height=150;obj.Place="Jakarta - Indonesia";obj.wmode="transparent";showClock(obj);
</script>

Embed Methode


<embed src="http://www.clocklink.com/clocks/0001p-red.swf?TimeZone=PST&Place=Jakarta+-+Indonesia&" width="150" height="150" wmode="transparent" type="application/x-shockwave-flash">

Just note that clocklink.com doesn't permit any modification of the codes other than some parameters that which you may find on its site. As such, take the codes above at your own risk.

0 comments:

Post a Comment