[nodebb-plugin-imdb] Popover IMDB information
-
Here is my first plugin for NodeBB!
Over at BitBangers we have a thread for "Must Watch Films" where we post IMDB links to films and a little bit on what we thought about it.
This got me thinking about a plugin that would embed the IMDB information into the page when a link gets posted. After a chat with @Almost and @Schamper I decided that a popover, similar to the cards plugin, would be a better way of doing things.This plugin relies on the API being available. When testing it i found that the api would drop offline for a minute or so and the popovers would not show, I cannot control this.
Currently the popover will show the Title of the film, Rating, Genre and a short plot. I was hoping to add the film posters to the popover too but IMDB does not allow hotlinking to their images so this feature is unavailable at this time. The OMDB API that I am using does have a poster API but that is currently donators/beta testers only.
If your site is using HTTPS this plugin wont work either as the content is served from OMDB API over HTTP, until the OMDB API enables SSL this plugin will not work correctly on your site.
Test it out and let me know of any bugs!
-
-
Haha congrats for finally becoming a plugin dev