datlechin / flarum-link-preview
Automatically display a rich preview of the link contents.
Installs: 521
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 0
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.2
- spekulatius/phpscraper: ^0.5.4
README
A Flarum extension. Automatically display a rich preview of the link contents, such as title, description and image.
This extension uses Google Favicon service to get the favicon.
Installation
Install with composer:
composer require datlechin/flarum-link-preview:"*"
Updating
composer update datlechin/flarum-link-preview:"*"
php flarum migrate
php flarum cache:clear