how to display rooms when entering the html5 chat ?
Go to you admin panel, in the config tab, check this option:
The rooms will be displayed when entering the chat:
Go to you admin panel, in the config tab, check this option:
The rooms will be displayed when entering the chat:
Say hello to new french user: Rezocoquin
Rezocoquin french swinggers is a french social adult dating website that extensively uses html5-chat : as peer2peer chat solution for his one2one chat and as group chat.
Guest webcam chat is totally free: you can test it here
You can now pay per month with your paypal account.
Price per month for unlimited videos chat is : $20
Purachse link: https://html5-chat.com/purchase
We opened a new google groups for technical assist and general discussions.
So please don’t be shy and join us at:
https://groups.google.com/forum/#!forum/html5-chat
ex: we want to login as John, whose sex is male an whose avatar is external url: https://html5-chat.com/img/malecostume.svg
(let assume our script id is 1544 and token is 5a0440c6c992c)
<php $avatar = base64_encode(‘https://html5-chat.com/img/malecostume.svg’); ?>
Invisible admin: Allows to enter as invisible user to supervise your users.
CanOpenAnyWebcam : allows to display any webcam, including these who are private
You will find these features into your chat admin panel
We recently added new feature: display info about user inside the chat.
Go to your admin panel and choose chat config->users management.
Then enter the script you want to be executed when right click on user inside the text input “Add context menu ‘userInfo'”
ex: enter there
bootbox.alert(‘Custom javascript about <b>{username}</b><br>You can redirect to your own script or url with parameter: username’);
when user right click on an user, it will show the context menu “user Info”. If user clicks on that item, the javascript bootbox.alert(..) will be executed.
Notice that you have a dynamic field called {username} where you get the username. This is useful to make an ajax call and retrieve data about the user or open an url such as userInfo.php?username=username
Now you can easily add a quiz game directly to your html5.
Fo your your admin panel
Then assign a quiz to a room and set the start date and end date.
Finally add questions.
You can also add visual questions: for that use the FlickR plugin we created:
and type in a keyword (ex: Einstein)
Then choose the adequate image to your quiz
Once the quiz created, it will start automatically on the defined date and stop at the defined date. A random question will be chosen between those created. First user to correctly answer to the question will win.
Now, it is possible to add html5chat to you WP blog.
Use our html5chat plugin.
You can get the plugin from:
https://wordpress.org/plugins/html5-chat/
here is a an integration sample