Descrição
MediaRSS is a way of embedding media into your feeds. The specification at http://search.yahoo.com/mrss/ provides for many kinds of media: audio, video, etc. This plugin is equipped to locate img tags in your posts and generate XML code that can be used by feed readers.
Also included are code samples demonstrating how to extend the plugin’s functionality to meet your needs. Some PHP experience is assumed.
Instalação
Installing should be a piece of cake and take fewer than five minutes.
- Upload
mrss.php
to your/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Avaliações
Não existem avaliações para esse plugin.
Colaboradores e desenvolvedores
“MediaRSS” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “MediaRSS” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
- Fixed issue with unencoded ampersands. Thanks to Justin Chen for reporting this and testing the patch.