clamours / music-link-preview
Automatically display a rich preview of the link contents.
Package info
github.com/Clamours/flarum-music-link-preview
Language:JavaScript
Type:flarum-extension
pkg:composer/clamours/music-link-preview
Fund package maintenance!
dev-master
2024-03-26 08:15 UTC
Requires
- php: ^8.1
- flarum/core: ^v1.8
- spekulatius/phpscraper: ^2.0.0
This package is auto-updated.
Last update: 2026-03-05 09:03:45 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
