WordPress Integration Guide

Complete guide to integrate CallMeBack with WordPress

Setup time: 5-10 minutes
Difficulty: Easy
Compatible versions: WordPress 5.0+

Integrate CallMeBack with your WordPress website to capture leads from contact forms, blog posts, and pages. WordPress powers 40%+ of all websites worldwide, making it one of the most popular platforms for CallMeBack integration.

Prerequisites

  • A CallMeBack account - Sign up here
  • Your CallMeBack integration code from your dashboard
  • WordPress admin access (Administrator role required)
  • WordPress version 5.0 or higher (recommended: latest version)
  • Active WordPress theme (any theme works)

Integration Methods

Plugin Integration

3-5 minutes Easy

The easiest and most reliable method using a WordPress plugin that handles all the technical details for you.

1

Install Insert Headers and Footers Plugin

This free plugin allows you to easily add code to your website without editing theme files.
  1. Go to your WordPress admin dashboard
  2. Navigate to Plugins → Add New
  3. Search for 'Insert Headers and Footers' by WPBeginner
  4. Click Install Now and then Activate
# Plugin Name: Insert Headers and Footers
# Active Installs: 2+ million
# Rating: 4.6/5 stars
Important Note
This plugin is actively maintained and trusted by millions of WordPress users worldwide.
2

Add CallMeBack Code

Insert your CallMeBack integration code into the plugin settings.
  1. Navigate to Settings → Insert Headers and Footers
  2. Paste your CallMeBack code in the Scripts in Header section
  3. Click Save button
  4. Visit your website to verify the CallMeBack widget appears
<script>
// Your CallMeBack code goes here
(function() {
  var script = document.createElement('script');
  script.src = 'https://widget.callmebackbutton.com/widget.js';
  script.setAttribute('data-account', 'YOUR_ACCOUNT_ID');
  document.head.appendChild(script);
})();
</script>
Important Note
Replace 'YOUR_ACCOUNT_ID' with your actual account ID from your CallMeBack dashboard.
3

Test Integration

Verify that CallMeBack is working correctly on your WordPress site.
  1. Open your website in a new browser tab
  2. Look for the CallMeBack widget (usually appears as a floating button)
  3. Test the callback form by filling it out
  4. Check your CallMeBack dashboard for the test lead
Important Note
If you don't see the widget immediately, try clearing your browser cache or checking in an incognito/private window.

Troubleshooting

Still having issues?

Can't find the answer you're looking for? Our support team is here to help with your integration.

Contact Support

Next Steps

Configure CallMeBack

  • Set up your business hours and timezone
  • Configure callback phone numbers
  • Set up email notifications
  • Add team members to your account

Advanced Features

  • Set up custom form templates
  • Configure lead scoring rules
  • Integrate with your CRM
  • Set up automated workflows

Need Help?

Our support team is here to help you with your integration.

Contact Support
Cookie Policy %>