Posts Tagged ‘WordPress Plugins’

10 WordPress Plugins I Couldn’t Run a Site Without

Welcome to my blog, please feel free to subscribe to my RSS feed, join me on Twitter or leave a comment.

Before I give you my real list, let me tell you that there are some basics that don’t even deserve to make this list because if you’re running a blog without them, you’re simply working too hard. Plugins like Askimet, WP Lockdown, Theme Switcher, WordPress.com stats, the WordPress.com stats smiley remover and WordPress Database Backup.

Delete Duplicate Posts WordPress Plugin

Simply put, this plugin does exactly what it’s name implies. It gives web masters like me the opporunity to quickly scan tens of thousands of postings in databases to ensure there are no duplicates. It’s wonderfully powerful when you have a thousands of feeds to maintain, and only a few hours to do it in. It also happens to be from my close friend, Montreal web designer Christopher Bavota.

WP Auto Tagger

Oh man … I can not stress what a dream this plugin is. Tags are like keys to SEO gold, they’re one of the few things that a blog owner can do well and immediately see amazing results in the search engines but they’re such a pain in the ass to write. Basically a tag is what your article is about, but in popular single words and catch phrases. What WP Auto Tagger does is great, it breaks down your article and suggests the best tags, automatically. That’s a huge time saver.

Syntax Highlighter

This bad bay is the Jonas brothers of WordPress plugins. Sure it’s fairly pointless and a text editor could do the same job but when it comes to saving time (and money) it’s brilliant. What it does is takes a bunch of rough gobbly gook code like this:

$rss = fetch_rss( $url );
$pcount = 0;
$storycount = 0;
$textdate = date(“F jS”, mktime(0, 0, 0, str_pad($month, 2, “0″, STR_PAD_LEFT), str_pad($day, 2, “0″, STR_PAD_LEFT), $year));

