Accuweather Answers
-
Is someone able to say why neither of the following accuweather snippets work in WordPress? Between the lack of support for these and the lack of weather plugins with viable support I feel dead-ended- and the possibilities are supposed to be limitless- so I know i haven’t seen it all yet. The following are pulled right off the Accuweather website and the second one (object) has had all the ‘ replaced with ” :
The Script snippet:
<div style='width: 500px; height: 440px; background-image: url( https://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/winter2_500x440_bg.jpg ); background-repeat: no-repeat; background-color: #7CADEE;' ><div style='height: 420px;' > <script src='https://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2.asp?partner=netweather&tStyle=normal&logo=1&zipcode=81658&lang=eng&size=13&theme=&metric=0&target=_self'></script></div><div style='text-align: center; font-family: arial, helvetica, verdana, sans-serif; font-size: 12px; line-height: 20px; color: 0000FF;' > <a href='https://www.accuweather.com/us/CO/VAIL/81658/city-weather-forecast.asp?partner=accuweather&traveler=0'>Weather Forecast</a> | <a href='https://www.accuweather.com/maps-satellite.asp'>Weather Maps</a> | <a href='https://www.accuweather.com/index-radar.asp?partner=accuweather&traveler=0&zipcode=81658'>Weather Radar</a> | <a href='https://hurricane.accuweather.com/hurricane/index.asp'>Hurricane Center</a></div></div>
The SWF Object apparently for Myspace, which doesn’t support scripts:
<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&myspace=1&logo=1&tStyle=normal&zipcode=81658&lang=eng&size=13&theme=1&metric=0" /> </object></div>
If you can get either of these to work, you have a fan for life. thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Accuweather Answers’ is closed to new replies.