{"id":2237,"date":"2007-11-16T15:05:28","date_gmt":"2007-11-16T15:05:28","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/easygravatars\/"},"modified":"2010-01-14T15:36:33","modified_gmt":"2010-01-14T15:36:33","slug":"easygravatars","status":"publish","type":"plugin","link":"https:\/\/azb.wordpress.org\/plugins\/easygravatars\/","author":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3","stable_tag":"1.3","tested":"3.0.5","requires":"2.0.4","requires_php":"","requires_plugins":"","header_name":"Easy Gravatars","header_author":"Dougal Campbell","header_description":"","assets_banners_color":"","last_updated":"2010-01-14 15:36:33","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/dougal.gunters.org\/donate","header_plugin_uri":"http:\/\/dougal.gunters.org\/plugins\/easy-gravatars","header_author_uri":"http:\/\/dougal.gunters.org\/","rating":5,"author_block_rating":0,"active_installs":200,"downloads":64634,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[129,1076,107,127,10087],"plugin_category":[44,50],"plugin_contributors":[77598],"plugin_business_model":[],"class_list":["post-2237","plugin","type-plugin","status-publish","hentry","plugin_tags-avatar","plugin_tags-avatars","plugin_tags-comments","plugin_tags-gravatar","plugin_tags-gravatars","plugin_category-discussion-and-community","plugin_category-media","plugin_contributors-dougal","plugin_committers-dougal"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/easygravatars.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin allows you to automatically add Gravatars for commenters to your\ntheme, if your theme does not already support them.<\/p>\n\n<p>According to the Gravatar.com website, Gravatars are Globally Recognized\nAvatars, or an \"avatar image that follows you from weblog to weblog\nappearing beside your name when you comment on gravatar enabled sites.\" \nYou register with the Gravatar server, and upload an image which you will\nuse as your avatar. The gravatar image is keyed to your email address, so\nthat it is unique to you.<\/p>\n\n<p>This plugin will display gravatars for the people who comment on your posts.\nYou do not need to modify any of your template files -- just activate the\nplugin, and it will add gravatars to your comments template automatically.<\/p>\n\n<h3>Credits<\/h3>\n\n<p>Based on a code snippet from Matt Mullenweg:\n  http:\/\/photomatt.net\/2007\/10\/20\/gravatar-enabled\/\n  http:\/\/pastebin.ca\/743979<\/p>\n\n<p>Props to David Potter for pointing out that Gravatar normalizes email\naddresses to lowercase before hashing with MD5:\n  http:\/\/dpotter.net\/Technical\/index.php\/2007\/10\/22\/integrating-gravatar-support\/<\/p>\n\n<!--section=installation-->\n<p>Copy the easygravatars folder and its contents to your wp-content\/plugins\ndirectory, then activate the plugin.<\/p>\n\n<p>The plugin will add a new Easy Gravatars section under the Options menu.\nThere, you can configure the size and maximum rating of the gravatars that\nyou wish to display. You can also set the location of a default image to\ndisplay for users who have no gravatar (the default is a 1px transparent\ngif), you can tweak the CSS for the wrapper around the image, and you can\nselect to attach the gravatar to either the comment author link, or the text\nof the comment.<\/p>\n\n<p>By default, the gravatar is floated to the right of the comment author's\nname, which should work well with most templates.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>I have a Gravatar, but it doesn't appear<\/dt>\n<dd><p>The Gravatar service allows you to register multiple email addresses. Make\nsure that the email address you use in your WordPress comments matches an\nemail address registered on the Gravatar server.<\/p>\n\n<p>Also, check the rating of your gravatar versus the maximum allowed rating in\nthe Easy Gravatar options. If your gravatar is rated 'R', but you set the\nmaximum Easy Gravatar rating to 'PG', the image will be blocked.<\/p><\/dd>\n<dt>Some people see Gravatars, but others don't<\/dt>\n<dd><p>In some cases, there have been reports that Internet Explorer 6.0 does not\ndisplay gravatars properly. This is probably due to CSS bugs in IE6. I will\ntry to isolate this as time allows, but the best advice is for users to\nupgrade to IE7 (for security and better standards support), or to use\nanother browser, like Firefox or Opera.<\/p><\/dd>\n<dt>My comment author links disappear<\/dt>\n<dd><p>You may have another plugin which is conflicting with Easy Gravatars. In\nparticular, Joost de Valk's Google Analytics plugin version 1.3 also tried\nto modify the comment author link. Upgrade to version 1.4 or higher of his\nplugin, or select the \"Comment Text\" API hook in Easy Gravatar's Advanced\nOptions.<\/p><\/dd>\n<dt>Gravatars appear, but...<\/dt>\n<dd><p>The placement of the Gravatars within your comments template is controlled\nby the <code>Span style<\/code> and <code>API hook<\/code> options. The gravatar is rendered as an\nimage tag within a span, which is prepended to either the comment author\ninformation or the text of the comment, depending on the hook selected.<\/p>\n\n<p>The default options should work fine with most WordPress templates, but\nthere's always the chance that a template with a complex layout might have a\nconflict. If simply changing the API hook selection doesn't give a result\nwhich is to your liking, you will need to modify the CSS in the span style.<\/p>\n\n<p>Sorry, but help with CSS styling is beyond the scope of this document.<\/p><\/dd>\n<dt>Doesn't WordPress 2.5 have Gravatars built-in? Why do I need Easy Gravatars?<\/dt>\n<dd><p>Yes, WordPress 2.5 added native support for Gravatars. However, older themes\ndon't support them. If you are using a theme which doesn't already support\nadding Gravatars, you either need to modify the templates yourself, or use\nEasy Gravatars to add them automatically for you.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3      2010-01-14<\/h4>\n\n<ul>\n<li>Tested compatibility up to WordPress 3.0-a<\/li>\n<\/ul>\n\n<h4>1.2      2008-03-06<\/h4>\n\n<ul>\n<li>When running under WordPress 2.5, use the built-in Gravatar image functions.<\/li>\n<\/ul>\n\n<h4>1.1      2007-11-16<\/h4>\n\n<ul>\n<li>Gravatar images now link to comment author's URL, if provided.<\/li>\n<li>Gravatar code now prepended to text instead of appended.<\/li>\n<li>Code reorganized. Functions for filters and hooks are now near the actions\nthat actually call them.<\/li>\n<li>Added stylesheet for options page and improved layout. Split options into\n'General' and 'Advanced'.<\/li>\n<li>New advanced option for selecting either 'Comment Author Link' or 'Comment\nText' API hook.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Add Gravatars to your comments without modifying any template files. Just activate, and you&#039;re done!","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/2237","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=2237"}],"author":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/dougal"}],"wp:attachment":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=2237"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=2237"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=2237"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=2237"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=2237"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=2237"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}