Skip to main content

A Render Engine Plugin for replacing Youtube Links with Embed Links

Project description

Render Engine YouTube Link Embed Plugin

Note: This plugin is in the early development stage. It is not yet ready for production use.

This plugin allows you to quickly embed a Youtube video into your page by adding the youtube link to the page on its own line.


---
slug: new-youtube-video
---

Check out this new video!

https://www.youtube.com/watch?v=QH2-TGUlwu4

This extension will change the content to

---
slug: new-youtube-video
---

Check out this new video!

<iframe src="https://www.youtube.com/embed/QH2-TGUlwu4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

This also works for the following YouTube links:

  • Long Links with video ID in query string - https://www.youtube.com/watch?v=QH2-TGUlwu4
  • Long Links with video ID in path - https://www.youtube.com/watch/QH2-TGUlwu4
  • Youtube Shorts Links - https://www.youtube.com/shorts/QH2-TGUlwu4
  • YouTube short links - https://youtu.be/QH2-TGUlwu4

Note: It does not work for playlists or channels.

Installation

Install the package using pip:

pip install render-engine-youtube-link-embed

TODO:

  • Add support for site settings (Not yet implemented in render engine yet)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

render_engine_youtube_embed-2023.7.2.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page