Skip to content

Releases: Sommerregen/grav-plugin-mediaembed

Grav Plugin MediaEmbed v1.3.0

05 Feb 18:08
v1.3.0
555aad3
Compare
Choose a tag to compare

New:

  • Added support image or link for not embed media (Thanks to @magikcypres)
  • Added support for Twitter.com (Thanks to @magikcypres)

Bugfix:

  • Fixed support for Github (Thanks to @magikcypres)
  • Fixed partial bug #9 (Mediaembed converts images into images)
  • Fixed #15 (Fixed media.responsive)
  • Fixed #25 (Fix Admin Panel issues #13, #17, and #24)

Grav Plugin MediaEmbed v1.2.0

08 Aug 13:47
Compare
Choose a tag to compare

New:

  • Added admin configurations (requires Grav 0.9.34+)

Improved:

  • Updated README.md

Grav Plugin MediaEmbed v1.1.0

17 May 12:07
Compare
Choose a tag to compare

New:

  • Added support for Slides.com SlideDesk as requested in issue #4

Improved:

  • Assets checks (in rare cases it was possible that MediaEmbed throws an error)

Grav Plugin MediaEmbed v1.0.2

10 May 18:38
Compare
Choose a tag to compare

New:

  • Added plugin roadmap
  • Added support for modular pages

Improved:

  • Prevent potential division by zero error #2

Bugfix:

  • Fixed link generation in case no MediaEmbed service is found

Grav Plugin MediaEmbed v1.0.1

28 Apr 19:12
Compare
Choose a tag to compare

Bugfix:

  • Fixed issue #1 with broken MediaEmbed functionality (i.e. removed test code)

Grav Plugin MediaEmbed v1.0.0

26 Apr 19:02
Compare
Choose a tag to compare

Release Issues Dual license Flattr PayPal

This plugin embeds several media sites (e.g. YouTube, Vimeo, Soundcloud) by only providing the URL to the medium.

About

Grav MediaEmbed plugin is the official successor of Grav VideoEmbed plugin, allows to embed several media sites by only providing the URL to the medium and supports lazy loading techniques for videos and other media. Currently it supports

  • YouTube
  • Vimeo
  • DailyMotion
  • SoundCloud
  • Spotify
  • Flickr
  • Imgur
  • Instagram
  • GitHub

but more services are coming soon! In principle it supports any service, which provides the oEmbed format. Media are embedded using the Markdown syntax for images (![Alt](URL "Title")), e.g. the below screenshot was created with the following code:

![](https://www.flickr.com/photos/chris_gin/6585842063)

Screenshot MediaEmbed Plugin