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
- Host: GitHub
- URL: https://github.com/nodebb/nodebb-plugin-link-preview
- Owner: NodeBB
- License: mit
- Created: 2023-06-07T17:47:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T16:47:07.000Z (about 1 year ago)
- Last Synced: 2024-04-14T11:52:03.179Z (about 1 year ago)
- Language: JavaScript
- Size: 263 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
