As you know that now Google considers site speed as an important ranking factor so today I am going to give you a list of some plugins that you must not install if you are using WordPress as your blogging platform. I’ve also given manual methods you can use to give the same effect as is given by the plugin. Lets start:
1. Smooth Scroll Plugin
I’ve seen many blog, using a plugin called SmoothScroll. Installing this plugin, puts the icons below a web page and it appears when we scroll down a web page. This plugin will give special smooth scroll effect to your BACK TO TOP, TOP TO BOTTOM like links.
Alternative to this plugin : If you consider site speed, there is no need to install this plugin and if you want to use Back to Top feature you can use this simple jQuery Scroll to Top control V1.1
When user will click on it, it will be taken to top of the web page.
2. Social websites bookmarking plugin
You might have seen different plugins like SexyBookmarks or similar plugins that helps you to put social icons on your blog. Actually there is no need to install play plugin for put social icons on your WordPress blog, you can do it manually also.
Code to add Digg link
Code to add Delicious link
Code to add Facebook share
Code to add StumbleUpon link
3. Tweetmeme plugin
Do you know that you can add TweetMeme button on your blog without any plugin, here is a tutorial, just copy the code below and paste it in single.php where you want the re-tweet button.
For large button use the code below:
tweetmeme_source = ‘HellBlog’;
</script>
<script type=”text/javascript” src=”http://tweetmeme.com/i/scripts/button.js”> </script>
For small button, use the following code:
tweetmeme_style = “compact”;
tweetmeme_source = ‘HellBlog’;
</script>
4. Adsense plugins
There are a lot of plugins out there which helps you you to add Google ads automatically in your blog. Why to use any plugin when you can do the task manually. Follow the tutorial below:
Display Google ads in between post title and post body
Open single.php file on your template and search for :
or
and put your Adsense code below it and save your work.
Display Google ads after post ends
Open single.php file on your template and search for :
<?php the_content(); ?>
and put your Adsense code below it and save your work.
Display Google ads in between post
Open functions.php file and put the following code at the end:
return ‘/*Paste your adsense code here!*/’;
}
add_shortcode(‘adsense-block’, ‘adsense’);
Now, in your post simply copy and paste the following code where you want to display Google Ads.
[adsense-block]
5. BreadCrumb Plugin
If you are using any plugin to display breadcrumb on your blog, just deactivate it and use this method to put breadcrumb on your WordPress blog manually. Click here to read the tutorial on How to: Breadcrumb function for WordPress
These are few alternate methods you can use and remove plugins, so as to make blog fast. I hope you like my article.
This article is written by Gagan. He gives SEO Training in Chandigarh.
Now i'm using Addthis plugin, but i want it to add manually.
Where i paste sharing buttons code. Help me to add this manually.
Interesting post Gagan. I like it. For all its virtues, WordPress spits out some rather untidy html once multiple plugins are installed. I congratulate you on making a stand in the name of efficiency.
Thank god , I do not any one of them in my wordpress blog. Each of these feature i have already embedded inside my theme. Thanks for reminder.
these are the best tricks i ever know not to use some not-so-usefull plugins. 🙂
you rock!
thanks a lot.
i used Smooth Scroll Plugin, but removed now, thanks for the suggestion…
after read this articles i think no need for me to remove that plugin because i never install all of them…lol
Hello Gagan, it's really excellent post about word press plug-ins.Will try out ad sense plug-ins to my blog.
Nice tips but all the modification to a theme will be lost if you decide to upgrade the theme at a later time. I prefer to use plugins and widgets as much as possible and leave the theme alone. Then I can switch themes or upgrade without worrying about losing code.
I use 2,3,4 plugins dude, now i can remove it and use this codes. Thanks for the social media codes. was searching from long time.
hey, thankx but still quick adsense make it easier to play with lot of ads..
Good tips. These plugins are not really necessary and I am sure removing them will make the blog load much quickly!
I haven't used those plugins in a long time, I still have a few others I need to rip out as well.
Thanks for identifying the heavy plugins on wordpress blog that could be removed to increase speed of the blog
Well these are uncommon and less popular plugins it is ok not to have such wordpress plugins for most of the blogs
Nice List of Codes, I needed it. I will Now remove Bookmarking Plugins and use codes in its place.
This is really a great tutorial and i believe all users must read if they are curious about load time. Thanks i will change some setting on my blog.
really an better suggestion.
this will truly reduce the loading time.
by d way can you suggest which plugin do u use to display codes in the post ?
when i try to post code, it just gets executed !!!
No need of plugin mate, you can tweak the code with some characters, check this,
http://codex.wordpress.org/Writing_Code_in_Your_Posts
Great tips Gagan.Now I can remove my adsense plugin.Thanks.
Your welcome Lakhyajyoti !!