carolinecblaker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Accuweather script errorTry it again. It should work now.
Forum: Plugins
In reply to: Accuweather AnswersI got accuweather to work! I contacted them and I think they did something internally to adjust to WordPress- Thank them by using their awesome netweather feed.
In case its just an adjustment they made for me, I’m posting the code. Enjoy:
<div style=”width: 120px; height: 60px; background-image: url( https://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/blue_120x60_bg.jpg
); background-repeat: no-repeat; background-color: #346797;” >
<div style=”height: 48px;” >
<script
src=”https://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2.asp?partner=netweather&tStyle=whteYell&logo=0&zipcode=16601&lang=eng&size=7&theme=&metric=0&target=_self”></script>
</div><div
style=”text-align: center; font-family: arial, helvetica, verdana, sans-serif; font-size: 10px; line-height: 12px; color: FFFFFF;” ><a
style=”color: #FFFFFF”
href=”https://www.accuweather.com/us/PA/ALTOONA/16601/city-weather-forecast.asp?partner=accuweather&traveler=0″
>Weather Forecast</div></div>Forum: Fixing WordPress
In reply to: Embedded CodeCan you do that with the following accuweather plugin?
<object type=’application/x-shockwave-flash’ data=’https://netweather.accuweather.com/adcbin/netweather_v2/netwx-v13.swf’ height=’420′ width=’500′ align=’top’>
<param name=’movie’ value=’https://netweather.accuweather.com/adcbin/netweather_v2/netwx-v213.swf’ /> <param name=’allowScriptAccess’ value=’never’ />
<param name=’allowNetworking’ value=’internal’ />
<param name=’quality’ value=’high’ />
<param name=’scale’ value=’noscale’ />
<param name=’salign’ value=’lt’ />
<param name=’wmode’ value=’transparent’ />
<param name=’bgcolor’ value=’#ffffff’ />
<param name=’flashvars’ value=’partner=netweather&logo=1&tStyle=normal&zipcode=81658&lang=eng&size=13&theme=1&metric=0′ />
</object></div>it doesnt work ??