0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.