TinyPortal
Development => Block Codes => Topic started by: Freddy on August 29, 2009, 10:00:39 PM
I don't think that this has already been posted about. It's just a handy feature maybe for some sites. This gadget pulls stories from google's news service. It's ideal for a block and the code is simple to use. This is all it takes to get recent news about robots :
<iframe frameborder="0" width="728" height="90" marginwidth="0" marginheight="0"
src="http://www.google.com/uds/modules/elements/newsshow/iframe.html?q=robots&rsz=small&format=728x90">
</iframe>
If you want to see what it does - I'm using it here... (http://aidreams.co.uk/forum/index.php?board=62.0)
You can use a wizard to create the code and that can be found here :
http://code.google.com/apis/ajaxsearch/documentation/newsshow/wizard.html
I thought some webmasters might like this feature.
This needs to go in an HTML block.
Freddy,
Very nice snippet and works very well.
ZP
Yes, it works great.. testing out and I like it.
Cool 8)