• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[ALL ACCS] LiveChat java

God Mythera

Veteran OT User
Joined
Aug 11, 2012
Messages
2,050
Solutions
2
Reaction score
258
Location
United States
Want to have a Live Chat for your site but cant find one? Look no further!

Just follow these small and simple steps!

1) Go to Live Chat
2) Sign Up
3) Put the javascript into your Latestnews.php

It will look like this:
<!-- Start of LiveChat (www.livechatinc.com) code -->
<script type="text/javascript">
window.__lc = window.__lc || {};
window.__lc.license = 0000000;
(function() {
var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
})();
</script>
<!-- End of LiveChat code -->

DO NOT USE THIS CODE, I TOOK MY LICENSE OUT SO IT CANNOT BE STOLEN!

Also at last the live chat will show at the bottom right of your site and will look like this

LJlDO8E.png
 
If you put it into latestnews.php it will not show up on other pages am i wrong?
If so, I would recommend to put it into layout.php instead..
 
If you put it into latestnews.php it will not show up on other pages am i wrong?
If so, I would recommend to put it into layout.php instead..
Thats correct if you apply the code into latestnews.php the form will only show up on that page.

funny the one im using is free : p there is upgrade but i wont use it xd
Seems like you're using Tawk.to on your website now? huh.
 
I am using tawk.to on my website :) Been working nice so far :P
 
Back
Top