Thursday 24 September 2009

Google Talk Button(Gtalk button)

Instead of using the integrated flash version of Google Talk, this simple gadget uses their code to create a button that launches it in a pop-up window.height and width can be changed and adjusted as per need.

Some more -
Another Gtalk Button/gadget- Add Gtalk live chat to your blog
Google friend connect in various form.

Instructions.

  1. Copy the below code
  2. sign in to dashboard and go to layout->page elements
  3. ADD a gadget any where u like and choose htl/javascript from the popup window
  4. paste our code and save

preview:



Add this gadget to your webpage

CODE:

<!--<script src="http://talkgadget.google.com/talkgadget/button" type="text/javascript"></script>-->
<a href="#" onClick="window.open('http://talkgadget.google.com/talkgadget/popout', 'gtalkgadget', 'status=0,toolbar=0,location=0,menubar=0,resizeable=1,scrollbars=0,height=450,width=300')">
<img src="http://talkgadget.google.com/talkgadget/popout-gadgetbutton.gif" border="0" /></a>

No comments:

Post a Comment