Archived topic
Add Live Chat - last body tag
2 replies · Started by Matthias on June 10, 2020
hi there,
i am trying out to add a live chat to my wordpress site.
The chat software offers a code you can paste onto your site.
There it says:
To install Livechat in your website, copy & paste this code above the last </body> tag on your site.
I am not sure where that is ;)
Could you help me out?
Use the wp_footer hook to insert it
Hi there,
as Ash says ( thanks Ash ) the wp_footer hook is the place to add it.
You can do that using the Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
Simply add the code to the text area.
Select WP_footer from the hook list.
Then set the Display Rules to Entire Site ( or the pages you want it to be displayed)