Gravatar Has A New Home – WordPress

Gravatar Acquired By AutomatticI’m pretty happy to see that Gravatar has been picked up by the WordPress guys. Gravatar is a neat concept in that when you upload an avatar to their service, any website or forum that supports Gravatar would be able to display your image. It was a concept that if it would of taken off like it was supposed to, chances are, we would of had the ability to use one service for avatar management instead of relying on individual sites and forums.

Within the past three days, Automattic has moved the Gravatar Rails application into their own WordPress infrastructure. This has allowed Gravatars to display three times faster as well as making the site load each time you browse to it. This was a problem I was experiencing with Gravatar a week ago where the damn site wouldn’t load. Glad to see thats fixed. Last but not least, Gravatar was running on the Mephisto CMS and has since been moved over to WordPress. Imagine that!

The most exciting portion of this acquisition are the plans that Matt and company have for the service:

  • All of the Premium features will be free, and refund anyone who bought them in the last 60 days.
  • Move the gravatar serving to a Content Delivery Network so not only will they be fast, it’ll be low latency and not slow down a page load.
  • Take the million or so avatars we have on WordPress.com and make them available through the Gravatar API, to compliment the 115k already here.
  • From Gravatar, integrate them into all WordPress.com templates and bring features like multiple avatars over.
  • From WordPress.com, bring the bigger sizes (128px) over and make that available for any Gravatar. Currently Gravatars are only available up to 80px.
  • Allow Gravatar profile pages with Microformat support for things like XFN rel="me" and hCard.
  • Develop a new API that has cleaner URLs and allows Gravatars to be addressed by things like URL in addition to (or instead of) email addresses.
  • Rewrite the application itself (site.gravatar.com) to fit directly into our WordPress.com grid, for internet-scale performance and reliability.

I’m pretty excited to see the implementation of Gravatar into WordPress as a whole. The two services compliment each other and it’s only natural that they become ONE. I’ve used Gravatar for a few years now but it’s been awhile since I’ve messed with my account. Looks like I should blow the dust off as I’ll be using it again in the near future.

What do you think of this acquisition? Do you use Gravatar? Go ahead and leave some feedback.

WordPress Comment Reply Plugin

East Reply Plugin

One of the greatest things about blogging, especially on your own blog is the discussion that takes place through comments. Here at Jeffro2pt0.com we have taken the approach of manually typing in <strong>@CommentAuthorName</strong> as our means of typing out a reply. After typing this in time and time again, it begins to become irritating.

While searching the plugin database on WordPress.org, I came across WP-EasyReply. This plugin when activated presents a REPLYNEW link near the commenting text area. When you click this link, all of the comments that came before yours are automatically entered into the comment form along with a blockquoted version of their comment. This is similar in how a forum works when you want to reply to specific person and it automatically quotes their comment.

WP EasyReply In Action

I thought this was great. However, I didn’t see the need of appending the same comment over and over again throughout the discussion so I went inside the plugin code and deleted a few things. Now when you click the link, it automatically outputs the @AuthorName in bold which is what the user’s of this blog and myself have been doing for quite some time now.

The only problem with this plugin is that the link only appears for me and no one else. I am currently working with the plugin author to see if the reply link can be manipulated so that it is displayed for the general public to use. I’m also trying to talk the plugin author into wrapping up his plugin into a one line php function like so many other plugins. This way, users would be able to place that line of code anywhere they wanted to within the comments.php file giving blog owners the chance to display the REPLY NEW link anywhere they see fit.

If you want the same results here is the code change:
Original Code:
$posters.="@$com->comment_author - < blockquote >".htmlentities(@$com->comment_content)."< /blockquote >$lf$lf";

Changed Code:
$posters.="< strong >@$com->comment_author < /strong >

WordPress 2.3 And Fantastico

WordPress Fantastico Script

I’ve noticed that this site is receiving quite a bit of search engine traffic from people looking for information in regards to WordPress 2.3 and Fantastico. Fantastico is an auto installer for popular scripts such as content management systems, forums and the like. WordPress is one of the scripts supported by Fantastico that will auto install if you choose to go that route however, your then left at the mercy of Netenberg. Until Netenberg updates the Fantastico auto installer to include the upgrade to 2.3, your stuck at 2.2.

