內容簡介
AvatarPlus 允許用戶使用他們喜歡的社交服務 (支援:Google+、Twitter 和 Facebook) 的頭像作為評論頭像,而非 Gravatar 服務或 WordPress 安裝程序的默認值。越來越多的用戶避免輸入他們的電子郵件地址,而僅希望提供他們的社交配置文件 URL,AvatarPlus 將此功能添加到 WordPress 評論中,因此不再需要在顯示頭像圖像時提供電子郵件地址欄。
最大化應用用例的靈活性:該外掛允許在評論部分添加新字段或僅使用主頁 URL 字段作為社交配置文件 URL。 AvatarPlus 還識別重定向並能夠使用大多數 URL 縮短服務(例如 bit.ly 或 goo.gl)。
環保:AvatarPlus 關心您的資源,並使用簡單的緩存機制直接保存頭像連結,因此將 HTTP 請求的數量減到最小,盡可能快地提供您的站點評論部分。
最大程式碼質量:每一行代碼都是以 WordPress 「最佳實踐」為目標撰寫,以提供您最高品質的產品。
任意章節
AvatarPlus 使用簡單的緩存機制。在某些國家,網站管理員必須聲明網頁是否存儲有關用戶的個人數據。AvatarPlus 存儲以下數據:
用戶在評論表單中輸入的 URL。
如果 URL(用戶輸入的 URL)重定向到其相應的配置文件 URL,則為他們的社交網絡配置文件 URL。
他們在社交網絡上使用的頭像的 URL。
此數據將存儲到背景/管理介面中設置的有效期為止。
到期時間可以改變(取決於您的設置)。
檢查是否需要刪除任何數據的機制將每天運行一次。有關更多詳細信息,請參閱插件源代碼中的內部機制。
外掛標籤
開發者團隊
原文外掛簡介
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.
