Skip to content

Instantly share code, notes, and snippets.

@wasalwayshere
Last active July 8, 2021 08:53
Show Gist options
  • Save wasalwayshere/aaaa1e5f993e1ff4c48cf83e2e23dd5d to your computer and use it in GitHub Desktop.
Save wasalwayshere/aaaa1e5f993e1ff4c48cf83e2e23dd5d to your computer and use it in GitHub Desktop.
Sonetel Chat App - Wordpress Install
/** Sonetel Chat-App - Add this snippet your theme functions.php file **/
add_action('wp_footer', 'wp_hook_javascript_footer_sonetel');
function wp_hook_javascript_footer_sonetel() {
?>
<!-- REPLACE <script> with code from "Install using Javascript snippet" -->
<script async id="slcLiveChat" src="https://widget.sonetel.com/SonetelWidget.min.js" data-account-id="#"></script>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment