WordPress Integration
Last updated
Last updated
If you are looking to integrate your website with WordPress, you have 3 methods:
Theme builders such as Elementor Pro or Divi provide the option to add code to the site footer.
Simply add the provided script tag to your website’s HTML footer using your theme builder.
By using plugins like Code Snippets or WP Code, you will be able to add the snippet directly to the site footer.
Simply add the script tag to your website’s HTML footer using your code plugin.
Functions.php
file in your WP theme (Advanced)You can also use this PHP script to embed the widget directly into the site through the functions.php file. Make sure to have a child theme to avoid data deletion when updating the theme.
Add the function below to the file using the theme file editor, or by manually editing the PHP file through your file manager.
Looking for styling options? Please refer Convo Connector.