Skip to content

Instantly share code, notes, and snippets.

Created August 18, 2017 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/116919fd6eecce3406e7f4c9f2143df9 to your computer and use it in GitHub Desktop.
Save anonymous/116919fd6eecce3406e7f4c9f2143df9 to your computer and use it in GitHub Desktop.
function travel_eye_child_embed() {
?>
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5996ad8cdbb01a218b4dcf9b/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<?php
}
add_action( 'wp_footer', 'travel_eye_child_embed', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment