Descripción
This plugin is used to grab Wikipedia user contribution to wordpress blog. This plugin is intracted with Media Wiki API
using CURL request.
Plugin Features
- Widget Support
- Shortcode support
Shortcode Usage
*[wikiuser]
*[wikiuser param="editcount"]
*[wikiuser username="xxx" param="editcount"]
Capturas
Instalación
This plugin Making request to Media Wiki API using CUL. So we must enable CURL in our server first.
e.g.
- Upload the entire
wp-wiki-userprofile
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- How to enable CURL
-
checkout this link. I believe this will answer your question.
- Can I get multiple user information ?
-
Yes, We can do this. add | seperated username in the plugin settings page.e.g user1|user2
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Wp Wiki Userprofile» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Wp Wiki Userprofile» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.2
- waringing fix.
1.1
- Shortcode support added.
- Feedback links is are added.
1.0
- Initial release.