Deep linking into the widget
You can now deep link into individual Sections, Announcements and Ideas in the widget from emails, or social posts.
Use these URL query parameters to deep link into your widget:
'f-idea'
Value: Copy and paste the Idea slug from the address bar for the correct format
eg The Idea name for this idea is "announcement-comments".
'f-announcement'
Value: Copy and paste the Announcement name from the address bar for the correct format.
eg The Announcement name for this Announcement is "add-an-anonymous-vote".
'f-section'
Values: 'ideas' | 'roadmap' | 'announcements' | 'create-idea'
'f-open'
Values: 0 and 1.
Example:
Here is an example that deep link into the widget installed in our platform:
https://feedback.frill.co/?f-section=ideas&f-idea=add-deep-linking-into-widgets&f-open=1
This equates to: [yourappurl]?f-idea=[my-idea]&f-section=[section-name]&f-open=1
Limitations:
- Deep linking does not work on iframes.
- If you have 2 widgets installed on the same page, this will open the Idea / Announcement in both widgets.