Custom links icon reference
We provide a handful of icons that you can use when adding custom links to your support widget. To embed a custom link on your support widget, just pass the following parameters to your JS embed code.
links: [
{
icon: 'guides',
title: 'Read our guides',
url: 'https://help.getfernand.com'
},
{
...
}
]
This is an array element, meaning you can add as many links as you want. If you don't specify an icon
parameter, your custom link will automatically fall back to the link
icon.

Supported icons
link
apps
bell
bento
bug
calendar
call
chat
code
contact
user
download
guides
video
heart
inbox
lock
facebook
discord
telegram
git
twitch
hashtag
network
Was this helpful?