Comment on Stallion SEO Super Comments WordPress SEO Plugin by WordPress SEO Theme Author.
Not used Gravatar Hovercards before, so not looked into how to implement them in detail.
Tried a couple of plugins on a test site running Stallion, no joy. Took a look at what the plugins output and looks like just a reference to javascript.
<script type='text/javascript' src='http://s.gravatar.com/js/gprofiles.js?ver=e'></script>
Tried a Gravatar Hovercard plugin with the TwentyEleven theme and the TwentyTen theme and it didn’t work, so looks like the two plugins I found first are broken (first two listed in Google for the “Gravatar Hovercards WordPress” search).
Found a plugin called Extended Gravatar v.06 which works in TwentyTen. Tested on Stallion v7 and didn’t work in the comments area, but did work on the author biography box and if I posted a Gravatar image link within a post. Interesting feature with the Extended Gravatar plugin, looks like it can be set to email your commenter’s an invitation to join Gravatar if they don’t already have a Gravatar image etc… which might fit in well with your plans.
Suspected the issue would be the Gravatar SEO code I use in Stallion 7 that turns the Gravatar image links (which are potentially SEO damaging) into CSS based background images (which are SEO neutral). Changed the code to what other WordPress themes use and it worked.
I’ve left the original Gravatar code within Stallion, so easy to revert it back.
Edit comments-reply-functions.php
Change
$email = $comment->comment_author_email;
$size = 60;
$rating = get_option('avatar_rating');
$gravtype = get_option('avatar_default');
$default = urlencode( 'http://www.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=' . $size );
if ($gravtype=='mystery')
$grav_url = 'http://www.gravatar.com/avatar/'. md5( strtolower( trim( $email ) ) ). '?s=' . $size . '&r=' . $rating . '&d=' . $default;
elseif ($gravtype=='blank')
$grav_url = "/wp-includes/images/blank.gif";
else
$grav_url = "http://0.gravatar.com/avatar/" . md5( strtolower( trim( $email ) ) ) . "?s=" . $size ."&d=" . $gravtype ."&r=". $rating;
?>
<div class="gravatars" style="background: url()"></div>
to
<?php echo get_avatar($comment, 60);?>
That should get you on the right track.
With minimal testing the Gravtar Hovercards were temperamental in Stallion, though this was a Localhost test site with various plugins running that look for code errors etc… and load a lot of javascript and other stuff that can get in the way.
If you get something working that you think would extend Stallion would consider adding the plugin to Stallion and add an option to use the original Gravatar code above or I might be able to find a way to have it work with the current Stallion SEO safe Gravatar code.
Do like the idea if commenter’s will use it.
David
More Comments by WordPress SEO Theme Author
WordPress SEO Theme Layout CSS Max-Width of Images That’s a CSS setting called max-width within the Stallion layout CSS files so images never stretch over the sidebars.
Under /stallion-seo-theme/colors/ you’ll find the layout CSS files name format layout-***.css where the *** relates to the layout used, layout-310r.css for example …
Continue Reading Stallion WordPress Theme Layout/Design Options
WordPress Theme Promotion Adding Facebook Button to WordPressTheme There’s no Stallion option to change the Facebook code.
The code is located in the file
/stallion-seo-theme/plugins/social-network.php
on line 11.
Not looked into what you want to achieve, so don’t have a code snippet, should be easy to find the code from Facebook.
David …
Continue Reading Stallion WordPress Theme Promotion Options
WordPress SEO Duplicate Content WordPress SEO of Categories 1,200+ posts in only 8 categories averages at 150 posts per category IF you have them spread evenly (which you won’t).
With the standard 10 posts per category that’s 15 pages deep, unless you have a high PR site (loads of …
Continue Reading WordPress SEO Tutorial Duplicate Content and Canonical URLs
WordPress SEO Duplicate Content Delete WordPress Tags and Categories with NO Search Engine Traffic If some WordPress tags get search engine traffic keep theme and keep the same layout, but delete the tags that get no traffic.
This way your tags with traffic loose no internal backlinks and you waste no link benefit on tags …
Continue Reading WordPress SEO Tutorial Duplicate Content and Canonical URLs


Stallion WordPress Theme Feature Requests Stallion SEO Theme Updates No time frame for the next Stallion update (planned to have it done at the start of the year!), having some health problems that’s making it difficult to work for long periods of time, so a lot of stuff is …
Continue Reading Stallion WordPress Theme Feature Requests