- Joined
- Nov 18, 2017
- Messages
- 3
- Reaction score
- 1
- First Language
- english
- Primarily Uses
- RMMV
Hi and sorry up infront if im posting this in the wrong place.. Would it be possible to add somthing like this into a plugin?
If so how?
Website : https://chatwing.com/
Javascript code provides a better performance for your website. It is the recommended way to embed ChatWing into your website. You will not need to update the code in your website after changing the options
Put this code in your <head> section or right before </body>
Code :
<script type="text/javascript">
(function(d) {
var cwjs, id='chatwing-js'; if(d.getElementById(id)) {return;}
cwjs = d.createElement('script'); cwjs.type = 'text/javascript'; cwjs.async = true; cwjs.id = id
cwjs.src = "//chatwing.com/code/4e0c9900-839e-11e8-b0eb-e7e670e35d64/embedded";
d.getElementsByTagName('head')[0].appendChild(cwjs);
})(document);
</script>
Put this where you want to display the chatbox
Code :
<div id="chatwing-embedded-4e0c9900-839e-11e8-b0eb-e7e670e35d64"></div>
Or
https://www.pubnub.com/tutorials/chatengine/javascript/basic-web-chat/
Thanks for your help and sorry that i'm in my baby steps in understanding somthing from JS ^^.
If so how?
Website : https://chatwing.com/
Javascript code provides a better performance for your website. It is the recommended way to embed ChatWing into your website. You will not need to update the code in your website after changing the options
Put this code in your <head> section or right before </body>
Code :
<script type="text/javascript">
(function(d) {
var cwjs, id='chatwing-js'; if(d.getElementById(id)) {return;}
cwjs = d.createElement('script'); cwjs.type = 'text/javascript'; cwjs.async = true; cwjs.id = id
cwjs.src = "//chatwing.com/code/4e0c9900-839e-11e8-b0eb-e7e670e35d64/embedded";
d.getElementsByTagName('head')[0].appendChild(cwjs);
})(document);
</script>
Put this where you want to display the chatbox
Code :
<div id="chatwing-embedded-4e0c9900-839e-11e8-b0eb-e7e670e35d64"></div>
Or
https://www.pubnub.com/tutorials/chatengine/javascript/basic-web-chat/
Thanks for your help and sorry that i'm in my baby steps in understanding somthing from JS ^^.

