Using link unfurling in Virtual Agent
Virtual Agent supports link unfurling on the chat widget, mobile devices, and various channels. Link unfurling generates a content-rich preview when a supported link is shared in a conversation with a user, a virtual agent, or in a text-based bot response.
How to determine if a link is supported
- The host or domain is included in the Hostname allow list table.
- The link uses standard, compliant Open Graph (OG) tags in the page header as metadata. For example, og:image.
- The link was shared in a conversation with a user, a virtual agent, or in a text-based bot response.Remarque :These conditions apply only to the chat widget and mobile devices on the ServiceNow® platform. Support requirements and conditions for clients on other platforms can vary. For client-specific support and requirement conditions, see the documentation for the client you're using.
- Asynchronously fetches, if available, the OG tag at the provided link.
- Attaches a card-based, content-rich preview of the link based on the OG tag.
The time required to complete these and any other required tasks can vary, depending on your network configuration and system performance.
Supported OG tags
The ServiceNow user interface supports image, video, and text-based OG tags. When both an image OG tag and a video OG tag are fetched, the video is used instead of the image in the card-based, content-rich preview.
Disabling link unfurling
Link unfurling is automatically enabled by default. To turn it off, Maint users change the com.glide.cs.enable_link_unfurling system property to False.