🔗Integrations

Guide to getting set up and using integrations with your site.

Widget Embed

Using Campfire's widget embed on your website is the most common method to collecting feedback from your users. It's as simple as adding some Javascript to your site.

You can find your widget embed code in the Integrations section of your campaign. The code provided should look somewhat similar to the example shown below.

Important: If Campfire is not installed on a server that has https enabled, you won't be able to embed the widget on a site that uses https, due to browser restrictions.

<!-- Start Campfire Widget -->
<script type="text/javascript" src="https://your-site.com/feedback/77/widget"></script>
<!-- End Campfire -->

Once you have your embed code copied, you'll want to paste it right before the </body> tag on every page you'd like the widget to display.

Note: If you'd like to add Campfire to a site that you don't have access to, you can select Send this to my developer, which will auto-generate an email that you can send to the owner/developer.

Standalone page

Instead of embedding the Campfire widget on your website, you can also get feedback responses from a standalone URL. This can be useful if you're not specifically looking to get feedback related to your webpage.

You can find your unique feedback URL in the Integrations section of your campaign as well. The URL provided should look somewhat similar to the example shown below.

https://your-site.com/feedback/77

Last updated