pelican_vidme

Easily embed Vidme videos in your posts


License
MIT
Install
pip install pelican_vidme==0.1.1

Documentation

Pelican Vidme

Pelican Vidme is a plugin to enabled you to embed Vidme videos in your pages and articles.

Installation

To install pelican-vidme, simply install it from PyPI:

$ pip install pelican-vidme

Then enabled it in your pelicanconf.py

PLUGINS = [
    # ...
    'pelican_vidme',
    # ...
]

Usage

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

.. vidme:: VIDEO_ID

Which will result in:

<div class="vidme" align="left">
<iframe width="420" height="315" src="https://vid.me/VIDEO_ID" frameborder="0"></iframe>
</div>

License

MIT license.