[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fOnybG4kjnmjtMLv_KQJZToHaVbRT9Y59Wn2U_kqt1v4":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"shamusyoung","","https:\u002F\u002Fprofiles.wordpress.org\u002Fshamusyoung\u002F",1,10,85,30,84,"2026-04-05T05:33:16.544Z",[14],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":8,"downloaded":20,"rating":21,"num_ratings":7,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":5,"tags":25,"homepage":30,"download_link":31,"security_score":9,"vuln_count":32,"unpatched_count":32,"last_vuln_date":33,"fetched_at":34},"wavatars","Wavatars","1.1.3","\u003Cp>Wavatars is a plugin that will generate and assign icons to the visitors leaving comments at your site. The icons are based on email,\u003Cbr \u002F>\nso a given visitor will get the same icon each time they comment.  It livens up comment threads and gives people memorable “faces” to\u003Cbr \u002F>\naid in following conversations.  It’s also fun.\u003C\u002Fp>\n\u003Cp>Features:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Wavatars can generate 956,384 different shapes in 57,600 different color combinations for a total of 55,087,718,400 (55 billion)\u003Cbr \u002F>\nunique Wavatars.  Yeah, you should have plenty.  You’ll run out of human beings (or hard drive space) long before you run out of\u003Cbr \u002F>\nWavatars.\u003C\u002Fli>\n\u003Cli>The icons are generated on-the-fly.  You can adjust the desired size of the icons.\u003C\u002Fli>\n\u003Cli>For easy deployment, icons will automatically precede the commenter’s name.  You can set HTML to come directly before and after the\u003Cbr \u002F>\nicon (to put it inside of a \u003CDIV> tag, for example) or you can control the placement of the icons manually if you don’t mind adding\u003Cbr \u002F>\na single line of PHP to your theme.\u003C\u002Fli>\n\u003Cli>Wavatars are based entirely on email and are thus very portable.  The same email will result in the same Wavatar, even on different\u003Cbr \u002F>\nsites, so users will have the same icon on all Wavatar-enabled sites.  (Assuming, or course, that there are other Wavatar-enabled\u003Cbr \u002F>\nsites.  I don’t know if anyone will want this plugin or not.)\u003C\u002Fli>\n\u003Cli>This plugin also supports \u003Ca href=\"http:\u002F\u002Fsite.gravatar.com\u002F\" rel=\"nofollow ugc\">Gravatars\u003C\u002Fa>.  If you like, it can show the Gravatar for a given user\u003Cbr \u002F>\n(if available) and fall back on their Wavatar only if they don’t have a Gravatar set up.  This means users can choose to set up a unique\u003Cbr \u002F>\nicon for themselves, and if they don’t, they will be assigned a unique Wavatar.  This is a great system that lets people personalize if\u003Cbr \u002F>\nthey want, yet still provide a decent icon for the lazy or apathetic.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Revision History\u003C\u002Fh3>\n\u003Ch3>Version 1.1.3\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Fixed bad encoding which would prevent wavatars from appearing if the rating was NOT blank. If the admin does not specify a rating, the rating field is omitted.\u003C\u002Fli>\n\u003Cli>Fixed a typo on the admin panel.\u003C\u002Fli>\n\u003Cli>The wavatar url is now URL encoded.\u003C\u002Fli>\n\u003Cli>The image tag no longer uses the pointless “border tag, and it is now properly closed.\u003C\u002Fli>\n\u003Cli>Removed extra (pointless, harmless) repeated calls to strtolower ().\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Thanks to Gavin Lambert for many of these changes.\u003C\u002Fp>\n\u003Ch3>Version 1.1.2\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Made several small changes to comply with the changes at gravatars.com.  Appended .jpg to the $md5 hash, switched to using the new (shorter) field names.\u003C\u002Fli>\n\u003Cli>Fixed bug where the plugin was inserting wavatars in places it shouldn’t, such as RSS comment feeds and in sidebar wigits.  The auto-placement will now ONLY place\u003Cbr \u002F>\nicons when viewing a single post or a page.\u003C\u002Fli>\n\u003Cli>When placing icons manually within their theme, users should use \u003Ccode>wavatar_show($comment->comment_author_email)\u003C\u002Fcode> as opposed to\u003Cbr \u002F>\nwavatar_show($comment_author_email), as the eariler versions directed.  The latter will work in some situations but fail in others, and so the former is more correct.\u003Cbr \u002F>\nThe readme and the admin panel have been updated to reflect this.\u003C\u002Fli>\n\u003Cli>The admin panel will now list how many wavatars are in the cache.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Version 1.1.0\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Fixed bug where setting AVATAR_SIZE to an odd number would cause PHP to pass floating-point values to imagefill (), which is not a good idea.\u003C\u002Fli>\n\u003Cli>Fixed bug where gravatars were always requested at 60×60, instead of the size defined in the admin panel.\u003C\u002Fli>\n\u003Cli>Added the function wavatar_get (email, size), which will return the url of the requested avatar instead of displaying it.  This can be useful if you want to use the\u003Cbr \u002F>\nimage in other ways, such as making it the background of an HTML element.  You could also use this if you need to display the image in a rectangular area instead of a square.\u003C\u002Fli>\n\u003Cli>Added option for controlling the rating of gravatars. (G, PG, R, X)\u003C\u002Fli>\n\u003Cli>Added options for how to handle users who leave the email field blank.  You can choose to give them a wavatar anyway, to give them a blank image, or show no image at all.\u003C\u002Fli>\n\u003Cli>The link back to the wavatars homepage in the footer is now actually a link and not just text.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Version 1.0.1\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Initial release.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Advanced Tricks\u003C\u002Fh3>\n\u003Ch4>Using wavatar_show ()\u003C\u002Fh4>\n\u003Cp>If you place Wavatars by calling wavatar_show () manually, note that you can also specify an optional “size” argument to override the\u003Cbr \u002F>\ndefault. For example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wavatar_show($comment->comment_author_email, '160');\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This would cause the Wavatar to be 160×160 pixels, even if the default was set to some other value.  You could do this to make admin icons\u003Cbr \u002F>\nlarger, for example.\u003C\u002Fp>\n\u003Ch4>Using wavatar_get ()\u003C\u002Fh4>\n\u003Cp>If wavatar_show () STILL doesn’t give you enough control, you can call:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wavatar_get(email, size);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>And it will return the URL to the created image without writing anything to the page.\u003C\u002Fp>\n\u003Ch4>Random Wavatar Field\u003C\u002Fh4>\n\u003Cp>Put this code in your theme:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>for ($i = 0; $i \u003C 100; $i++)\n    wavatar_show ($i);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>It will generate a field of 100 random wavatars, which is amusing.  This is how I generated the wavatar screenshot.  It’s also a great way to quickly\u003Cbr \u002F>\ntest you source images if you’re editing the composite parts to make new wavatar types.\u003C\u002Fp>\n","Wavatars will generate and assign icons to the visitors leaving comments at your site.  It can optionally show Gravatars as well.",10511,100,"2008-03-25T05:55:00.000Z","2.3.1","2.0.2",[26,27,28,29],"avatars","comments","gravtars","icons","http:\u002F\u002Fwww.shamusyoung.com\u002Ftwentysidedtale\u002F?p=1462","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwavatars.zip",0,null,"2026-03-15T15:16:48.613Z"]