このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Wp Wiki Userprofile

説明

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"]

スクリーンショット

  • screenshot-1.png

インストール

This plugin Making request to Media Wiki API using CUL. So we must enable CURL in our server first.

e.g.

  1. Upload the entire wp-wiki-userprofile folder to the /wp-content/plugins/ directory
  2. 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

評価

このプラグインにはレビューがありません。

貢献者と開発者

Wp Wiki Userprofile はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Wp Wiki Userprofile” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2

  • waringing fix.

1.1

  • Shortcode support added.
  • Feedback links is are added.

1.0

  • Initial release.