By Tomas Bolling Nilsson on Saturday, 15 January 2022
Posted in General Issues
Replies 3
Likes 0
Views 617
Votes 0
I would like to revisit this issue: https://stackideas.com/forums/deactivate-links-thumbnail-in-the-timeline

Arlex Wong advised using the custom css below. It works very well for links in text stories, but if the story type is "link" - not only the preview but the entire link is hidden which can be confusing for the user.

Any suggestions?

Kind regards

Tomas B Nilsson



body #es .es-stream-preview .is-link {
display: none;
}
Hello Tomas,

I do not think there is any other work around since you are already hiding the preview. If the user only adds a "link" in the link story type, they essentially did not type anything in the text. Therefore, hiding the preview basically pretty much renders it empty.
·
Saturday, 15 January 2022 14:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you. I created a cronjob that searches the database and removes some recurring large previews lacking useful information - such as the standard Google Drive preview. Works ok.

A similar issue came to my attention. Is there a way to limit the screen real estate taken by extremely long URL:s? Links to Teams meetings is a common example. See image.

Kind regards

Tomas
·
Tuesday, 18 January 2022 20:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

A similar issue came to my attention. Is there a way to limit the screen real estate taken by extremely long URL:s? Links to Teams meetings is a common example. See image.


Currently, there is no setting to do this at this point of time.
·
Wednesday, 19 January 2022 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post