wagtail-audio-embed 0.1.2

Creator: danarutscher

Last updated:

Add to Cart

Description:

wagtailaudioembed 0.1.2

Wagtail-Audio-Embed
Wagtail-Audio-Embed allows you to use links to sound files using the embed
feature of the draftail editor.
It uses the default audio tag to play the audio file:

See Wagtail-Audio-Embed on PyPi
for binaries and additional information.
Quick start
Install using pip:
pip install wagtail-audio-embed

Add "wagtailaudioembed" to your INSTALLED_APPS setting:
INSTALLED_APPS = [
...
'wagtailaudioembed',
]

Register the embed finder class in your settings
WAGTAILEMBEDS_FINDERS = [
{
"class": "wagtailaudioembed.embed.AudioEmbedFinder",
}
]

Restart your application and start embedding links to Vorbis files.
References

Advanced tutorial: How to write reusable apps
Wagtail docs - Embedded content
Packaging Python Projects
Mozilla Developer Network : The Embed Audio element

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.