(Allows using audio URLs in Wagtail-Embeds and render them using the <audio>-Tag)
Project description
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:
Quick start
Add "wagtailaudioembed" to your INSTALLED_APPS setting like this::
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wagtail-audio-embed-0.1.1.tar.gz.
File metadata
- Download URL: wagtail-audio-embed-0.1.1.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc653fcef406c70aa8b36a053942fff7e655cdd6ce45af179b7f4d4c7525e444
|
|
| MD5 |
67a24da4de9567f1d34bde70faa17caa
|
|
| BLAKE2b-256 |
c6f34288730c586df7223ca6a86b603da975f98f4f3f62550f84c402928270ba
|
File details
Details for the file wagtail_audio_embed-0.1.1-py3-none-any.whl.
File metadata
- Download URL: wagtail_audio_embed-0.1.1-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d1719e38b2de98a44f51be20fcba4319257bec4a736f94a9fb1cec2a1cf064e
|
|
| MD5 |
3585a41f9133fdf527862cd7555b3fb5
|
|
| BLAKE2b-256 |
e660debe6525c0387e440e7a521653d84f4ad5fc840aac79402a8254ed51b139
|