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

AvatarPlus

外掛說明

AvatarPlus allows users to use the avatar from a social service of their choice (supports: Google+, Twitter and Facebook) as their comments avatar instead of the default from the Gravatar service or your WordPress installation. More and more users avoid typing in their mail address and instead just want to hand out their social profile URL. AvatarPlus adds this feature to WordPress comments, thus making the mail address field not required anymore for displaying an avatar image.

Flexibility for a maximum number of use cases: The plugin allows to either add a new field to the comments section or just use the homepage URL field for the social profile URL. AvatarPlus also recognizes redirects and is able to work with most URL-shortening services like bit.ly or goo.gl.

Environment friendly: AvatarPlus cares about your resources and uses a simple caching mechanism to save the avatar links directly and therefore reducing the number of HTTP requests to a minimum and serving your sites comments section as fast as possible.

Maximum code quality: Every single line of code is written with WordPress “Best Practice” in mind to serve you only the highest quality product.

Arbitrary section

AvatarPlus uses a simple caching mechanism. In some countries, webmaster have to declare if the webpage stores personal data about the user. AvatarPlus stores the following data:

  • The URL which the users entered into the comment form.
  • The profile URL to their social network profile, if the URL (which the user entered) redirects to their respective profile URL.
  • The URL of the profile image they use on the social network.

  • This data will be stored until an expiration is set in the backend/administration interface.

  • The expiration can divert (depending on your settings).
  • The check whether the plugin needs to delete. any data will be run once a day. For further details see the internal mechanisms of the plugin in its source code.

螢幕擷圖

  • AvatarPlus backend

安裝方式

  1. Search for the plugin name in your admin user interfaces plugin page. Then install it.
  2. If needed, adjust the settings under “Settings” » “AvatarPlus” in the admin user interface.

If you want to install the plugin manually:

  1. Download “AvatarPlus” from the WordPress repository
  2. Unpack the archive.
  3. Upload the unpacked archive folder to your plugins folder.
  4. Activate the plugin.
  5. If needed, adjust the settings under “Settings” » “AvatarPlus”.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

0.4

  • Optimized caching
  • Simplified autoloading
  • Simplified php version check
  • Fix some smaller bugs

0.3

  • Fix small caching problems

0.2

  • First public version

0.1

  • First developer version