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

WP First Letter Avatar

説明

WP First Letter Avatar sets custom avatars for users without Gravatar. The avatar will be a first letter of the user’s name. You can also configure the plugin to use any other letter to set custom avatar.

WP First Letter Avatar includes a set of beautiful, colorful letter avatars in many sizes. Optimal size will be chosen by the plugin in order to display high quality avatar and not download, for example, big 512px avatars when only 48px is needed… PSD template for avatar is also included.

独自のプロフィール画像を作成することもできます。新しいディレクトリを「default」フォルダのとなりに作成し、「default」の命名規則に従います。

By default, custom avatar will be set only to users without Gravatars, but you can change that in settings and not use Gravatar at all.

このプラグインはブログにこれまで以上に多くの色彩をもたらします。そのうえ、読者はミステリーパーソンよりははるかに強くプロフィール画像と関係をもつことができ、これまで以上に意欲的に投稿にコメントしてくれることが期待できます。

All images were compressed using the fantastic TinyPNG, so avatars are incredibly light and ultra-high quality.

WP First Letter Avatar is also available on GitHub.

他のプラグインとの互換性

WP First Letter Avatar is fully compatible with bbPress and wpDiscuz. For BuddyPress compatibility please use my other plugin – BuddyPress First Letter Avatar.

必要条件

WP First Letter Avatar requires at least PHP 5.4. It does not work properly on PHP 5.3.x and earlier.

