Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 824 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 824 Bytes

Link Preview Plugin for NodeBB

This plugin adds in additional post parsing capability to NodeBB so that any external links are automatically expanded into an interactive box containing any available metadata (e.g. photo, title, description, etc.)

The content shown in the box is powered by Open Graph tags, and this plugin uses link-preview-js in the backend.

Installation

This plugin comes bundled with NodeBB installs as of v3.1.0. If you wish to use it in older versions, or wish to install it manually, run either of the two commands below:

npm install nodebb-plugin-link-preview

yarn add nodebb-plugin-link-preview

Screenshots

A NodeBB post with an embedded link to a GitHub issue — it looks great!