HowToPlaza.com

How to wisdom from across the Internet — want to know how to do something? You may find the solution here.


How To Put Yahoo! And Skype Icons Or Buttons On Your Website?

Want people to be able to call you on Skype when they visit your website? Do you want people to know that you are online on Yahoo! messenger and they can initiate a chat session by simply clicking the icon or the button on your website? This is a very good way of encouraging your visitors to contact you immediately especially if you conduct business through your website.

Normally when you are online the two icons look like:

Yahoo! Online
Skype Online

These icons change color or text when you are offline so that your visitors know when they can contact you directly.

Putting Yahoo! chat icon or button

Putting a Yahoo! chat icon is very easy. You can have it as a text link or a graphic link. In order to have a text link, just use this sort of HTML tag:

Note: There are some line-breaks in the code that you’ll have to manually remove.

<a href = 'ymsgr:sendim?your_yahoo_id'>Send me a message</a>

Replace "your_yahoo_id" with your actual Yahoo! id.

And if you want a graphic icon, use this:

<a href = 'ymsgr:sendim?your_yahoo_id'>
   <img src='http://opi.yahoo.com/online?u=your_yahoo_id&m=g&t=2'

 border=0></a>

The value of t can vary according to the sort of icon you want.

Putting Skype icon or button

Although you can easily log into your Skype account and find out how to put a Skype button on your website, if you don’t want to go to all that trouble, you can simply use this code:

<script type="text/javascript"
   src='http://download.skype.com/share/skypebuttons/js/skypeCheck.js'>

</script> 

<a href='skype:your_skype_id?call'>

<img src='http://mystatus.skype.com/balloon/your_skype_id'

 style='border: none;' width='150' height='60'

 alt='My status' /></a>

You can customize the button by logging into your Skype account. Before you can use the Skype status icon you’ll need to change your Skype privacy settings.

AddThis Social Bookmark Button

Posted by Amrit | Tags: Uncategorized


You can leave a response, or trackback from your own site.

5 Responses to “How To Put Yahoo! And Skype Icons Or Buttons On Your Website?”

  1. Paul Glanville Says:

    Neato!

    I’m going to try this out!

    Thanks!

    GKP

  2. agentmax69 Says:

    thank’s a lot man… it work’s ^^

  3. chinni Says:

    chinnu this is the yahoo link to put my web page html code part, if users are click this link directly open the yahoo massanger, so how to put skype link , plz replay me

  4. Ihwan Says:

    Thx for your useful info ;)

  5. Roxy Says:

    thanks for sharing :)

    Best Wishes
    Roxy
    Web designer

Leave a Reply