Skip to content

Releases: USD21Developers/yt-latest-embed

YT-Latest-Embed

Choose a tag to compare

@merlynx merlynx released this 31 Jul 17:26
2fccf1f

Had to update to ensure the plugin qualifies for WordPress.org

YT-Latest-Embed

Choose a tag to compare

@merlynx merlynx released this 31 Jul 17:16
e1d922e

Updated the shortcode functionality and the admin panel correspondingly.
[latest_youtube_video]
[latest_youtube_video source="channel"]
[latest_youtube_video source="playlist"]
[latest_youtube_video channel="UCabc123XYZ"]
[latest_youtube_video playlist="PLxyz456ABC"]

== Parameters ==

  • source: Either channel or playlist. Uses the corresponding default from settings if provided.
  • channel: Overrides the default channel ID inline.
  • playlist: Overrides the default playlist ID inline.

Examples:

  • [latest_youtube_video] – uses default channel from settings.
  • [latest_youtube_video source="playlist"] – uses default playlist from settings.
  • [latest_youtube_video channel="UCxyz987654"] – overrides and uses this specific channel.
  • [latest_youtube_video playlist="PLabc654321"] – overrides and uses this specific playlist.
    yt-video-embedder.zip

Full Changelog: https://github.com/USD21Developers/yt-latest-embed/commits/v1.1