Riverscapes / riverscapes-gatsby-theme

The theme for all Gatsby Riverscapes sites
https://riverscapes.github.io/riverscapes-gatsby-theme/
1 stars 1 forks source link

Add Help Widget to Footer and Update Contact Info #6

Closed joewheaton closed 1 year ago

joewheaton commented 1 year ago

image

@MattReimer and @philipbaileynar this is a widget as a Freshworks RC Help Button (we can customize these and have as many as we want): image

On hover over it funnels towards knowledge base: image

Or they can contact us if they need help:

image

Embed Code:

<script>
    window.fwSettings={
    'widget_id':153000000178
    };
    !function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}() 
</script>
<script type='text/javascript' src='https://widget.freshworks.com/widgets/153000000178.js' async defer></script>

Check out the widget API documentation to explore advanced configurations like prefilling and hiding ticket fields, translating content, etc.

FYI @philipbaileynar , @dominique-shore and @jtgilbert. Let me know if you want any changes to widget.

MattReimer commented 1 year ago

The widget has been added but the position is non-negotiably the bottom right corner of the screen.