Remove tawk.to Branding & White Label [tawk.to plugin]

B

biggidroid

Guest
Have you been wondering a method to change or remove tawk.to branding from your website live chat.

17512

You have come to the right developer's post, in this post i will show you how you can remove the tawk.to branding.

Requirements:
  • Sublime text, or any text editor
  • Ability to access your website cpanel
At the end of this post your tawk.to branding will be removed

What to do to change it:
  • Navigate to your tawk.to plugin directory
  • Locate tawkto-live-chat/templates/widget.php
  • Goto line 13 where you will find s1.src='https://embed.tawk.to/<?php echo $page_id ?>/<?php echo $widget_id ?>';
  • Copy only the url out https://embed.tawk.to/<?php echo $page_id ?>/<?php echo $widget_id ?> to find your page id and widget id
Now to your wordpress dashboard
  • Navigate to plugin editor !You will get a notification about editing plugin, just click i understand.
  • At the top right of your plugin editor change to tawk.to
  • At the right side of the editor click templates and select settings.php
  • At line 106 you will find echo "<h2>Property and widget is already set.</h2>";
  • Now add the code you copied earlier before the closing tag of the h2 like this echo "<h2>Property and widget is already set. <a href='https://embed.tawk.to/".$page_id."/".$widget_id."' target='_blank'>My ID</a></h2>";
Getting your JS from tawk.to:
  • Now navigate to tawk.to dashboard where you find Property and widget is already set.
  • Beside you will see the link we added earlier
  • Click the link to get your personal JS from tawk.to then copy the JS to your sublime text editor
  • Now let save it as your-name.js
  • After that find this words <b>tawk.to</b>
  • Here is what you will delete <span class="thin">We\'re</span> <img class="emojione" alt="\u26a1" title="⚡" src="https://cdn.jsdelivr.net/emojione/assets/png/26a1.png…"> by <b>tawk.to</b>
Back to your Cpanel:
  • Now back to your cpanel
  • Navigate to the plugin directory plugins/tawkto-live-chat/templates/
  • Create a new folder under the templates folder naming it hide-tawk-branding
  • Inside the folder hide-tawk-branding upload your saved script.
Now all done! 😜

You have successfully remove tawk.to branding for life.

Having any issues?
Am always ready to help.

Happy development. 😜😘
 

Attachments

  • Capture.PNG
    Capture.PNG
    77.8 KB · Views: 145
Last edited by a moderator:

aresela

Active member
Apr 3, 2019
144
20
28
Have you been wondering a method to change or remove tawk.to branding from your website live chat.

View attachment 17442

You have come to the right developer's post, in this post i will show you how you can remove the tawk.to branding.

Requirements:
  • Sublime text, or any text editor
  • Ability to access your website cpanel
At the end of this post your tawk.to branding will be removed

Preview at my website:
https://www.adeleyeayodeji.com/

What to do to change it:
  • Navigate to your tawk.to plugin directory
  • Locate tawkto-live-chat/templates/widget.php
  • Goto line 13 where you will find s1.src='https://embed.tawk.to/<?php echo $page_id ?>/<?php echo $widget_id ?>';
  • Copy only the url out https://embed.tawk.to/<?php echo $page_id ?>/<?php echo $widget_id ?> to find your page id and widget id
Now to your wordpress dashboard
  • Navigate to plugin editor !You will get a notification about editing plugin, just click i understand.
  • At the top right of your plugin editor change to tawk.to
  • At the right side of the editor click templates and select settings.php
  • At line 106 you will find echo "<h2>Property and widget is already set.</h2>";
  • Now add the code you copied earlier before the closing tag of the h2 like this echo "<h2>Property and widget is already set. <a href='https://embed.tawk.to/".$page_id."/".$widget_id."' target='_blank'>My ID</a></h2>";
Getting your JS from tawk.to:
  • Now navigate to tawk.to dashboard where you find Property and widget is already set.
  • Beside you will see the link we added earlier
  • Click the link to get your personal JS from tawk.to then copy the JS to your sublime text editor
  • Now let save it as your-name.js
  • After that find this words <b>tawk.to</b>
  • Here is what you will delete <span class="thin">We\'re</span> <img class="emojione" alt="\u26a1" title="⚡" src="https://cdn.jsdelivr.net/emojione/assets/png/26a1.png…"> by <b>tawk.to</b>
Back to your Cpanel:
  • Now back to your cpanel
  • Navigate to the plugin directory plugins/tawkto-live-chat/templates/
  • Create a new folder under the templates folder naming it hide-tawk-branding
  • Inside the folder hide-tawk-branding upload your saved script.
Now all done! Can you make this tutorial video sir? I dont understand this step by step

You have successfully remove tawk.to branding for life.


Having any issues?
Am always ready to help.

Contact me:
Adeleye Ayodeji
+2347034803384

Happy development. 😜😘

Can you make this tutorial video sir? I dont understand this step by step
 
  • Like
Reactions: jbburayag

haksxsx

Well-known member
Trusted Seller
Trusted Uploader
Dec 21, 2018
901
889
93
Internet
Nice share, I already had this hack in hand, if I had known that people wanted this I would have already given it up here, maybe not the video version, ;)
 

john119

New member
Aug 19, 2019
19
4
3
hey @biggidroid

First of all, thank for sharing good stuff and we note that one point in your post, you have missed one big step in this post Because of that tawk.to branding not remove.

When we create your-name.js, we miss add this file path in our php file so we add one new step :-

go to below path and open file
tawkto-live-chat(our plugin file)/tawkto.php
go to line no 46 and add below code
wp_enqueue_script( 'tawk_custom_script', plugins_url( 'templates/hide-tawk-branding/your-name.js' , __FILE__) );

Save it
And enjoy ;)
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu