On this page
Feedback Widget Installation
Feedback Widget Installation- Start by heading to https://app.userback.io and logging in
- Under projects click “+ Create” and choose the bug reporting template
Design
Target
Install
- Click save and then the cross in the top right
- Click on the settings icon in the top right
- Change the Project name to the name of the website i.e. Crumble & Slice or similar
- Click the Save Changes button
- At the top click Connect
- Then click on the widget tab at the top, click install and select Javascript
- Copy the code and then do the follow depending on your site
Statamic
- Login to the CP on your staging site
- Navigate to Globals > Plugins
- Paste the code inside of Staging Scripts
- Then inside your layout.antlers.html make sure you have the following code just above the closing
</body>tag - {{ if environment == ‘staging’ }} {{ plugins:staging_scripts }} {{ elseif environment == ‘production’ }} {{ plugins:live_scripts }} {{ endif }}
Aerocommerce
- Login to the admin area of your staging site
- Navigate to Content Management > Blocks
- Under Globals click on Staging Scripts
- Click on “+ HTML”
- Then in the box on the right paste in the widget code
- Click save