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
Este plugin não tem avaliações.
Contribuidores e programadores
“MediaRSS” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “MediaRSS” 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
- Fixed issue with unencoded ampersands. Thanks to Justin Chen for reporting this and testing the patch.