Descrição
Archive.org offers free streaming of thousands of moving image selections and even
more audio materials. The archive-org plugin offers a simple shortcode syntax for
embedded video, audio, and playlists into WordPress post/pages.
Usage:
Place the shortcode [archive-org embed=embedID] into any post or page. embedID can be found on the Archive.org website at the tail end of the URL for a video or audio item or playlist. The plugin automatically recognizes playlists.
Optional Parameters:
width = width in pixels of the embedded player
height = height in pixels of the embedded player
playlist = true/false - determines whether a dropdown list of all the files is displayed
Example:
An example using all the options might look like:
[archive-org embed=VariousBannedAndCensoredCartoons width=640 height=480 playlist=true]
Audio playlists include the dropdown list within the vertical dimension you’ve specified. If you don’t want a dropdown, set the height=30. However, if you desire the dropdown playlist, you should probably set height to at least 380 pixels, as Archive.org has a bug in audio playlists which make the scrollbar troublesome at smaller heights.
If you set playlist=false, or omit the playlist parameter, you won’t get the dropdown. However you can move to different playlist selections by using the track forward/backward buttons in the player. With playlist=false on audio files/playlists, it’s best to set height=30.
Instalação
- Use the standard WordPress Installer to upload and unzip the plugin
- Activate the plugin through the ‘Plugins’ menu in WordPress
Perguntas frequentes
- What usage does Archive.org allow for their materials?
-
Please abide by Archive.org Terms of Use: http://archive.org/about/terms.php
Avaliações
Contribuidores e programadores
“Archive.org WP” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “Archive.org WP” para o seu idioma.
Interessado no desenvolvimento?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Registo de alterações
1.0
- Initial Release.