humhub-contrib / linklist

Link List Space / User Module
5 stars 20 forks source link

Max Length of Description #52

Open tosintech-web opened 1 year ago

tosintech-web commented 1 year ago

Long term of linkpreview's description get visibility down especially mobile browsing. I suggest setting maximum length for the description data if the link HTML have a long term for description meta tag data.

I think description can be cut in the controller getting the data, or omit it when view display it.

Example) linkpreview/widgets/views/view.php line 29

<div class="description"><?= \humhub\modules\content\widgets\richtext\RichText::Preview(Html::encode($linkPreview->description), 180) ?></div>