Results 1 to 4 of 4

Thread: Adding Weather.com Code

  1. #1
    DB
    Guest

    Default Adding Weather.com Code

    On Weather.com they have a feature to "add weather to your web site". The code and info is listed below. My question is hot to enter this code within one page in NOF 10? I see HTML Source tab with a bunch of code but I understand very little. Can this be done. I was hoping to have the weather in a small box on a page with other into. I do most of my web sites from the Page Design tab.

    --------------------

    <!-- cut and paste the below code into your HTML editor --><div id="wx_module_578"> <a href="http://www.weather.com/weather/local/18951">Quakertown Weather Forecast, PA (18951)</a></div><script type="text/javascript"> /* Locations can be edited manually by updating 'wx_locID' below. Please also update */ /* the location name and link in the above div (wx_module) to reflect any changes made. */ var wx_locID = '18951'; /* If you are editing locations manually and are adding multiple modules to one page, each */ /* module must have a unique div id. Please append a unique # to the div above, as well */ /* as the one referenced just below. If you use the builder to create individual modules */ /* you will not need to edit these parameters. */ var wx_targetDiv = 'wx_module_578'; /* Please do not change the configuration value [wx_config] manually - your module */ /* will no longer function if you do. If at any time you wish to modify this */ /* configuration please use the graphical configuration tool found at */ /* https://registration.weather.com/ursa/wow/step2 */ var wx_config='SZ=300x250*WX=HWC*LNK=TRVL*UNT=F*BGI=se asonal1*MAP=null|null*DN=www.baranyai.us*TIER=0*PI D=1041884257*MD5=3c58e8f6fcb094822fe279ef5830b6f3' ; document.write('<scr'+'ipt src="'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+wx_locID+'?config='+wx_config+'&proto='+document .location.protocol+'&target='+wx_targetDiv+'"></scr'+'ipt>');</script><!-- cut and paste the above code into your HTML editor -->

    TIPS FOR A SUCCESSFUL IMPLEMENTATION:
    a.. To ensure that you have all of the code, verify that it begins with the tag "<div>" and ends with the tag "</script>."
    b.. Please remove any existing Weather On Your Website code before adding the new code.
    c.. Make sure that the entire code is all together, and that there are no spaces between any of the elements.
    d.. When you paste the code into your HTML editor, please ensure you are pasting it in as plain text, not as HTML. Please refer to your HTML editor help files for instructions on how to paste text correctly.


  2. #2
    LBA
    Guest

    Default Re: Adding Weather.com Code

    Create a text box where you want the weather.com stuff to appear, and
    make it about the width that you think is right. On the Properties
    Pallette, hit the HTML button. Insert weather.com code.

    Laurence



    DB wrote:
    > On Weather.com they have a feature to "add weather to your web site".
    > The code and info is listed below. My question is hot to enter this code
    > within one page in NOF 10? I see HTML Source tab with a bunch of code
    > but I understand very little. Can this be done. I was hoping to have the
    > weather in a small box on a page with other into. I do most of my web
    > sites from the Page Design tab.
    >
    >
    > --------------------
    >
    > <!-- cut and paste the below code into your HTML editor -->
    > <div id="wx_module_578">
    > <a href="http://www.weather.com/weather/local/18951">Quakertown Weather Forecast, PA (18951)</a>
    > </div>
    > <script type="text/javascript">
    >
    > /* Locations can be edited manually by updating 'wx_locID' below. Please also update */
    > /* the location name and link in the above div (wx_module) to reflect any changes made. */
    > var wx_locID = '18951';
    >
    > /* If you are editing locations manually and are adding multiple modules to one page, each */
    > /* module must have a unique div id. Please append a unique # to the div above, as well */
    > /* as the one referenced just below. If you use the builder to create individual modules */
    > /* you will not need to edit these parameters. */
    > var wx_targetDiv = 'wx_module_578';
    >
    > /* Please do not change the configuration value [wx_config] manually - your module */
    > /* will no longer function if you do. If at any time you wish to modify this */
    > /* configuration please use the graphical configuration tool found at */
    > /* https://registration.weather.com/ursa/wow/step2 */
    > var wx_config='SZ=300x250*WX=HWC*LNK=TRVL*UNT=F*BGI=se asonal1*MAP=null|null*DN=www.baranyai.us*TIER=0*PI D=1041884257*MD5=3c58e8f6fcb094822fe279ef5830b6f3' ;
    >
    > document.write('<scr'+'ipt src="'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+wx_locID+'?config='+wx_config+'&proto='+document .location.protocol+'&target='+wx_targetDiv+'"></scr'+'ipt>');
    > </script>
    > <!-- cut and paste the above code into your HTML editor -->
    >
    >
    >
    > TIPS FOR A SUCCESSFUL IMPLEMENTATION:
    >
    > * To ensure that you have all of the code, verify that it begins
    > with the tag "<div>" and ends with the tag "</script>."
    > * Please remove any existing Weather On Your Website code before
    > adding the new code.
    > * Make sure that the entire code is all together, and that there are
    > no spaces between any of the elements.
    > * When you paste the code into your HTML editor, please ensure you
    > are pasting it in as plain text, not as HTML. Please refer to your
    > HTML editor help files for instructions on how to paste text
    > correctly.


  3. #3
    DB
    Guest

    Default Re: Adding Weather.com Code

    Thanks. Worked great! Now I wonder what other kind of stuff I can add to my site. any suggestions?

    "LBA" <webdesigns@no2spamabramsnet.com> wrote in message news:f5b9l8$a7b5@flsun90netnews01.netobjects.com.. .
    Create a text box where you want the weather.com stuff to appear, and
    make it about the width that you think is right. On the Properties
    Pallette, hit the HTML button. Insert weather.com code.

    Laurence



    DB wrote:
    > On Weather.com they have a feature to "add weather to your web site".
    > The code and info is listed below. My question is hot to enter this code
    > within one page in NOF 10? I see HTML Source tab with a bunch of code
    > but I understand very little. Can this be done. I was hoping to have the
    > weather in a small box on a page with other into. I do most of my web
    > sites from the Page Design tab.
    >
    >
    > --------------------
    >
    > <!-- cut and paste the below code into your HTML editor -->
    > <div id="wx_module_578">
    > <a href="http://www.weather.com/weather/local/18951">Quakertown Weather Forecast, PA (18951)</a>
    > </div>
    > <script type="text/javascript">
    >
    > /* Locations can be edited manually by updating 'wx_locID' below. Please also update */
    > /* the location name and link in the above div (wx_module) to reflect any changes made. */
    > var wx_locID = '18951';
    >
    > /* If you are editing locations manually and are adding multiple modules to one page, each */
    > /* module must have a unique div id. Please append a unique # to the div above, as well */
    > /* as the one referenced just below. If you use the builder to create individual modules */
    > /* you will not need to edit these parameters. */
    > var wx_targetDiv = 'wx_module_578';
    >
    > /* Please do not change the configuration value [wx_config] manually - your module */
    > /* will no longer function if you do. If at any time you wish to modify this */
    > /* configuration please use the graphical configuration tool found at */
    > /* https://registration.weather.com/ursa/wow/step2 */
    > var wx_config='SZ=300x250*WX=HWC*LNK=TRVL*UNT=F*BGI=se asonal1*MAP=null|null*DN=www.baranyai.us*TIER=0*PI D=1041884257*MD5=3c58e8f6fcb094822fe279ef5830b6f3' ;
    >
    > document.write('<scr'+'ipt src="'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+wx_locID+'?config='+wx_config+'&proto='+document .location.protocol+'&target='+wx_targetDiv+'"></scr'+'ipt>');
    > </script>
    > <!-- cut and paste the above code into your HTML editor -->
    >
    >
    >
    > TIPS FOR A SUCCESSFUL IMPLEMENTATION:
    >
    > * To ensure that you have all of the code, verify that it begins
    > with the tag "<div>" and ends with the tag "</script>."
    > * Please remove any existing Weather On Your Website code before
    > adding the new code.
    > * Make sure that the entire code is all together, and that there are
    > no spaces between any of the elements.
    > * When you paste the code into your HTML editor, please ensure you
    > are pasting it in as plain text, not as HTML. Please refer to your
    > HTML editor help files for instructions on how to paste text
    > correctly.


  4. #4
    LBA
    Guest

    Default Re: Adding Weather.com Code

    Yes. Only things that are relevant and appropriate. It's way too easy
    to get carried away and add things simply because you can. Best advice
    is not to fall into that trap.

    Laurence



    DB wrote:
    > Thanks. Worked great! Now I wonder what other kind of stuff I can add to
    > my site. any suggestions?
    >
    >
    > "LBA" <webdesigns@no2spamabramsnet.com
    > <mailto:webdesigns@no2spamabramsnet.com>> wrote in message
    > news:f5b9l8$a7b5@flsun90netnews01.netobjects.com.. .
    > Create a text box where you want the weather.com stuff to appear, and
    > make it about the width that you think is right. On the Properties
    > Pallette, hit the HTML button. Insert weather.com code.
    >
    > Laurence
    >
    >
    >
    > DB wrote:
    > > On Weather.com they have a feature to "add weather to your web

    > site".
    > > The code and info is listed below. My question is hot to enter

    > this code
    > > within one page in NOF 10? I see HTML Source tab with a bunch of

    > code
    > > but I understand very little. Can this be done. I was hoping to

    > have the
    > > weather in a small box on a page with other into. I do most of my

    > web
    > > sites from the Page Design tab.
    > >
    > >
    > > --------------------
    > >
    > > <!-- cut and paste the below code into your HTML editor -->
    > > <div id="wx_module_578">
    > > <a

    > href="http://www.weather.com/weather/local/18951">Quakertown
    > <http://www.weather.com/weather/local/18951">Quakertown> Weather
    > Forecast, PA (18951)</a>
    > > </div>
    > > <script type="text/javascript">
    > >
    > > /* Locations can be edited manually by updating 'wx_locID'

    > below. Please also update */
    > > /* the location name and link in the above div (wx_module) to

    > reflect any changes made. */
    > > var wx_locID = '18951';
    > >
    > > /* If you are editing locations manually and are adding

    > multiple modules to one page, each */
    > > /* module must have a unique div id. Please append a unique #

    > to the div above, as well */
    > > /* as the one referenced just below. If you use the builder

    > to create individual modules */
    > > /* you will not need to edit these parameters. */
    > > var wx_targetDiv = 'wx_module_578';
    > >
    > > /* Please do not change the configuration value [wx_config]

    > manually - your module */
    > > /* will no longer function if you do. If at any time you wish

    > to modify this */
    > > /* configuration please use the graphical configuration tool

    > found at */
    > > /* https://registration.weather.com/ursa/wow/step2 */
    > > var

    > wx_config='SZ=300x250*WX=HWC*LNK=TRVL*UNT=F*BGI=se asonal1*MAP=null|null*DN=www.baranyai.us*TIER=0*PI D=1041884257*MD5=3c58e8f6fcb094822fe279ef5830b6f3' ;
    > >
    > > document.write('<scr'+'ipt

    > src="'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+wx_locID+'?config='+wx_config+'&proto='+document .location.protocol+'&target='+wx_targetDiv+'"></scr'+'ipt>');
    > > </script>
    > > <!-- cut and paste the above code into your HTML editor -->
    > >
    > >
    > >
    > > TIPS FOR A SUCCESSFUL IMPLEMENTATION:
    > >
    > > * To ensure that you have all of the code, verify that it begins
    > > with the tag "<div>" and ends with the tag "</script>."
    > > * Please remove any existing Weather On Your Website code before
    > > adding the new code.
    > > * Make sure that the entire code is all together, and that

    > there are
    > > no spaces between any of the elements.
    > > * When you paste the code into your HTML editor, please

    > ensure you
    > > are pasting it in as plain text, not as HTML. Please refer

    > to your
    > > HTML editor help files for instructions on how to paste text
    > > correctly.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •