clamours / music-link-preview
Automatically display a rich preview of the link contents.
Fund package maintenance!
datlechin
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 5
Language:JavaScript
Type:flarum-extension
Requires
- php: ^8.1
- flarum/core: ^v1.8
- spekulatius/phpscraper: ^2.0.0
This package is auto-updated.
Last update: 2025-02-05 06:25:35 UTC
README
A 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 to extract website information.
Installation
Install with composer:
composer require datlechin/flarum-link-preview:"*"
Updating
composer update datlechin/flarum-link-preview:"*"
php flarum cache:clear