WebM Embed Plugin
-
@julian said:
@shinyidol I love WebM!
Not sure what's required to show a webm plugin, though? Natively supported by browsers?
They display natively, but only when called by a player or <video>. To get this working a simple plugin would let a user embed a .webm file and fill in the <video></video> for them. 4Chan capped theirs to being 15 seconds long and no sound.
<source src="url" 'video/webm;codecs="vp8, vorbis"' </video>``` It would be nice if imgur supported it, but that doesn't look like it will happen. I'm seeing people make Chrome extensions that will just see the link and display, such as this https://chrome.google.com/webstore/detail/webm-for-neogaf/gcjkaaggachnbhepejjhfacpldjflffl
-
Forget about WebM. GIF's are where it's at:
-
imgur are adding support for webm as a fallback to their own version of it called gifv.
No gif could express how good this is. any gifs uploaded to imgur will automatically be converted to gifv. All existing gifs have been converted too. Not sure how we go about supporting it though just yet.
LEt's try this:
-
This post is deleted!
-
@xanthrop nodebb-plugin-iframely
-
@pitaj Thank you, I installed this and restarted. If I paste the url
https://i.imgur.com/zw6fujO
It just looks like that in my composer, it doesn't retrieve the content from the url and display it, like it does below.
-
@xanthrop said in WebM Embed Plugin:
oh it needs an api. is it a pay service only?
They have a free tier for pretty low number of hits on their API (1000 / month). You can also self-deploy if you don't want to host it yourself.
I use their hosted option on my forum, it has been great.
-
@xanthrop did you rebuild and restart?