-
AuthorPosts
-
July 25, 2017 at 7:50 am #829400
Hello,
Where would I install the MANYCHAT script that I’ve been given?
The directions states to install code on the header of the wordpress site
The code is below in the private content area
Thank you in advance
July 26, 2017 at 10:00 am #830059Hey alexbanaga,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Best regards,
John TorvikApril 16, 2018 at 11:53 pm #942825Hi I also need help installing the manychat JavaScript code on my website. http://www.nutrifitchick.com
Could you assist with this please?
April 17, 2018 at 8:27 am #943005Hi Unique1der,
What is the exact code you need to add and where should it go?
Best regards,
RikardApril 18, 2018 at 6:35 pm #943714Hi the code should be in the head of my website. Could you assist with this please.
April 18, 2018 at 6:50 pm #943724Hi,
This shows you how to properly enqueue a script to WordPress:
Alternatively, you can add the script directly within the header.php file.
Best regards,
Jordan ShannonApril 19, 2018 at 9:50 pm #944325Thank you. I don’t really know about code etc. Where would I locate the header php file
Rennique
April 19, 2018 at 9:56 pm #944329Hi,
This file can be found either directly within the theme folder. Alternatively, you can go to appearance > editor > header.php within the dashboard.
Best regards,
Jordan ShannonApril 20, 2018 at 2:05 pm #944585Thank you
Rennique
April 20, 2018 at 5:38 pm #944656Hey Unique1der,
No problem at all my friend. Did you need addtional help with this topic?
Best regards,
Jordan ShannonAugust 24, 2018 at 1:05 pm #1001189I still can’t figure out how to do this.. Because of the warnings, I am hesitant to change any code in the editor.
August 25, 2018 at 6:53 am #1001486Hi simstub,
Please try adding this to the very bottom of the functions.php file on your child theme:
function simstub_add_many_chat_script(){ ?> <script src="//widget.manychat.com/1072990022852004.js" async="async"></script> <?php } add_action('wp_head', 'simstub_add_many_chat_script');Best regards,
RikardAugust 27, 2018 at 11:08 am #1002194It works, thanks!!
August 27, 2018 at 3:52 pm #1002323Hi simstub,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.
