WordPress Integration

Integrate Chatplugify with your WordPress website using our plugin or manual installation methods.

WordPress Integration Tutorial

Coming Soon - Complete WordPress setup guide

Plugin Installation (Recommended)

Chatplugify WordPress Plugin

Our official WordPress plugin makes integration simple with just a few clicks.

1

Upload Plugin

Go to WordPress Admin → Plugins → Add New → Upload Plugin

Navigation path:

Dashboard → Plugins → Add New → Upload Plugin

2

Activate Plugin

After uploading, click "Activate Plugin" to enable Chatplugify on your site.

Plugin features:

  • • Easy configuration dashboard
  • • Automatic updates
  • • WordPress admin integration
  • • Theme compatibility
3

Configure Settings

Navigate to Settings → Chatplugify to configure your widget settings.

Configuration options:

  • • API key setup
  • • Widget positioning
  • • Color customization
  • • Display rules

Manual Installation

1

Access Theme Editor

Go to WordPress Admin → Appearance → Theme Editor

Important:

Always backup your theme before making changes. Consider using a child theme.

2

Edit Footer.php

Add the Chatplugify code to your footer.php file before the closing </body> tag.

<!-- Add this before </body> tag --> <script> window.chatplugifySettings = { apiKey: "YOUR_API_KEY_HERE", position: "bottom-right", primaryColor: "#005B63", accentColor: "#F45500" }; </script> <script src="https://cdn.chatplugify.com/widget.js" async></script>

Troubleshooting

Common Issues

Widget not showing

Check if the script is properly placed and API key is correct.

Theme conflicts

Some themes may override widget styles. Contact support for help.

Mobile issues

Ensure your theme is mobile-responsive and test on different devices.

Best Practices

Use Child Themes

Prevent losing customizations during theme updates.

Regular Backups

Always backup before making theme modifications.

Test Thoroughly

Check widget functionality on different pages and devices.