[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fzuktvHN-8SMRQUFLnXKh2Wf3VGVio4srja7IDm8yaog":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"grokcode","https:\u002F\u002Fprofiles.wordpress.org\u002Fgrokcode\u002F",1,10,85,30,84,"2026-04-04T22:58:17.266Z",[13],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":7,"downloaded":19,"rating":20,"num_ratings":20,"last_updated":21,"tested_up_to":22,"requires_at_least":23,"requires_php":24,"tags":25,"homepage":31,"download_link":32,"security_score":8,"vuln_count":20,"unpatched_count":20,"last_vuln_date":33,"fetched_at":34},"ravatar","Ravatars","2.0.4","\u003Cp>Ravatars 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 is easy to customize the avatars so that they match your site’s topic or theme. It also makes comment threads easier to follow when people have memorable “faces.”\u003C\u002Fp>\n\u003Cp>This plugin is based on Shamus Young’s Wavatars plugin.\u003C\u002Fp>\n\u003Cp>And a shout out to Gregory Weir for bugfixes. Thanks!\u003C\u002Fp>\n\u003Cp>Features:\u003C\u002Fp>\n\u003Col>\n\u003Cli>You can customize the avatars your site will display to match your theme. Just upload source images to the\u003Cbr \u002F>\nwp-content\u002Fplugins\u002Fravatars\u002Fparts directory. Ravatars will create your custom avatars by choosing a random image and then cropping a random\u003Cbr \u002F>\npart of the image\u003C\u002Fli>\n\u003Cli>The icons are generated on-the-fly.  You can adjust the desired size of the icons.\u003C\u002Fli>\n\u003Cli>Easily integrates with avatar enabled themes\u003C\u002Fli>\n\u003Cli>For easy deployment in WordPress pre 2.5, 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>The same email will result in the same Ravatar every time, assuming that the source images don’t change the same.  If you want avatars that are unique to your site, all you need to do is change the source images.\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 Ravatar 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 Ravatar.  It’s a 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.0.1\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Initial release.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Advanced Tricks\u003C\u002Fh3>\n\u003Ch4>If you get a memory error\u003C\u002Fh4>\n\u003Cp>Image manipulation functions are very memory intensive.  If you get a memory error, try reducing the size of your source images by lowering the resolution or cropping them into smaller parts.  You can also increase PHP’s memory_limit.\u003C\u002Fp>\n\u003Ch4>Using ravatar_show ()\u003C\u002Fh4>\n\u003Cp>If you place Ravatars by calling ravatar_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>ravatar_show($comment->comment_author_email, '160');\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>This would cause the Ravatar 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 ravatar_get ()\u003C\u002Fh4>\n\u003Cp>If ravatar_show () STILL doesn’t give you enough control, you can call:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>ravatar_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 Ravatar Field\u003C\u002Fh4>\n\u003Cp>Put this code in your theme:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>for ($i = 0; $i \u003C 100; $i++)\n    ravatar_show ($i);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>It will generate a field of 100 random ravatars, which is cool.  This is how I generated the ravatar screenshot.  It’s also a great way to quickly\u003Cbr \u002F>\ntest your source images.\u003C\u002Fp>\n","Ravatars will generate and assign random icons to the visitors leaving comments at your site.  It can optionally show Gravatars as well.",7129,0,"2014-10-27T16:02:00.000Z","2.7","2.0.2","",[26,27,28,29,30],"avatars","comments","gravtars","icons","posts","http:\u002F\u002Fgrok-code.com\u002F7\u002Fravatar-wordpress-plugin-for-randam-avatars\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fravatar.zip",null,"2026-03-15T15:16:48.613Z"]