Skip to main content

Easily embed YouTube videos in your posts

Project description

Pelican YouTube is a Pelican plugin, which allows you to embed YouTube videos in your pages and articles.

Installation

Pip

You can install pelican-youtube from PyPI as usual, e.g.

pip install pelican-youtube

Pelican 4.5+ will detect the newly installed plugin automatically.

See the Pelican documentation on plugins if you use an older version or you want to manually integrate the plugin in your pelicanconf.py.

Local plugins directory

$ mkdir plugins
$ cd plugins
$ git clone https://github.com/kura/pelican_youtube.git

Then enable it in your pelicanconf.py, e.g.

PLUGIN_PATHS = ["plugins/"]
PLUGINS = [
    # ...
    "pelican_youtube",
    # ...
]

Usage

In your article or page, you simply need to add a line to embed your video.

.. youtube:: VIDEO_ID

Which will result in:

<div class="youtube youtube-16x9">
<iframe src="https://www.youtube.com/embed/VIDEO_ID" allowfullscreen seamless frameBorder="0"></iframe>
</div>

Additional arguments

Attribute

default

allowfullscreen

yes

allow video to be displayed full-screen

seamless

yes

no borders around iframe

class

youtube-16x9

additional CSS classes, usually for responsive behavior

empty°

(° when width or height are specified)

width, height

empty

video dimensions when responsive design is not desired

Example 1: (responsive design)

.. youtube:: 4_X6EyqXa2s
    :class: youtube-4x3
    :allowfullscreen: no
    :seamless: no

Will result in:

<div class="youtube youtube-4x3">
<iframe src="https://www.youtube.com/embed/4_X6EyqXa2s"></iframe>
</div>

Example 2: (non-responsive design)

.. youtube:: 4_X6EyqXa2s
    :width: 800
    :height: 500
    :allowfullscreen: no

Will result in:

<div class="youtube">
<iframe width="800" height="500" src="https://www.youtube.com/embed/4_X6EyqXa2s" seamless frameBorder="0"></iframe>
</div>

More Control of YouTube Video Player

YouTube offers more control via player parameters, which you simply attach to the VIDEO_ID as query parameters. See YouTube documentation for a list of possible parameters.

Example: (start video at time 00:20, start playing automatically, don’t show related content at end of video)

.. youtube:: 4_X6EyqXa2s?start=20&amp;autoplay=1&amp;rel=0

Known Issues

The presence of the frameBorder attribute causes an HTML5 validation error. Unfortunately, this attribute is still necessary for supporting older versions of Internet Explorer.

License

MIT license.

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

pelican_youtube-0.3.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pelican_youtube-0.3.0-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file pelican_youtube-0.3.0.tar.gz.

File metadata

  • Download URL: pelican_youtube-0.3.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.6

File hashes

Hashes for pelican_youtube-0.3.0.tar.gz
Algorithm Hash digest
SHA256 156bd43771b87115ab8085210c3db95f1ead0daa60bd485baa5f4e997aa31f63
MD5 115f2ad84f0e70ed7c48504fbb61a878
BLAKE2b-256 bf6a860e28d55c4135c1080f14b40cceb2a1626deb40d5cdfc8fd69f4073045f

See more details on using hashes here.

File details

Details for the file pelican_youtube-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pelican_youtube-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 eefa374bd0531baf7fd8e2756769259daa01750b57c679de4ea689ba8cf0750b
MD5 24ea63611085b1fdb122f66961ba688e
BLAKE2b-256 57b73db9e6956e22ae17a03e7e9d0069a3c503b07dc738301b617e6402ae18c5

See more details on using hashes here.

Supported by

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