WordPress
Step-by-step guide to add ProofyBubble to your WordPress site
Follow these steps to integrate ProofyBubble into your WordPress site.
- Log in to your WordPress admin dashboard.
- Navigate to Plugins and search for a plugin that allows adding scripts to headers and footers (e.g., "Insert Headers and Footers", "WPCode").
- Install and activate the plugin.
- Go to the plugin's settings page (often found under Settings or Tools).
- Paste your ProofyBubble script into the "Scripts in Header" section:
<script id="credibility-client-<your-id>" type="module" crossorigin="anonymous" data-app-id="<your-app-id>" src="https://client.proofybubble.com/assets/embed.js" ></script>
- Replace
your-id
with your actual Website ID from ProofyBubble. - Replace
your-app-id
with your actual App ID from ProofyBubble.
- Save the changes.
This method requires basic knowledge of PHP and WordPress theme structure. Always back up your theme files before making changes. Changes might be overwritten by theme updates if you are not using a child theme.
- In your WordPress admin dashboard, go to Appearance > Theme File Editor.
- Select your active theme.
- Find and open the
header.php
file (Theme Header). - Paste your ProofyBubble script just before the closing
</head>
tag:
<script defer data-proofybubble-id="YOUR_WEBSITE_ID" data-domain="YOUR_DOMAIN.COM" src="https://proofybubble.com/js/script.js" ></script>
- Replace
YOUR_WEBSITE_ID
with your actual Website ID from ProofyBubble. - Replace
YOUR_DOMAIN.COM
with your website's root domain.
- Click Update File.
After implementing either method:
- Visit your live website.
- Check your ProofyBubble dashboard for incoming data. It might take a few minutes for the first pageviews or events to appear.