Embedly-Cards
Embedly-cards is a Pelican plugin providing restucturedText directives to allow easy embedding of external content using Embed.ly Cards.
ReST and markdown live examples can also be viewed from a Pelican-built website.
Features
Embed content within a page or blog post easily, simply by specifying the URL of the target page. Content is automatically recognised, extracted, and formatted as a ‘card’; this may contain a short article preview, embedded video, picture etc.
To preview a card, they can be generated online using Embed.ly. Almost any site is compatible, including YouTube, Flickr, Google+, Maps, Wordpress etc.
Installation
Embedly-cards can be installed using pip
$ pip install embedly-cards
or manually from the source code
$ python setup.py install
Once installed, simply add it to your pelicanconf.py configuration file:
PLUGINS = [
# ...
'embedly_cards'
]
If you are planning on embedding content in markdown .md files, you must also add it to the MD_EXTENSIONS options, like so:
from embedly_cards import EmbedlyCardExtension
MD_EXTENSIONS = ['codehilite(css_class=highlight)',
'extra',
# ...
EmbedlyCardExtension()]
Usage
For example, to embed a YouTube video in ReStructuredText:
.. embedly-card:: https://www.youtube.com/watch?v=ZlfIVEy_YOA
or in markdown:
[!embedlycard](https://www.youtube.com/watch?v=ZlfIVEy_YOA)
Or to embed an article/webpage in ReStructuredText:
.. embedly-card:: http://physics.stackexchange.com/questions/5265/cooling-a-cup-of-coffee-with-help-of-a-spoon
or in markdown:
[!embedlycard](http://physics.stackexchange.com/questions/5265/cooling-a-cup-of-coffee-with-help-of-a-spoon)
Options
The card-chrome (ReST) or chrome (markdown) option, if provided, specifies whether or not to preserve the border around the card. By default, the border will be removed automatically if Embed.ly supports it; however to force the border to remain, you may pass :card-chrome: 1 (ReST),
.. embedly-card:: https://www.youtube.com/watch?v=ZlfIVEy_YOA
:card-chrome: 1
or chrome=1 (markdown):
[!embedlycard?chrome=1](https://www.youtube.com/watch?v=ZlfIVEy_YOA)
Release files for embedly_cards 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| embedly_cards-0.2.0.tar.gz | 16.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| embedly_cards-0.2.0-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 23.6 kB
Release files / embedly_cards-0.2.0.tar.gz
| Download URL | embedly_cards-0.2.0.tar.gz |
|---|---|
| Size | 16.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7add462cbf5c4b038ab3697bf5396c8acb7ddfdabf31a6b30814472f3bd08b00
|
|
BLAKE2b-256 checksum How to use checksums |
c29ea12ed77e0cccfbd9da4810fa2112330e56a075ba77bf8c5c3e5852ba3abd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / embedly_cards-0.2.0-py2-none-any.whl
| Download URL | embedly_cards-0.2.0-py2-none-any.whl |
|---|---|
| Size | 7.0 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
c56bcf1627ef172d55a9fbc4dba10474291e376b8d8be556c4981555da4fb144
|
|
BLAKE2b-256 checksum How to use checksums |
424153a9a3ffa614e68c057304c35040bd799d7b42ab27f7237f23e3d89d3055
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |