Embed gtalk on your own web page


How to Embed gtalk on your own web page, As we know Google Talk is an instant messaging service built on open protocols Google has opened its IM (Instant Messaging) service so that you can hook your own client applications into the Google Talk service, really it is pretty easy , to do this we need to explore google talk API  (talkgadget)  , using this API we can implement/embed  gtalk on our web page . Of course we should have little bit knowledge of HTML (Hyper Text Markup Language) which is used to create visual appearance to user. Click here to Download Demo.
Code:
  1. <!-- Author:  Mohammad Usman
  2.     Date  : 01/09/2011      -->
  3. <title>Gtalk Example</title>
  4. </head>
  5. <body style="width:300px;height:446px;">
  6.   <iframe src="http://talkgadget.google.com/talkgadget/client" scrolling="auto" frameborder="0"  
  7.              style="overflow:hidden; width: 300px; height: 446px;">
  8.   </iframe>
  9. </body>
  10. </html>


No comments:

Post a Comment

Comment On Facebook