WordPress

Step-by-step guide to add ProofyBubble to your WordPress site

Follow these steps to integrate ProofyBubble into your WordPress site.

  1. Log in to your WordPress admin dashboard.
  2. Navigate to Plugins and search for a plugin that allows adding scripts to headers and footers (e.g., "Insert Headers and Footers", "WPCode").
  3. Install and activate the plugin.
  4. Go to the plugin's settings page (often found under Settings or Tools).
  5. 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.
  1. 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.

  1. In your WordPress admin dashboard, go to Appearance > Theme File Editor.
  2. Select your active theme.
  3. Find and open the header.php file (Theme Header).
  4. 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.
  1. 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.