echo $textdate;
foreach ($rss->items as $item) {

if (!$first) {$title = $item['title'];$first=1;

$content .= “<h3><a href=’”.$item['link'].”‘ title=’”.$item['title'].”‘>”.$item['title'].”</a></h3>”;
$content .= “<p>”;

if ($item['link_enclosure']) {
$content .= “<a href=’”.$item['link'].”‘ title=’”.$item['title'].”‘><img alt=’”.$item['title'].”‘ src=’”.$item['link_enclosure'].”‘ class=’alignleft’></a>”;
}

and turns it into …

[source lang="php"]$rss = fetch_rss( $url );
$pcount = 0;
$storycount = 0;
$textdate = date("F jS", mktime(0, 0, 0, str_pad($month, 2, "0", STR_PAD_LEFT), str_pad($day, 2, "0", STR_PAD_LEFT), $year));

echo $textdate;
foreach ($rss->items as $item) {

if (!$first) {$title = $item['title'];$first=1;

$content .= "<h3><a href=’".$item['link']."’ title=’".$item['title']."’>".$item['title']."</a></h3>";
$content .= "<p>";

if ($item['link_enclosure']) {
$content .= "<a href=’".$item['link']."’ title=’".$item['title']."’><img alt=’".$item['title']."’ src=’".$item['link_enclosure']."’ class=’alignleft’></a>";
}
[/source]

When it comes to saving time, that’s a huge helper.

WP Super Cache

It simply terrifies me how many people are not running this plugin or a similar flavor of it. It makes your site safer, easier to manage and much faster for the end user. I’ll also mention that by running it you can use a host like BlueHost for $7.95 a month to run dozens of websites instead of spending hundreds a month to run just one site on complex, over priced servers.

Enforce www. Prefix

Actually, I’m going to cheat here and tell you that this and Canonical URL’s are plugins you should have for massive SEO curb appeal. Basically Enforce www. Prefix forces your website to always use the correct SEO address and Canonical URL’s tell’s Google that your article is the source, so even if people repost it you get credit.

Google XML Sitemaps

We all want Google to come to our site right? Well, let’s make it easy for them! Sitemap will provide Google with a free pass to all your content, no matter how deep your links are.

Get Image from Post

People love pictures and with this simple plugin your website will be able to post pictures as part of your excerpt. Speaking of excerpts, Get Better Excerpts will allow you to pull complete sentences or words from your excerpts.

SEO Friendly Images

Between this and SEO Smart Links, I’ll be honest most websites are on auto pilot. The SEO Friendly Images ensures your images have the proper tags to make the most of search engines, while Smart Links adds valuable data to your hyperlinks.

WordPress Admin Quick Menu

quickmenu 10 WordPress Plugins I Couldnt Run a Site Without imageI might be a little bias but this is truly my favorite plugin. It allows you to add your own menu items to the WordPress Admin client, basically creating shortcuts between your website and important things like AdSense and Analytics. It’s completely customizable and saves endless frustrations between myself and clients but providing them immediate access to critical links.

Download Counter

Just like Analytics lets you know who’s visiting and where they’re going, you’ll want to track what people are downloading from your website and how often. This saves a fortune in report generation time, by simply allowing me to tell my clients weekly how often software has been downloaded.

Is this the source of swine flu? Also, other cool links today.

swine flu source Is this the source of swine flu? Also, other cool links today. image

I have to thank my friend Chris for that one (not that Chris, the other Chris). Usually I don’t share jokes here on the site but this one cracked me up.  I don’t know if it was because I have kids or what but I almost lost a keyboard when I saw this one.

A quick thanks to Casper for posting a great followup link (15 Common Mistakes that Violate Google Adsense TOS)  to my Make money online with Google AdSense post. For those of you too busy to read it, the TOS for Google states only certain languages are supported. I wonder how many people using the Global Translator plugin even realize their breaking their Google Terms of Service? Also in the same article, Yan told me about WordTracker and Wordpot, two really cool tools for helping you make money online by giving you more details about your keyword choices.

Matt Cutts (@mattcutts) posted a great link to The 2008 Founders’ Letter, while I still think Twitter is pretty lame I do think this is a great reason to be on it. Guys like Matt (who I call the Guru of Google) routinely post tons of amazing content links that help us better understand the inner workings of Google. Speaking of Twitter, Syed posted a pretty cool article this morning called 48 Excellent Examples Of Blog Post Footer Designs that’ll give you a great idea of what to do with that footer.

So that’s it for today, I’m off to do some coding and video work for the day but just a quick note to let you know I’ve updated my WordPress plugins this morning, so Auto CopyrightEasy Technorati Tags for WordPressNo More FramesWordPress.com Stats Smiley Remover and  WordPress PHP Info have all been updated on the WordPress plugins directory. If you have comments or feedback, critiques or compliments on any of my plugins please send them to me, if I don’t hear back from people I can’t work to make them better.

Have a great weekend.

No More Frames Plugin for WordPress

Many websites try to load your content into their own frame, to help sell ads on their sites. This simple plugin ensure your site is protect from this using a simple piece of code in your document header.

It works by placing a small JavaScript in the header of your document.

=== Plugin Name ===

Contributors: christopherross
Plugin URI: http://www.thisismyurl.com/wordpress/plugins/no-more-frames
Tags: frames
Requires at least: 2.0.0
Tested up to: 2.7.0
Stable tag: 0.5.1

Many websites try to load your content into their own frame, to help sell ads on their sites. This simple plugin ensure your site is protect from this using a simple piece of code in your document header.

== Description ==

Many websites try to load your content into their own frame, to help sell ads on their sites. This simple plugin ensure your site is protect from this using a simple piece of code in your document header.

== Installation ==

To install the plugin, please upload the ourprogess folder to your plugins folder and active the plugin.

== Updates ==

Updates to the plugin will be posted here, to [thisismyurl](http://www.thisismyurl.com/plugins/no-more-frames)

== Donations ==

If you would like to donate to help support future development of this tool, please visit [thisismyurl](http://www.thisismyurl.com/)

 

download file No More Frames Plugin for WordPress image

How You Can Help

I love developing plugins for WordPress and do my best to always keep them free but of course it take a lot of time and effort to build these plugins so if you’d like to say thanks, the best way is to take a few moments and write about the plugin on your own website, include a link to my website from your posts or download and rate the plugin on the official plugin directory.

Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.

Finding Free Photos for Your Blog

Finding free photos to spruce up your blog can be one of the most time consuming parts of publishing an online magazine but with Photo Dropper you can let it do a lot of the heavy lifting while you focus on what’s important, the content. Photo Dropper is a WordPress plugin designed to help you find images available through the Creative Commons license.

It’s surprisingly easy to use. Once installed it appears in your WordPress editor right along side the usual Add Media options. Simply activate it using the same process as all other WordPress plugins and then click the PD icon to start. Finding content is surprisingly easy, just type a keyword and watch a series of images appear. Select the size you need it your post and presto! You’re done.

http://www.photodropper.com/

Do you know of another great plugin for finding great photos for your blog? Let me know.

My Favorite WordPress plugins

Without a doubt, this is one of those topics that WordPress developers love to share, but for me it’s about more than simply spouting out a list of popular WordPress plugins, I really do love using these plugins because they make my life easier.

Akismet

This goes without saying, Matt Mullenweg did a brilliant job on this plugin and it’s become a staple that every WordPress blog should use. Link to Akismet

Frame Buster

This is a great plugin by Denis de Bernardy which basically stops sites like about.com from loading your content into their frames and keeping their banner at the top. Link to Frame Buster

Lightbox

A simple plugin both to install and to use, the Lightbox plugin by Peppe Argento uses Lightbox JS by Lokesh Dhakar to display image zooms on your site. Light Box

WordPress Mobile Edition

Alex King did a great job on this little plugin that makes your website more compatible with mobile devices. Mobile Edition

Thumbnail For Excerpts

For years I struggled with how to quickly add images to my excerpts but Radu Capan introduced a fantastic plugin that searches your posts and finds the first image. Thumbnails for Excerpts

Text Replace

Last but not least, I can’t say enough great things about Scott Reilly’s text replace plugin for WordPress. It searches your posts and replaces text with strings, so each time a specific phrase appears (such as WordPress) it automatically creates the hyperlinks for me. Text Replace