One To One Messaging On WebSite
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjh-Q06K3x42wcFdk4A6zuNxBRUZ6I8GQa0SKkhHY7qZnVSsxhk5yUC2T8cTOElf6SpADhl89ISedQmIetENMcc5D2s8HxUQKlon0hrWh1A3Z2HR1pActrSPe_XBoWPo3Z6G8Wp2gQ6BZc/s200/index.jpg)
For Beginners and Professionals If you want to integrate one to one messaging for your website Simple Copy below Code and Paste in Any Where In Your HTML Page. Testing : Open your website on more than two computers and start messaging. <div><input id=input placeholder=you-chat-here /></div> Chat Output <div id=box></div> <script src=http://cdn.pubnub.com/pubnub.min.js></script> <script>(function(){ var pubnub = PUBNUB.init({publish_key:'demo',subscribe_key:'demo',ssl:true}); var box = PUBNUB.$('box'), input = PUBNUB.$('input'), channel = 'chat'; pubnub.subscribe({ channel :...