An open API service indexing awesome lists of open source software.

https://github.com/nodebb/nodebb-plugin-link-preview

Link Preview (and embedding) plugin for NodeBB
https://github.com/nodebb/nodebb-plugin-link-preview

Last synced: 2 months ago
JSON representation

Link Preview (and embedding) plugin for NodeBB

Awesome Lists containing this project

README

        

# 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](https://ogp.me), and this plugin uses [link-preview-js](https://www.npmjs.com/package/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!](./screenshots/embed.png)