Embed GTalk in webpage

Interact with GTalk from webpage, use gtalk: commands. gtalk: command list <a href="gtalk:chat?jid=[USERNAME]">Contact me in GTalk</a> -- For Chat <a href="gtalk:call?jid=[USERNAME]">Voice Chat</a>  -- For voice chat Replace [USERNAME] with you gmail ID. and end user must install GTalk. Thanks, Naga Harish. Get more IM's details here http://shareourideas.wordpress.com/tag/embed-ims-in-website/
Read More

Embed Windows Live Messenger in web page

msnim: command How to use Windows Live Messenger (MSN) functions in web page? Command list :- Use this file command we can add, chat, voice and video chat too.. <a href="msnim:chat?contact=[USERNAME]">Contact us</a>  -- To chat <a href="msnim:add?contact=[USERNAME]">Add me</a> -- Add to contact list <a href="msnim:voice?contact=[USERNAME]">Voice chat</a>  -- Strat voice chat <a href="msnim:video?contact=[USERNAME]">Video conversation</a>    -...
Read More

How to get elements with contains text with help of jQuery

Get the elements which contains specified text inside the element(inner html) In this post I am going to explain about how to get elements which elements have specified text in that innerhtml. For example I have list of items with some contains. So, now we want to get the element which contains "jQuery". Example here :- Example html code :- <ol id="list" type="digit"> <li>I love <b>jQuery</b>.</li> <li>Java script is Basic</li> <li>Now a days j...
Read More