# [Link Preview](https://github.com/datlechin/flarum-link-preview) ![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/datlechin/flarum-link-preview.svg)](https://packagist.org/packages/datlechin/flarum-link-preview) [![Total Downloads](https://img.shields.io/packagist/dt/datlechin/flarum-link-preview.svg)](https://packagist.org/packages/datlechin/flarum-link-preview) A [Flarum](https://github.com/flarum) extension. **Link Preview** extension automatically displays a rich preview of linked contents, including the title, description, and image. It uses Google Favicon to retrieve the website favicon and [PHPScraper](https://github.com/spekulatius/PHPScraper) to extract website information. ![Screenshot showing an example of link preview in Flarum](https://user-images.githubusercontent.com/56961917/190849018-4ffdfd1f-33a0-4b09-8df8-2c08a85aebe6.png) ## Installation Install with composer: ```sh composer require datlechin/flarum-link-preview ``` ## Updating ```sh composer update datlechin/flarum-link-preview php flarum cache:clear ``` ## Links - [Packagist](https://packagist.org/packages/datlechin/flarum-link-preview) - [GitHub](https://github.com/datlechin/flarum-link-preview) - [Discuss](https://discuss.flarum.org/d/30011)