When you install Feedbucket the widget will be visible to everyone that comes to the website. This is the prefered behaviour on staging or test sites but not on production sites.
On production sites you only want to show Feedbucket to visitors of your choosing. There's a few methods to achieve this as we will look at below.
The easiest way is to only show Feedbucket when the visitor enteres a specific secret code as a parameter. For example, if the visitor goes to https://examplewebsite.com Feedbucket will NOT show. However, if the visitor enteres https://examplewebsite.com?feedbucketKey=sup3rs3cr3t, Feedbucket will load like normal.
Trigger Feedbucket using a query string
click Yes
as seen in the screenshot below.Save
.If a visitor comes to your website with query trigger activated Feedbucket will not load.
If you tell the person that you want to submit feedbucket to append the secret key that you entered in #3 above like https://yourwebsite.com?feedbucketKey={secret}
, Feedbucket will load normally.
A cookie will be saved for the visitor so that when they navigate around your website, Feedbucket will still be visible even though the feedbucketKey
is not present in the URL anymore.