Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# oEmbed Changelog

## 3.1.7 - 2025-01-05

### Added

- Added support for Gumlet video embed provider

## 3.1.6 - 2025-08-08

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</p>


A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.
A simple plugin to extract media information from websites, like youtube videos, twitter statuses, gumlet videos or blog articles.

## Requirements

Expand All @@ -42,7 +42,7 @@ If use are looking for CraftCMS 2.5 support use previous project [version 1.0.4]

## Quick FYI on URL issues

Many websites, such as Vimeo, are restricting access to standard URLs (e.g. www.vimeo.com) and sometimes require using the embed URL (e.g., player.vimeo.com) to retrieve oEmbed data.
Many websites, such as Vimeo and Gumlet, are restricting access to standard URLs (e.g. www.gumlet.tv, www.vimeo.com) and sometimes require using the embed URL (e.g., player.vimeo.com, play.gumlet.io) to retrieve oEmbed data.

You can typically find the embed URL through the "share" options on video and oEmbed-supported sites. While the plugin provides general rich content as a fallback, its true potential comes from utilizing the oEmbed protocol and the associated metadata from the content provider.

Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "wrav/oembed",
"description": "A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.",
"description": "A simple plugin to extract media information from websites, like youtube videos, twitter statuses, gumlet videos or blog articles.",
"type": "craft-plugin",
"version": "3.1.6",
"version": "3.1.7",
"keywords": [
"craft",
"cms",
Expand All @@ -16,7 +16,8 @@
"vimeo",
"instagram",
"twitter",
"facebook"
"facebook",
"gumlet"
],
"support": {
"docs": "https://github.com/wrav/oembed/blob/master/README.md",
Expand Down