[Support request] Add Live Chat – last body tag

Home Forums Support [Support request] Add Live Chat – last body tag

Home Forums Support Add Live Chat – last body tag

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1321653
    Matthias

    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?

    #1321663
    Ash

    Use the wp_footer hook to insert it

    #1321798
    David
    Staff
    Customer Support

    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)

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.