1. Find the JS snippet
To install a widget on a WordPress site, you first need to add it to the “Authorized Sites”list:

Next, you need to add theJavaScript code snippetto the of each webpage - you can find it under the “ Settings”tab in the widget settings:


2. Manage the WordPress Control Panel
You can install the “ Insert Headers and Footers”plugin, which can be used to manage scripts - go to “Plugins” > “Add New”, find the plugin and activate it.
Once done, go to “Settings”, then select “ Insert Headers and Footers”. You will find the sectionHeader Scriptswith Scripts in the Footer.The first part is where you need to insert the JS code snippet:


Note: You can only insert the JS code snippet once.
If it is an embeddable widget, you also need to insertEmbed code:

Go to the sidebar onPosts, select the post where you want to place the widget, and then insert the “embed code” as HTML in the position you want it to display. Here’s an example of how to add a Checkbox widget:

Update the post, ensure the widget is activated in ManyChat, and check your website:

Look, you’re done! :)
If you still cannot display the widget properly, try using the Check tool for that widget. For more information on the “Check” feature, see Here.