The image displayed up above is from Fantastico through my own webhosting account. It’s been three weeks since the release of 2.3 but I imagine its taking them some time as WordPress 2.3 was a major upgrade and Fantastico is wildly popular. Most webhosting providers use CPANEL as their user control panel verse any other control panel.

According to their official forum, WordPress 2.3 support will be part of their next release. So hang in there!

Bloggerplay Releases iGoogle Gadget

BloggerLogo

Blogger has developed and released an iGoogle gadget for those that enjoy Blogger Play. Blogger Play is a real-time slideshow of photos Blogger users have recently uploaded to their blogs. Blogger has also added some additional functionality to Blogger Play. The keyboard can now be used to control the flow of images. The space bar plays and pauses while the left and right arrow keys move backwards and forwards.

Just sitting at the Blogger Play page watching all sorts of images go by is yet, another productivity killer to add to my list.

I See Your WordPress Plugins

Wordpress.com LogoSimonne of AllTipsAndTricks.com has posted a helpful tip for WordPress users. By default, the permissions for your WordPress directory are set up in such a way to allow the public viewing access. Like Simonne, I’m not sure what the practicality would be except for those snooping around or those trying to figure out which plugins you have installed in which they can then look for vulnerabilities or exploits in those plugins to hack your site.

The fix is quite simple. You can do one of two things, change the permissions of that directory from 0755 to 0750 or, you can upload a blank index.html file. When I set my plugin folder to 0750, some of my plugins decided to stop working. So I opted for option two. In fact, I added a redirect within my index.html page that redirects the browser to my homepage.

Here is the code I used in my index.html file if you would like to do the same.

Redirect Code I Used In My Index.html File

UPDATE -Thanks to LGR for adding this in via the comments. You can simply add Options -Indexes to your .htaccess file. This will redirect anyone who is trying to view a folder index to your 404 error page without the need of creating empty index.html files. Thanks again LGR.

A Big Heart Felt Thanks To YOU

Thanks To You

I’d like to say thank you to my sponsors. Just kidding. No sponsor has been dumb enough to give me money so instead, I’d like to take this opportunity to thank my readers. This blog was started back at the end of May as a one year project to see where I could take it. So after four months into the project, let’s take a look at some statistics.

Subscribers:

This site now has a total of 103 Subscribers according to Feedburner. This number varies day to day but is steadily showing over 100 subscribers. Thanks to all of you who have subscribed either by email or by RSS. I truly do appreciate it as it tells me that what I’m writing is important or at the very least informative.

Conversations:

At the time of this writing, this site has a total of 348 comments on 227 posts contained within 13 categories and 1,147 tags. Some of the comments within this specific stat are actually trackbacks or pingbacks but for the most part, the comments were made by real people. One of the major goals that I am trying to achieve with this site is building a COMMUNITY. A social community at that. A community that contributes intelligently to the conversations that I start with each post.

Any time I publish a post on this site, I always look forward to checking my email to see if and who has contributed to the conversation. I realize that as a blogger, comments are hard to come by. That is why I try to thank everyone who leaves a comment as I’m appreciative of the time you took out of your day to stop by and say hello. So I’ll end this by saying THANK YOU to each and everyone of you who have left a comment on this blog since it’s inception. It’s nice to know that I’m not blogging within an empty room.

Akismet The Time Saver:

Every blogger seems to toot their own horn when they reach a milestone with spam such as Darren Rowse. I’ll be no different except to let you know that so far, Akismet has blocked 1,377 spam messages. Although a far cry from two million, Akismet has been one hell of a time saver for me. I will say however that, Akismet is not perfect and in recent weeks, Akismet has been missing spam but overall, it’s the best anti spam solution I’ve ever seen other than disconnecting from the net. So here is a big thank you to everyone involved with Akismet.

In Closing:

According to the logs, each month has shown a steady increase in traffic, an increase in subscribers and more importantly, an increase in user interaction. In the past four months, I’ve managed to develop virtual relationships with various people across various blogs. The next four months will be interesting as I continue to experiment with this blog and continue with my writing. I’ll write up another post like this when we hit the eight month mark to see where we have progressed. Rest assured that I appreciate every comment, trackback, pingback, linkback, bookmark, stumble, digg ect. that is given to me. It would be great if I could get paid to do this sort of work, but as it stands, this blog is advertisement and sponsor free. So in the mean time, what I mentioned above is what I consider blogging currency. From what I’ve seen so far, I’m no longer a blogging bum, thanks to you of course.

