Feature #17921
closedEmbedding Audio from Internet Archive
0%
Description
Internet Archive offers audio and video hosting, and looks to be compatible with wordpress.
https://archive.org/help/audio.php?identifier=kirlian_crossing_acid_test_reels_vol4
I have been using/testing this with the audio here:
https://archive.org/details/kirlian_crossing_acid_test_reels_vol4
Because the IA has the native audio player, it would be ideal if this could be embedded and displayed on the Commons. It would offer an alternative space to host audio and video outside of our sites' media libraries.
Can we make the short code or embed codes compatible with the Commons?
Updated by Boone Gorges over 1 year ago
- Status changed from New to Reporter Feedback
Yes, this should be possible.
The documentation page gives a bunch of options https://archive.org/help/audio.php?identifier=kirlian_crossing_acid_test_reels_vol4 - autoplay, multiple files, etc. Do we want to support all of these? It makes the job a lot more complex. In contrast, it's easy to create a simple tool that recognizes a URL like https://archive.org/details/kirlian_crossing_acid_test_reels_vol4
and swaps it out with the simple embedded player. What do you think?
Updated by Laurie Hurson over 1 year ago
it's easy to create a simple tool that recognizes a URL like
https://archive.org/details/kirlian_crossing_acid_test_reels_vol4
and swaps it out with the simple embedded player.
That sounds good to me! I don't think we need to support all the player options.
Thanks!
Updated by Boone Gorges over 1 year ago
- Category name set to Shortcodes and embeds
- Status changed from Reporter Feedback to Staged for Production Release
- Assignee set to Boone Gorges
- Target version set to 2.1.4
Thanks for confirming, Laurie. I've added a shortcode:
[internet-archive-audio url="https://archive.org/details/kirlian_crossing_acid_test_reels_vol4"]
as well as a regular embed handler (URL on its own line). https://github.com/cuny-academic-commons/cac/commit/526641a46b8782560c24a5f0d4f649b5b9f15c5f
Updated by scott voth over 1 year ago
I added this embed information to https://help.commons.gc.cuny.edu/embedding-content-from-other-sites/
Updated by Boone Gorges over 1 year ago
- Status changed from Staged for Production Release to Resolved