XF 1.3 Adding some weather buttons

MITK

Member
I am looking to add some Weather buttons to my site, I wanted to place them in the location that I have marked below:

upload_2014-4-28_21-3-30.webp

Now I have a couple of addons (one being [bd] Widget Framework) but I am not sure which would be the best way to do this for what I want to do.

Suggestions?



The code given to me is in iframe :

Code:
    <iframe marginheight="0" marginwidth="0" name="wxButtonFrame" id="wxButtonFrame" height="60" src="http://btn.weather.ca/weatherbuttons/template1.php?placeCode=USCA1401&category0=Attractions&containerWidth=234&btnNo=&backgroundColor=blue&multipleCity=0&citySearch=0&celsiusF=F" align="top" frameborder="0" width="234" scrolling="no" allowTransparency="true"></iframe>
 
In the default templates, add it to the ad_header template.

If you want to use the widget add-on, you will need to ask in the add-on thread.
 
Top Bottom