這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

dm4extensions

外掛說明

Let’s make sure that these are the starting conditions:

  1. You have developed your own WordPress plugin or theme and you host it at WordPress.org
  2. You have your own WordPress blog and in there you use either WP-DownloadManager plugin or WordPress Download Monitor plugin
  3. You list your own plug-in or theme in one of the download managers mentioned in point 2 and it links to URL at WordPress.org

OK, these are the conditions. All is fine, everything works, visitors of your web can click on the download link and they are served the file from wordpress.org and your download manager counts the hits on the files. But maybe you would like it not to show only the hits that people do on your own blog, but all the hits that your plugin or theme gets, including the ones when people find the download directly on WordPress.org site, not just through your blog.

This plugin solves it. It runs in the background, it checks if you are using one of the supported download managers, it goes through the downloads registered, and if it finds a download that has URL pointing to plugins or themes at WordPress.org, it will automatically update the hits from there to your download manager.

All is done automatically in the background. The functionality is run in the background by WordPress built-in cron. The plugin has no configuration. If you don’t have any download manager installed or you do not list any download pointing to plugin or theme at WordPress.org, this plugin will simply “do nothing”, but it will not damage your site.

Licence

WTFPL License 2.0 applies

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.

螢幕擷圖

  • WP-DownloadManager
  • WordPress Download Monitor

安裝方式

English:

  1. Well, you should have either WP-DownloadManager or WordPress Download Monitor running in your WordPress installation and you should list at least one WordPress.org hosted plugin or theme in your downloads. My plugin dm4extensions will not hurt your WP site if this is not true, but it would just not do anything in such case.
  2. Upload the full plugin directory into your wp-content/plugins directory.
  3. Activate the plugin in plugins administration.
  4. That’s it, the plugin runs automatically in the background via cron. There is no configuration of the plugin.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈dm4extensions〉的開發相關工作。

參與者

將〈dm4extensions〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3

  • dropped support for themes, as wordpress.org is no longer providing info on total downloads amount; still works good for wordpress plugins

1.2.1

  • updated to the current structure of wordpress.org web pages, so the valid info is extracted again

1.2

  • rewritten as class, additional code cleaning
  • updated to the current structure of wordpress.org web pages, so the valid info is extracted again
  • updated to the new structure of Download Monitor plugin

1.1

  • bugfix – did not work with plugins containing “-” in its URL

1.0

  • Initial release.