In loving memory of Kenis D. Keathley 6/4/81 - 3/27/22 Loving father, husband, brother, friend and firewood hoarder Rest in peace, Dexterday

Adding weather sticker to your signature

Discussion in 'Hobbies and Interests' started by raybonz, Jan 18, 2014.

  1. raybonz

    raybonz Moderator

    Joined:
    Oct 6, 2013
    Messages:
    4,225
    Likes Received:
    9,757
    Location:
    Carver, Mass.
    Is there anyway to embed code to your signature to display a weather sticker? I have tried many ways and can't get it to work.. Here is the link to the weather stickers:

    http://www.wunderground.com/weather...KMACARVE4&freq=2.5&units=english&lang=EN&MR=1

    I would like to have the weather in a small format like the top sticker at the link . I think it would be interesting to see the weather from everyone's location.

    Is this doable here?

    Thanks,
    Ray
     
    JeffC, jeff_t and WeldrDave like this.
  2. the GOAT

    the GOAT Banned

    Joined:
    Oct 4, 2013
    Messages:
    1,399
    Likes Received:
    2,659
    Location:
    Maine
    You mean like this?
     
    raybonz likes this.
  3. raybonz

    raybonz Moderator

    Joined:
    Oct 6, 2013
    Messages:
    4,225
    Likes Received:
    9,757
    Location:
    Carver, Mass.
    Exactly! Can this be done with weather underground too Mike? Love it nerdboy! :D:thumbs:
     
  4. the GOAT

    the GOAT Banned

    Joined:
    Oct 4, 2013
    Messages:
    1,399
    Likes Received:
    2,659
    Location:
    Maine
    Probably, never tried
     
  5. the GOAT

    the GOAT Banned

    Joined:
    Oct 4, 2013
    Messages:
    1,399
    Likes Received:
    2,659
    Location:
    Maine
    Here you go
    [​IMG]
     
  6. raybonz

    raybonz Moderator

    Joined:
    Oct 6, 2013
    Messages:
    4,225
    Likes Received:
    9,757
    Location:
    Carver, Mass.
  7. raybonz

    raybonz Moderator

    Joined:
    Oct 6, 2013
    Messages:
    4,225
    Likes Received:
    9,757
    Location:
    Carver, Mass.
    Finally figured out what I did wrong.. The new weather stickers aren't as nice as the original ones though :( They changed them all recently it appears..
     
  8. raybonz

    raybonz Moderator

    Joined:
    Oct 6, 2013
    Messages:
    4,225
    Likes Received:
    9,757
    Location:
    Carver, Mass.
    Yup I think it's a great idea Mike!

    Ok here's the deal folks:

    • Go to http://www.wunderground.com/stickers/classic.html?query=San Francisco, California&MR=1
    • Select your location
    • Look at the weather stickers to see what you prefer
    • Right click the sticker you want
    • From the pop up dialog box click "Copy image location"
    • Open forum then click on the image icon in either the post box and/or your signature
    • An image url box will pop up
    • Paste the code into this box
    • Click insert
    • Voila you're done!

    Ray
     
    HDRock and Luneyburg like this.
  9. raybonz

    raybonz Moderator

    Joined:
    Oct 6, 2013
    Messages:
    4,225
    Likes Received:
    9,757
    Location:
    Carver, Mass.
    [​IMG]
    MM can you make the post with the tutorial on how to add weather sticker a sticky in the forum?

    Thanks,
    Ray
     
    MasterMech likes this.
  10. the GOAT

    the GOAT Banned

    Joined:
    Oct 4, 2013
    Messages:
    1,399
    Likes Received:
    2,659
    Location:
    Maine
    That's how I did it at first -- look at the HTML code that is generated for the sticker by wunderground.com.

    Should look something like this:
    HTML:
    <a href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:04967.1.99999&bannertypeclick=wu_bluestripes"><img src="http://weathersticker.wunderground.com/cgi-bin/banner/ban/wxBanner?bannertype=wu_bluestripes&airportcode=KWVL&ForcedCity=Pittsfield&ForcedState=ME" alt="Click for Pittsfield, Maine Forecast" height="90" width="160" /></a>
    
    

    You only want the part in quotes after 'img src='
    Copy and paste only what is in quotes immediately after
    Add IMG tags before and after the link you just copied
    The finished code looks like this
    Code:
    [img]http://weathersticker.wunderground.com/cgi-bin/banner/ban/wxBanner?bannertype=wu_bluestripes&airportcode=KWVL&ForcedCity=Pittsfield&ForcedState=ME[/img]

    Screen Shot 2014-01-25 at 1.50.16 PM.png

    [​IMG]
     
    Last edited by a moderator: Jan 25, 2014
  11. MasterMech

    MasterMech The Mechanical Moderator

    Joined:
    Oct 2, 2013
    Messages:
    9,538
    Likes Received:
    25,551
    Location:
    Greenville County SC
    I'm going to leave it unlocked for now. If your happy with it or want me to leave it unlocked, let me know.
     
  12. the GOAT

    the GOAT Banned

    Joined:
    Oct 4, 2013
    Messages:
    1,399
    Likes Received:
    2,659
    Location:
    Maine
    Is there a block in the forum software preventing us from embedding flash objects? The PWS (adobe flash) won't embed.

    Maybe I don't understand bbcode, I thought this would work.

    [flash=http://www.wunderground.com/swf/pws...RG18&freq=2.5&units=english&lang=EN]width=500 height=500[/flash]



    This works in HTML
    HTML:
    <object width="400" height="400" data="http://www.wunderground.com/swf/pws_mini_rf_nc.swf?station=KCOEVERG18&freq=2.5&units=english&lang=EN">
    </object>
     
  13. raybonz

    raybonz Moderator

    Joined:
    Oct 6, 2013
    Messages:
    4,225
    Likes Received:
    9,757
    Location:
    Carver, Mass.
    Doesn't seem to make any difference over what I have done Mike.. Am I missing something here?

    Ray
     
  14. the GOAT

    the GOAT Banned

    Joined:
    Oct 4, 2013
    Messages:
    1,399
    Likes Received:
    2,659
    Location:
    Maine
    Nope, just a different way to get to the same place. I didn't try the right click/embed at first - figured you had already tried it :)

    Your way is quicker.

    But it bugs me that I can't get the PWS flash to embed.
     
    Last edited by a moderator: Jan 25, 2014
    raybonz likes this.
  15. raybonz

    raybonz Moderator

    Joined:
    Oct 6, 2013
    Messages:
    4,225
    Likes Received:
    9,757
    Location:
    Carver, Mass.
    Yup the original sticker was flash and much nicer but looks like they don't have it anymore.. My weather station is not one used at weather for you . com.. Wunderground is set up for my setup though..
     
  16. raybonz

    raybonz Moderator

    Joined:
    Oct 6, 2013
    Messages:
    4,225
    Likes Received:
    9,757
    Location:
    Carver, Mass.
    We're getting close MM.. Just trying to figure the best and easiest way for forum members to add the stickers..

    Thanks,
    Ray
     
  17. the GOAT

    the GOAT Banned

    Joined:
    Oct 4, 2013
    Messages:
    1,399
    Likes Received:
    2,659
    Location:
    Maine
    The sticker is still there

    http://www.wunderground.com/weather...KMACARVE4&freq=2.5&units=english&lang=EN&MR=1


    But the first two with more info are SWF files. Embedding them as an image won't work. And the embed media button on this forum limits which sites you can embed content from.
    You may embed media from the following sites:
    I guess a mod would need to allow content from wunderground or allow flash content to be embedded.
     
    raybonz likes this.
  18. raybonz

    raybonz Moderator

    Joined:
    Oct 6, 2013
    Messages:
    4,225
    Likes Received:
    9,757
    Location:
    Carver, Mass.
    Yup I just tried and found this before you posted and I agree the forum will not allow this link.. Guess my method is the easiest way for others to achieve the more basic weather sticker.. Your way does the same thing but would be harder for non-html people to do.. What do you think Mike?

    Ray
     
  19. the GOAT

    the GOAT Banned

    Joined:
    Oct 4, 2013
    Messages:
    1,399
    Likes Received:
    2,659
    Location:
    Maine
    Your how-to is the way to go -- I was just posting the 'behind the scenes' for people to understand how to go from the HTML generated by wuderground to BBcode this site uses.
     
    raybonz likes this.
  20. MasterMech

    MasterMech The Mechanical Moderator

    Joined:
    Oct 2, 2013
    Messages:
    9,538
    Likes Received:
    25,551
    Location:
    Greenville County SC
    You gotta talk to Scotty about that. We can't change those settings.