Topic: Chat Support Live
Hi there!
I am making a new Plugin for Chat/Support with real life chat for you all use it on your monstra cms installation!
I managed to create the plugin and i am testing it now for further details.
Here is a bit of the code for you all
Here when the user comes in to your link, they must define the username for the chat ( I am testing to use it with Monstra Users ).
// ask user for name with popup prompt var name = prompt("Enter your chat name:", "Guest"); // display name on page $("#name-area").html("You are on the Chat Support Area with the name: <span>" + name + "</span>");
Now the code for the chat is very simple:
<form id="send-message-area"> <p>Your message: </p> <textarea id="sendie" maxlength = '100' ></textarea> // we can define more letters then 100 </form>
I will keep you all posted, but relax i will not take much time as i am finnishing this for you all
Let me know what you think about it and ideias are very welcome
Best regards!
:: ATTENTION ::
Need help? Login at your account at: http://monstracreative.com/users/login. -> You have a excellent support center at our website!