glomex oEmbed

plugin banner

WordPress plugin that acts as a bridge between our oEmbed endpoint and internal WP oEmbed service.

Author:Glomex (profile at wordpress.org)
WordPress version required:5.3
WordPress version tested:6.7.1
Plugin version:0.9.4
Added to WordPress repository:13-03-2023
Last updated:15-01-2025
Rating, %:0
Rated by:0
Plugin URI:https://wordpress.org/plugins/glomex-oembed/
Total downloads:2 075
Active installs:100+
plugin download
Click to start download

This is a WordPress plugin that acts as a bridge between our oEmbed endpoint and internal WP oEmbed service. It allows simple oEmbed operation – just paste a link into (basically) any WordPress editor and it will automagically convert this link into glomex player/playlist/integration.

Installation and operation

Operation simple as follows:

  1. Install plugin into WordPress
  2. Activate plugin
  3. Follow instructions and configure the plugin
  4. Forge a URL from template: https://exchange.glomex.com/[video|videos|playlist|playlists]/VIDEO_OR_PLAYLIST_ID (integrationId parameter is optional)
  5. Go to your post and paste the url into any editor (editor must support oEmbed)
  6. You get an embedded player inside content!

This plugin is intended for internal and external usage. There is no dependency on our infrastructure.

Shortcodes

[glomex_integration]

You can use the shortcode [glomex_integration] to embed a player in your post.
Additional shortcode parameters (not required):
* playlist_id – ID of the playlist to embed
* integration_id – override default integration ID
* variant – player variant (default: ‘player-listicle’)
* width – player width in pixels (default: responsive width)
* height – player height in pixels (default: 16:9 aspect ratio)

Note: All shortcode attributes are properly sanitized for security.
If both width and height are not specified, the player will use responsive sizing with 16:9 aspect ratio.

URL

The supported url scheme is https://exchange.glomex.com/[video|videos|playlist|playlists]/VIDEO_OR_PLAYLIST_ID

The placeholder variables are:
* VIDEO_OR_PLAYLIST_ID (mandatory) – the element id to embed
* [video|videos|playlist|playlists] (mandatory) – select one item to embed – it should exist in your account and be accessible with the given integration ID

Allowed parameters:

  • integrationId (optional) – allows overriding integration ID for this single embed
  • includeStructuredData (optional) – allows overriding structured data inclusion for this single embed

Plugin settings are used by default in all cases. Query strings will override the setting.

Configuration options

You can set up the default integration ID using the GLOMEX_INTEGRATION_ID environment variable.


FAQ
ChangeLog