Site logo

Archived topic

Add Live Chat - last body tag

2 replies · Started by Matthias on June 10, 2020

Viewing posts 1–3 of 3

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)

This archived topic is closed to new replies.