Readers First

Unlike most other sites or blogs, I don’t mind thanking those who have helped me reach this point. So in no particular order, I’d like to thank the following people. I apologize if you don’t see your name on this list.

Last but not least, thanks to all of you who have joined my MyBlogLog community, added me to Twitter and to everyone that I have associated with on TalkShoe.If you want to be removed from this list or if you would like for me to change the site your link is pointing to, let me know by leaving a comment.

Icon Based Social Bookmarking Plugin

m Lienzo.com Logo

Aaron over at Milienzo.com has published his first ever WordPress Plugin entitled ‘I Love Social Bookmarking‘. I love social bookmarking gives your readers a chance to submit your site/articles to various social bookmarking services via a tidy drop-down list.

Screenshot of the plugin in action:

Screenshot Of The Plugin

Version 0.1b is a pre-release trial version released to eliminate bugs and identify popular feature requests before a general public release. If you’d like to help me test this version please install it and let me know of any problems you encounter or additional features you’d like to see included.

Personally, I enjoy using the ShareThis plugin as it provides many more options than Milienzo’s plugin, including the option of emailing the post. However, this is his first ever plugin so it will be interesting to see where he takes this. Milienzio, my advice is to look at what ShareThis has to offer and see if you can improve upon that.

FeedSmith Plugin Security Update

Feedburner.com LogoThe FeedBurner Feedsmith plugin for WordPress which consolidates all of your WordPress RSS Feeds into one, has undergone a small security update. According to Feedburner, older versions of FeedSmith, can be vulnerable to what is called a “cross-site request forgery.” This permits someone to change WordPress plugin settings on your system without you noticing during the time you are signed into your WordPress control panel.

Feedburner recommends downloading the latest version of the plugin, FeedSmith V2.3 as this version ensures that the only person who can change FeedSmith settings is the administrative account that is signed into your WordPress account.

Here are the directions to update your plugin.

  1. Download version 2.3 of the plugin.
  2. Sign in to your WordPress admin control panel.
  3. Under Plugins, locate the current FeedSmith plugin, and click “Deactivate.”
  4. Copy the plugin file, FeedBurner_FeedSmith_Plugin.php into your default WordPress plugin directory, wp-content/plugins/
  5. Reactivate the plugin by logging in to your WordPress administration area, clicking Plugins, then clicking Activate at the end of the “FeedBurner FeedSmith” row.

At the end of this process, v2.3 will be active and will use your existing feed redirection settings; there is no need to re-enter them. You will also be protected against any potential request forgery attack.

AskApache 404 Google Fix

Askapache.com Logo

For those of you who are using the ajax powered Google search plugin for your WordPress 404 page that I featured here Add Google Ajax To Your WP 404 Page, you may have noticed after upgrading to WordPress 2.3 that the search results have stopped displaying. A number of others including myself have experienced this problem and the fix is relatively simple.

In your WordPress admin panel, click on the OPTIONS link. Now click on the AA Google 404 link which will load the options for this specific plugin. Where it says Google API Key, click on the GET ONE link. Type in your URL to Google and they will provide you with a new API key. Replace the plugins current API key with the newly acquired one and click the save button. Your 404 search results should reappear.

Microsoft Updates Live Search Engine

MSLiveSearch LogoMicrosoft has updated is LIVE search engine today. The updates were focused around the core search technology as well as the vertical search areas of entertainment, shopping, local and health. Collectively, these improvements mark a quality milestone based on the company’s focus on delivering a better search experience for consumers and advertisers.

Here are some of the updates which were covered.

  • Over fourfold increase in index size.
  • Substantial improvements in understanding queryintent.
  • Significant enhancements to core algorithms.
  • Increased focus on query refinement.
  • New Web data extraction model.
  • Expansion of Rich Answers.

Additional improvements to the service include a new, cleaner user interface that makes the results pages easier to read and use; a more robust Answers platform that provides instant access to information from trusted sources while increasing relevancy; and organization of results pages based on the high-interest search verticals of entertainment, shopping, local and health on one page.