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

  • linklink
  • appsapps
  • bellbell
  • bentobento
  • bugbug
  • calendarcalendar
  • callcall
  • chatchat
  • codecode
  • contactcontact
  • useruser
  • downloaddownload
  • guidesguides
  • videovideo
  • heartheart
  • inboxinbox
  • locklock
  • facebookfacebook
  • discorddiscord
  • telegramtelegram
  • gitgit
  • twitchtwitch
  • hashtaghashtag
  • networknetwork

Missing something?
We can probably accommodate your request. Contact us to request an icon.

Was this helpful?