- Search
- Recent Posts
- Replacing “No comments” with “Leave a comment” in WordPress
- How to show number of comments in WordPress
- Pre-writing challenge updates
- How to set up Google Analytics
- Bad reviews – Should you publish them or not?
- How to get more blog comments and discussion
- The games we play and the stupid **** we do to get seen online
- How to leave comments on a blog
- 3 levels of affiliate marketing – link, review and promote
- Step-by-step affiliate program evaluation checklist
- Most Popular
- The most essential .htaccess rules for blogs
- US taxes guide for non-US affiliate marketers
- How to get more blog comments and discussion
- The games we play and the stupid **** we do to get seen online
- How to monetize a blog in an unprofitable niche? [Q&A]
- How to show feedburner subscriber & Twitter follower counts
- Blog post buffer - Pre-writing and scheduling posts
Posts tagged with: Plugins
Automatic Image Compression with SmushIt for WordPress
I constantly re-evaluate the WordPress plugins I use to ensure that my blog is running smoothly and there are no resource-hogging plugins running. I covered this in my earlier post about plugins slowing down a blog.
So yes, I’m a plugin junkie and I love great WordPress plugins, but I’m more and less settled for the list of essential WordPress plugins I have now. But every now and then such a great plugin comes up that I just have to try and this time, it stick and I already added it to all my blogs..
Most of the best plugins in my mind have been created by Joost de Valk, who has created many great plugins, with over 1 million downloads in total. These plugins include such masterpieces like Google Analytics for WordPress and Sociable.
But this post isn’t about Joost’s plugins, but the SmushIt for WordPress -post he wrote to his blog at Yoast.com, a post about an automatic image optimization plugin called WP Smush.it, written by Alex Dunae. As mentioned, this plugin quickly made it to my list of essential plugins for WordPress, and I think you should install it too, if you use images on your blog (and you do, right?)
Quick Fix to IntenseDebate Plugin WordPress 2.8 Problem
Have you updated to WordPress 2.8 and you would like to use IntenseDebate plugin for your comments?
IntensePlugin breaks some functionality in the admin area, but in the blog itself it’s working OK.
Now there is a quick fix to get the admin area working normally with IntenseDebate plugin (Thanks to Valentino Aluigi at maverick.it)!
How To Quick Fix Your IntenseDebate Plugin after WordPress 2.8 Upgrade
- EDIT intensedebate.php (go to Plugins >> click edit on IntenseDebate)
- Go the very end of the file (just before the ?> at the end of the file)
- Add the code to the end, just before ?> or replace:
REPLACE:
?>
WITH:
if(is_admin() && !(strpos($_SERVER['REQUEST_URI'],
'page=id_settings') || strpos($_SERVER['REQUEST_URI'],
'intensedebate'))) wp_deregister_script('id_settings');
?>
- Quick fix code by “postream” at the getsatisfaction.com / IntenseDebate support thread.
- “poststream’s” personal site: Valentino Aluigi (Italian)
Official fix and update to the plugin should be coming today by “beaulebens” of IntenseDebate.
For the latest info, read the IntenseDebate Customer Support thread : WordPress 2.8 problems.
Don’t Have IntenseDebate Yet?
If you want great commenting system with zero effort to your blog, check IntenseDebate official site for more info
IntenseDebate Plugin Breaks the Admin Area in WordPress – Correction is Coming [WordPress 2.8]
Having problems in your WordPress Dashboard / Admin area after the WordPress 2.8 update?
- Can’t drag and drop in the widget area
- Edit / Add Post page malfunctions, buttons not working, can’t display most used tags, etc.
- etc.
It is probably because of a plugin you are using, for me it was IntenseDebate -plugin (now temporarily deactivated).
But no worries, it seems that the correction is coming, thanks to great support for IntenseDebate at getsatisfaction.com:
The 5 Most Essential WordPress Plugins
The most essential plugins for any WordPress blog, that’s an interesting topic, isn’t it? Too often I see a list like 20+ must-have plugins or 17 plugins you can’t live without. Don’t believe those posts, or you might make you blog super slow because of plugins.
This is my list of essential plugins, originally the five most essential, later updated to 6. There are so many plugins out there that it wasn’t easy to pick “just” six, but I managed to do it! Can you? If you have your own plugin preferences that is OK, and in that case check the quiz at the end, but here’s the list and how to install these plugins.
Is Your WordPress Blog Super-Slow (Because of Plugins)?
When was the last time you (or your tech person) checked the list of plugins you use and think do you really need all those plugins?
- Are you using too many plugins?
- Or are you running three plugins that all do the same things (overlapping features)?
- Have you checked how much the plugins you use actually burden your server, mysql database and slow your page loading times?
JTPratt is concerned about WP beginners getting caught up in “plugin overload” and wrote about Wordpress File Include Hacks which questioned the need for so many plugins and promoted editing and hacking your WordPress theme instead. While the post is an excellent guide and tutorial to hacking your WordPress Theme files, I wouldn’t go as far as telling people to stop downloading so many plugins…
As I see it, for most bloggers editing their theme by themselves is something that is not worth their time and they are better off just writing more content to their blog instead of learning how to edit the template files. But it’s definitely worth it to check your plugins-list and get rid of the ones you don’t really need or do the same thing as the other, a better one.
Why WordPress Plugins Are So Cool?
I think WordPress Plugins are so popular and people use them a lot, because they make complicated things and manual editing one-click-easy and using only plugins/widgets to add content on top of the WordPress theme makes it easy to change or update themes, which can be important for a beginning blogger.
In a sense, plugins reduce the maintenance and manual editing one has to do. Having to go through all the templates that need some “hack” in them every time you change or update your theme can be a pain. Especially if there’s many manual editing in the different templates.
For example, the Google Analytics JTPratt mentioned, yes – adding the code to the footer is simple, but what if you want to track outgoing links? Or what if you want to disable analytics tracking for logged in visitors (like yourself). Using a plugin does all that and I don’t have to worry about that issue at all. (I wrote about this in my Track Outgoing Links with Google Analytics -article)
I’m all about DIY, hacking and php-/javascript-coding myself, but I also like convenience. Thus, I like to use plugins for certain tasks and minimize the tasks I have to do often without the plugin.
How To Test The Performance of Your Blog
Test Your Blog With Web Page Analyzer
- Go to the Web Page Analyzer,
- enter your URL and
- hit send,
- master the captcha and you’re done…
- Check the report page for the load times and tips for improving the efficiency of your blog.
Web Page Analyzer is not designed to test blogs, or WordPress for that matter, but you can get some idea what might be slowing your website down, for example are your pages loaded with large images or such. My T1 loading times are under 4 seconds at the moment, which is great, but on the other hand I run minimal images with my self-brewed and brand new pure css, no images theme.
Test Your Blog With Firebug Addon to Firefox
- Go and get Firebug,
- Install Firebug for Firefox.
- Restart your Firefox.
- Look into the bottom right of the browser window
- You should see little Firebug icon
- Right click the bug icon, and
- Open firebug in New Window
Now, go to your own blog (not admin, but the front page for example) and check the Firebug window.
Inside the Firebug window:
- Click on the NET tab and
- Turn on the Console logging, Script- and Net monitoring by clicking on the check-boxes,
- Click Apply settings for yourdomain.com.
- See the data pouring in as you navigate your website
You can use Firebug to analyze your HTML code, CSS and all the scripts, plugins, images, etc. that are used and loaded on your pages.
You can see how fast your blog loads, what images and scripts are loaded and how much time it takes to get them. For example it might be a surprise to you how much images are loaded in your theme, if all list bullets, menus, etc. are done using images. You’ll also notice how much WP Super Cache helps if you’re running that plugin – a plugin you really should have… see, it didn’t take me too long to recommend yet another plugin for you. But seriously, WP Super Cache is on my top 2 plugins, right alongside All In One SEO Pack.
After playing enough with the firebug, disable Firebug by right-clicking on the Net tab, and setting disable (+ uncheck the check-boxes and click apply)
Firebug is priceless for WordPress Theme and Web Designers, but it is so easy to use, it can be for you too.
Bonus Tip for Minimizing Your Images
Reduce the size of your images but still maintain as good quality as possible, try RIOT – Radical Image Optimization Tool.
I spotted this nice little tool from a Lifehacker post – Radical Image Optimization Tool Provides Side by Side Image Comparison – couple of months ago, and I’ve been using it ever since, mostly because I can see the preview shot right next to the original and see the effects of the compression right there. There are probably better alternatives if you need to batch process a load of images, but if you just need to go through one or two, check Riot out.
Other Means to Test the Performance of Your Blog
In addition to these, you might want to check and monitor the usage of the mysql database your WordPress is running on and also the load your server is under (for example, checking the uptime by connecting to your server with a shell.)
Plugins, oh Plugins
I’m still planning, testing and choosing the plugins I’ll be using in the long run, and I also want to keep my blog running smoothly by minimizing over-complicated solutions and unneeded functionality. I guess there’s a “Middle of the road” in using plugins & hacking the files in your WordPress and getting the performance of your blog to desired level, but I haven’t found it yet..
Are you happy with your plugins and blog performance?
How To Add Feedburner RSS Feed to the Sociable Plugin
I admit it, I’m a junkie for quality plugins and I’m testing all kinds of plugins to see if I could make something out of it. And in the end I keep the best and go with that.
I’ve been especially fond of the plugins found at the Yoast.com by Joost de Valk. The plugins are super quality and do exactly what they are meant to do and they do it efficiently. With that said, for Social Bookmarking, I use the Sociable -plugin (also from Yoast), which does a great job at adding those little social network and other useful icons (like “make a pdf”, “email” or “print”) at the end of the post and is very versatile and configurable.
In the recent update of the plugin, “RSS” was added to the available sites list, but that used the default feed of the WordPress. As I use feedburner to manage my feeds, I wanted the RSS link to take the reader to feedburner feed, so I edited the sociable.php and added the site – if you want to do the same, I’ll show how you can do the same (it’s quite easy, if you just dare to go and edit the sociable.php)
Track Outgoing Links with Google Analytics
Most blogs have outgoing links which the readers click to go to the resources you’ve recommended or linked for other reason. With Google Analytics you can track those outgoing links very easily.
With special attributes on your page and links, you not only get the normal Google Analytics data, you also get advanced data in a form of outgoing links and tracking those links.
Don’t worry, it’s very easy! This one is actually so easy to setup, anyone who can install a plugin to WordPress can do it! (just in case, all instructions you need are here on our previous article: Adding Google Analytics to Your WordPress Blog)

