Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a link preview in mattermost?

Tags:

mattermost

How to add a link preview feature in mattermost ?

When a post containing a link is added, i'd like mattermost to automatically add a preview of the link content

like image 596
Cerber Avatar asked Feb 06 '23 22:02

Cerber


2 Answers

From the documentation:

This feature’s config.json setting is "EnableLinkPreviews": false with options true and false

See below for details

Enable Link Previews

True: Enables users to display a preview of website content below the message, if available. When true, website previews can be enabled from Account Settings > Display > Website Link Previews.

False: Website link previews are disabled.

like image 57
Édouard Lopez Avatar answered May 22 '23 09:05

Édouard Lopez


Can be enabled with https://docs.mattermost.com/administration/config-settings.html#enable-link-previews


Not possible.

Feature request is here: https://mattermost.atlassian.net/browse/PLT-1835

like image 41
T3rm1 Avatar answered May 22 '23 09:05

T3rm1