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

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

Awesome Lists containing this project

README

          

nodebb-plugin-imgbed
====================

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![Build Status](https://travis-ci.org/bdharrington7/nodebb-plugin-imgbed.svg?branch=master)](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: `![image-url.jpg](http://images.google.com/image-url.jpg)`
* bb code: `[img alt="image.png" title="image.png"]https://images.google.com/image.png[/img]`
* html img tags: `image.png`