Releases: Sommerregen/grav-plugin-mediaembed
Releases · Sommerregen/grav-plugin-mediaembed
Grav Plugin MediaEmbed v1.3.0
New:
- Added support image or link for not embed media (Thanks to @magikcypres)
- Added support for Twitter.com (Thanks to @magikcypres)
Bugfix:
Grav Plugin MediaEmbed v1.2.0
New:
- Added admin configurations (requires Grav 0.9.34+)
Improved:
- Updated
README.md
Grav Plugin MediaEmbed v1.1.0
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
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
Bugfix:
- Fixed issue #1 with broken MediaEmbed functionality (i.e. removed test code)
Grav Plugin MediaEmbed v1.0.0
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
- 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)