https://github.com/nodebb-community/nodebb-plugin-imgbed
Embeds images into a post with just an image url
https://github.com/nodebb-community/nodebb-plugin-imgbed
Last synced: 11 months ago
JSON representation
Embeds images into a post with just an image url
- Host: GitHub
- URL: https://github.com/nodebb-community/nodebb-plugin-imgbed
- Owner: NodeBB-Community
- License: mit
- Created: 2014-01-09T05:28:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T19:01:08.000Z (11 months ago)
- Last Synced: 2025-02-18T21:04:24.069Z (11 months ago)
- Language: JavaScript
- Size: 836 KB
- Stars: 4
- Watchers: 6
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nodebb-plugin-imgbed
====================
[](http://standardjs.com/) [](https://travis-ci.org/bdharrington7/nodebb-plugin-imgbed)
Embeds images into a post with just an image url.
This plugin parses links that are image urls and changes them into either:
* markdown: ``
* bb code: `[img alt="image.png" title="image.png"]https://images.google.com/image.png[/img]`
* html img tags: `
`