Last active
July 8, 2021 08:53
-
-
Save wasalwayshere/aaaa1e5f993e1ff4c48cf83e2e23dd5d to your computer and use it in GitHub Desktop.
Sonetel Chat App - Wordpress Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** 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