Weather Sticker BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Weather Sticker BBCode

Post by BBCode Bot »

Weather Sticker BBCode

Author: Javanut
Description: The Weather Sticker BBCode inserts a weather sticker into posts.
US Only
[valid][/valid]

BBCode:

Code: Select all

[weather]{NUMBER}[/weather]
HTML:

Code: Select all

<a href="http://www.wunderground.com">
<img src="http://banners.wunderground.com/banner/ban/wxBanner?bannertype=miniDial&zip={NUMBER}"
alt="Wunderground Weather sticker" height=50 width=150></a>
Helpline:

Code: Select all

weather: [weather]90210[/weather]
Example:

Code: Select all

[weather]90210[/weather]
Demo:
[weather]90210[/weather]
Locked