スクリーンショット

  • This shows three comments with first letter avatars (these commenters don't have their Gravatars) and one with standard Gravatar.
  • 2つのコメントが頭文字のプロフィール画像を使用しています。
  • Set of alphabet avatars in WP First Letter Avatar.
  • Very simple settings page for WP First Letter Avatar. You can decide which character should be used to specify avatar, turn off Gravatar, use custom avatar sets, use rounded avatars etc.

インストール

WordPress ダッシュボードから

  1. 「プラグイン > 新規追加」へ移動。
  2. 「WP First Letter Avatar」を検索。
  3. 「プラグイン」ページで「WP First Letter Avatar」を有効化します。
  4. プラグインはそのまま動作します。追加で設定するには「設定 > WP First Letter Avatar」へ移動してください。

手動インストール

Extract the zip file and drop the contents in ‘wp-content/plugins/’ directory of your WordPress installation, then activate the Plugin from ‘Plugins’ page.

FAQ

プラグインが動作しません。どうしたらいいですか?

There may be some conflict with this plugin and some other plugins you are using. If WP First Letter Avatar is overriding your other avatar plugins, please go to plugin settings and change Filter Priority value to a lower value – for example 9, or even -1. If other plugins are overriding WP First Letter Avatar images, try increasing the value to 11 or 9999. Experimenting with these values should give you some results. Filter priority value basically specifies the order that avatar filters are executed in. Setting it to a high value will cause WP First Letter Avatar to execute after other plugins, whereas setting it to a low value will execute WP First Letter Avatar before other plugins.

プロフィール画像をカスタマイズできますか?

Absolutely! Just create new directory in ‘images’ directory, call it, for example ‘my_avatar_set’ and change the avatar set in settings. Make sure to follow the directory and filename convention.
NOTE: Your custom avatars WILL BE DELETED after updating the plugin! Make backup!

Can I set custom avatars based on last (or any other) character in user’s name?

もちろんです!プラグインの「設定」でできます。

I don’t want to use Gravatar at all. Can I disable it?

Yes! By default, WP First Letter Avatar sets custom avatar only to users without Gravatar, but in plugin settings you can disable it and use custom avatar for everybody.

Is WP First Letter Avatar compatible with other plugins?

WP First Letter Avatar has fully tested compatibilty with bbPress and wpDiscuz. For BuddyPress compatibility, please use my other plugin – BuddyPress First Letter Avatar.

Can avatars be round, like in Google+?

できます。プラグインの「設定」に移動し、丸いアバターをクリックしてください。

評価

2018年5月23日
If you set the "Use Gravatar" to "unchecked" it does not send all of that data to WordPress. We like the ability that we can craft our own Avatar sets and control the exact style of the images.
2019年3月13日
It was last updated 1 year 11 months ago and tested up to WordPress 4.7.12. It may have compatibility problems with the current version of WordPress or unknown security issues. It works nice. installation is very very easy ! Fast as Light plugin, very usefull.Lot of visitors doesn't know how work custom gravatars Plugin bring more colors into our blogs thank you for this work
2018年1月12日
Plugin works as described. Works great on any properly configured wp installation on php7.1x. Looks like a future-proof plugin. Something like this should be integrated to the core. Great work guys
2017年11月20日
This plugin works perfectly for getting rid of gravatar http requests. I deactivated the gravatar check and now I have nice letters and my users won't be tracked 🙂 It works nice together with WP User Avatar, so I can have my own picture for comment responses. Thank you very much !
2017年3月29日
These developers deliver on what they promise the plugin would do. The installation is just crazy easy and flawless. No issues with anything about this plugin. OUTSTANDING Developers.
32件のレビューをすべて表示

貢献者と開発者

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

貢献者

“WP First Letter Avatar” は2ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“WP First Letter Avatar” をあなたの言語に翻訳しましょう。

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

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

変更履歴

2.2.8

  • Added 2 new avatar sets (opensans and roboto) – thanks flector!

2.2.7

  • Added option to pass additional arguments to get_avatar() – thanks dpsjorge! (for developers only)

2.2.6.1

  • Fixed get_currentuserinfo() function deprecated notice

2.2.6

  • Fixed undeclared variable notice
  • Fixed mbstring extension error

2.2.5

  • Added Polish translation
  • Fixed problem with bbPress avatars

2.2.4

  • Added fallback for Polish letters (thanks Micha�!)
  • Plugin prepared for translations (contributors are welcome!)

2.2.3

  • Fixed possible PHP error on activation due to anonymous function used

2.2.2

  • Added support for Arabic letters (huge thanks to @AmiNimA)
  • Added latest wpDiscuz compatibility
  • Fixed possible PHP error

2.2.1

  • フィルターの優先度に関する問題を修正

2.2

  • 数字のサポートを追加しました
  • Added support for Cyrillic script (huge thanks to @collex)
  • WordPress 4.4に対応
  • Small fix: changed description of filter priority value in settings (thanks to @yolandal)

2.1.1

  • Improved coding style (resulting in possibly slightly better performance)

2.1

  • Redesigned Gravatar/first letter avatar choice mechanism (faster and more reliable performance)

2.0.1

  • Fixed possible problem with verifying Gravatars

2.0

  • WordPress 4.3 ready (fully tested)
  • Fixed fatal error on PHP 5.3 (now plugin simply won’t activate on PHP lower than 5.4)

1.2.8

  • Greatly improved security of AJAX requests
  • Added new feature – filter priority (only for advanced users)
  • Fixed possible compatibilty issues with other plugins by adding prefix to couple of global JS variables
  • Fixed weird error some users experienced (avatars displaying as letter A for every user)
  • Asynchronous JavaScript Gravatar verification now as default option for new plugin users
  • No longer need to activate plugin on Settings > Discussion page (it was causing problems)
  • Changed plugin author from myself to my brand – Dev49.net 🙂

1.2.7

  • Fixed couple of minor issues
  • Improved JavaScript Gravatar loading
  • Added new default avatar in Settings > Discussion page
  • Plugin options removed from database after uninstalling (no DB leftovers after uninstalling)
  • Added protection disallowing activating plugin on PHP < 5.4 and WP < 4.0

1.2.6

  • PHP 5.4.x or later REQUIRED: PHP 5.3.x is no longer supported by PHP team, if you are still using it – update immediately
  • Added asynchronous Gravatar loading for faster page rendering (needs to be activated in plugin Settings)
  • Added auto-check to see if one or more options in plugin Settings are not empty
  • Fixed standard avatars replacement on Discussion page in Settings
  • Couple of minor fixes

1.2.5

  • Fixed common PHP warning
  • Fixed avatar presentation of logged-in users in their userbars

1.2.4

  • Fixed couple of small technical issues

1.2.3

  • Improved avatar appearance on top admin/user bar
  • Added full compatibility with bbPress plugin

1.2.2

  • Fixed conflicts with some comment systems (such as wpDiscuz)

1.2.1

  • Avatar is now in the right position in dashboard (in previous versions it used to be in bottom left corner instead of upper right corner)
  • Optimized database readings (for plugin settings)

1.2

  • Added round avatars option – you can turn it on in plugin settings

1.1

  • Fixed PHP “Missing argument” error

1.0

  • First WP First Letter Avatar release