Comment on SEO Super Comments WordPress Plugin by SEO Dave.
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
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 SEO Dave
SEO Super Comments
WordPress 4.4 SEO Comment Widget Bug Fix
Found what the problem was and though it’s an easy fix, wasn’t easy to find!
Still not sure why the old code doesn’t work In WordPress 4.4, but does in earlier versions (used that code for ages).
The file to edit is:
/stallion-responsive/widgets/stallion-wordpress-seo-recent-comments.php
Find …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Looks like a New Bug
Checked out the problem and have found a similar issue in the latest version of Stallion Responsive (you still use the older version).
Not looked into the code etc… yet, so no idea of the cause etc… and due to the …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Dealing with WordPress Comments and SPAM
Stallion Responsive doesn’t approve comments automatically, there’s a WordPress core feature (available to all WordPress users) that you can turn on under Settings > Discussions that you can automatically approve all comments, but it’s not a good idea, you’ll get …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Indexing WP SEO Comments Pages
The Stallion SEO Super Comments option “Comment Posts Size” doesn’t have any impact on the dynamic creation of the SEO super comments pages, they are dynamically generated no matter what the “Comment Posts Size” is set to.
So they always exist …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Set WordPress Comments On
Comments are a default WordPress feature, so Stallion doesn’t turn them on/off completely, Stallion adds extra features to comments.
Looks like your settings have comments on now, but have they always been turned on under “Settings” >> “Discussions” or are these …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Comment Title Anchor Text SEO
On point 1 it’s swings and roundabouts.
You can argue EVERY comment should have a unique title AND support the main article by using relevant keywords (to the main article) in the comment title (it’s used as anchor text) AND the …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Comment Titles
The comments titles SEO is an issue, I’ve found the best solution is manually edit them from time to time.
For comments that lack a title add one as soon as possible.
For not so good comment titles, depends how bad the …
Continue Reading Comments WordPress Plugin
SEO Super Comments
WordPress Comment SEO
The “Comment On” text (which can be changed/deleted on the language options page) has no SEO value, there to add some context to the link back to the main post.
For this posts super SEO comments the anchor text for the …
Continue Reading Comments WordPress Plugin
SEO Super Comments
SEO Value of WordPress Gravatar Images
Standard WordPress themes Gravatar code are standard image code with a blank alt text attribute. Images with this format used by all WordPress themes I’ve seen except Stallion have SEO value when used correctly, in particular the alt text is …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Stallion SEO Super Comments Plugin Options
The original Prevolac SEO Super Comments plugin I got the starting code from for the Stallion SEO Super Comments Plugin “creates” (not really creates as it’s all database based) an SEO Super Comment for every comment even a single word …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Google News WordPress Plugin and Fresh Content
Does Google Prefer Fresh Content? is an article I wrote a while back about fresh content.
Didn’t install the Google News plugin, but have seen similar.
I’d be very careful using this type of WordPress plugin on important websites. The content is …
Continue Reading Comments WordPress Plugin
SEO Super Comments
Stallion SEO Super Comments Plugin
The SEO Super Comments Plugin code built into Stallion has been changed so much it wouldn’t work outside Stallion without significant code changes, for example there’s half a dozen plus Stallion Theme options that the Stallion SEO Super Comments plugin …
Continue Reading Comments WordPress Plugin