Ghost Integration Guide
Complete guide to integrate MyFormCapture with Ghost
Integrate MyFormCapture with your Ghost blog to capture leads from newsletter signups, contact forms, and content engagement. Ghost powers thousands of professional publications and blogs worldwide.
Prerequisites
- A MyFormCapture account - Sign up here
- Your MyFormCapture integration code from your dashboard
- Ghost site admin access
- Ghost 4.x or 5.x installation
- Access to Ghost theme files (for advanced integration)
Integration Methods
Code Injection
Use Ghost's built-in Code Injection feature to add MyFormCapture site-wide. This is the easiest and most reliable method.
Access Code Injection Settings
- Log into your Ghost admin panel
- Go to Settings (gear icon)
- Click Code Injection
- You'll see Site Header and Site Footer sections
Important Note
Add MyFormCapture to Site Header
- Click in the Site Header text area
- Paste your MyFormCapture integration code
- Click Save
- The code will be active immediately on all pages
<!-- MyFormCapture Integration for Ghost -->
<script>
(function() {
var script = document.createElement('script');
script.src = 'https://widget.callmebackbutton.com/widget.js';
script.setAttribute('data-account', 'YOUR_ACCOUNT_ID');
script.setAttribute('data-ghost', 'true');
script.setAttribute('data-blog', 'true');
document.head.appendChild(script);
})();
</script>
Important Note
Configure for Content Sites
- In your MyFormCapture dashboard, enable 'Content Site' mode
- Set up triggers for newsletter subscriptions
- Configure timing for blog post engagement
- Test on both blog posts and static pages
Important Note
Related Integrations
References & Official Documentation
Next Steps
Configure MyFormCapture
- 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