Ghost
Step-by-step guide to add ProofyBubble to your Ghost site
Follow these steps to integrate ProofyBubble into your Ghost CMS site.
Ghost provides a built-in Code Injection feature that makes it easy to add scripts to your site.
- Log in to your Ghost admin dashboard.
- Go to Settings > Code Injection.
- In the Site Header section, paste your ProofyBubble script:
<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.
- Click Save.
If you're using a custom theme, you can add the script directly to your theme's default.hbs
file:
- Go to Design > Theme Editor.
- Open
default.hbs
. - Add the script just before the closing
</head>
tag:
<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 your changes.
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.
- Custom code changes in Ghost appear on the published site, not in the preview.