Easily embed Vidme videos in your posts
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pelican_vidme-0.1.1.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file pelican_vidme-0.1.1.tar.gz
.
File metadata
- Download URL: pelican_vidme-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fca4220720cb6b32c54009d916844d72039480a04bcfd75b106889c60f4329f |
|
MD5 | a8cca93bea5171a114605dcc40df81ce |
|
BLAKE2b-256 | 49c2e88a3a906ee906e99ba8eb8669611b7ec6170471db57e797c41057bb04a3 |
File details
Details for the file pelican_vidme-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pelican_vidme-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42a5ed6981d65839d311bd3f8c7925d76625b869523026b04345f80fb31c09bc |
|
MD5 | dd1fdd5d84c4783d7934ee400a753209 |
|
BLAKE2b-256 | 5c1615f95d483b8451dacaa289d9d3931afd7f21bd0532106d300e1b50c3924d |