Logo
T2TW front end test Logo
Widgets
Adding widgets to your pages
You can add widgets that do clever things to your T2W pages. You just copy and paste the appropriate html code into any Body Text box. Here are a few examples:
CBBC News
You can add a CBBC News feed to your site. Just copy and paste the code below into a text block.

<!-- NOESCAPE BBCi Syndication --> <noscript><a href="http://news.bbc.co.uk/shared/bsp/hi/services/htmlsyndication/html/javascript.stm" target="_BBC"><img src=http://newsimg.bbc.co.uk/shared/bsp/hi/services/htmlsyndication/img/synd_js_error_js-inactive.gif" width="165" height="200" border="0" alt="BBCi: Javascript is not available on this browser"/></a></noscript><script src="http://www.bbc.co.uk/syndication/html/jsserver/1135701940339" language="JavaScript" type="text/javascript"></script> <!-- /BBCi Syndication -->
Instant Translation
You can give your visitors instant translation of any page by adding the code below, which enables the Babelfish translator. You can give your visitors instant translation of any page by adding the code below, which enables the Babelfish translator.

<!-- NOESCAPE BabelFish Translation --> <script language="JavaScript1.2" src="http://www.altavista.com/static/scripts/translate_engl.js"> <!-- /NBabelFish Translation -->
A Bit of Fun
This little cat follows your pointer and responds to being stroked and tickled!

<!-- NOESCAPE PlayCat --> <script src="http://widgetserver.com/syndication/subscriber/InsertPanel.js?panelId=dfd0aa91-8710-4339-b02d-20883c7c4a65" type="text/javascript"></script><noscript>Get great free widgets at <a href="http://www.widgetbox.com">Widgetbox</a>!</noscript><img border="0" style="visibility:hidden;width:0px;height:0px;" width="0" src="http://runtime.widgetbox.com/syndication/track/dfd0aa91-8710-4339-b02d-20883c7c4a65.gif" height="0"/> <!-- /PlayCat-->
Polls and Surveys
You can create polls or full surveys for your site.

<!-- NOESCAPE Poll --> <script type="text/javascript" language="javascript" src="http://s3.polldaddy.com/p/248547.js"></script><noscript> <a href ="http://www.polldaddy.com" &gt;polls</a> - <a href ="http://www.polldaddy.com/p/248547/" &gt;Take Our Poll</a> </noscript> <!-- /Poll-->
What's the Time?
Why would you want to display the time on your website when everyone accessing it can see the time displayed on their own computer? The answer is probably "because I can!", but if you want an excuse - people could access your site from anywhere in the world and they might like to know what's the time where you are. This one displays GMT.

<!-- NOESCAPE Clock --> <script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="0031-black.swf";obj.TimeZone="GMT";obj.width=130;obj.height=130;obj.wmode="transparent";showClock(obj);</script> <!-- /Time-->
Footer Image