Skip to content

Grav Plugin MediaEmbed v1.0.0

Compare
Choose a tag to compare
@Sommerregen Sommerregen released this 26 Apr 19:02
· 39 commits to develop since this release

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