0
Read More
2 Must Have SEO Plugins For Wordpress
Posted by
Anonymous on 1/10/2012
Many of them have Blogger blogs and many have WordPress blogs . They may be a expert in writing as a freelance writer , but if his blog is Search engine optimized only he will get traffic and his blog's post can be viewed by many people . Losing traffic is easy but gaining is tough . Normally , without any plugins WordPress blogs are highly optimized than Blogger blogs . So i better advice you have a WordPress blog rather than a blog in Blogger . Check this post | WordPress vs Blogger . So now do you understand the importance of SEO ? . Now come to the point , I'm with best 5 WordPress plugins for SEO .
One of the Best SEO plugin for WordPress is Yoast's SEO plugin . This will display your post in the top of the search results . 792,747 downloads for Yoast plugin .
When you write the post itself you can see the all in SEO pack plugin . It also an Important SEO plugin for WordPress
Drop your comments below

0
Read More
How to add peel effect for blogger blogs and wordpress with subscribe button!!!!
Posted by
Anonymous on 12/09/2011
Hello
This is an awesome effect which is a must for beginners, to increase their subscribers.
Take a quick demo here (blogger)
Take a quick demo here(wordpress)
I was surfing the internet for a long time for this.
Here are some screen shots of the following plugin:

Normal

When hovered.
First of all I would like to thank Lasantha for this tut in bloggertricks.net
Here is the tutorial for wordpress (easy than blogger)
Just add the following plugin :http://wordpress.org/extend/plugins/jquery-page-peel/
That's all for wordpress!!!.
For blogger do the following.
Login to blogger.
Click design then edit html and check expand widget templates.
Then find ]]></b:skin>
Before it add the following code
This is an awesome effect which is a must for beginners, to increase their subscribers.
Take a quick demo here (blogger)
Take a quick demo here(wordpress)
I was surfing the internet for a long time for this.
Here are some screen shots of the following plugin:

Normal

When hovered.
First of all I would like to thank Lasantha for this tut in bloggertricks.net
Here is the tutorial for wordpress (easy than blogger)
Just add the following plugin :http://wordpress.org/extend/plugins/jquery-page-peel/
That's all for wordpress!!!.
For blogger do the following.
Login to blogger.
Click design then edit html and check expand widget templates.
Then find ]]></b:skin>
Before it add the following code
#pageflip {position: relative;}#pageflip img {width: 50px; height: 52px;z-index: 99;position: absolute;right: 0; top: 0;-ms-interpolation-mode: bicubic;}#pageflip .msg_block {width: 50px; height: 50px;position: absolute;z-index: 50;right: 0; top: 0;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidNNbC8Q44f_crWGlQwgsQTd0ZXowR-jkVPJp4ujPPEGZq1mGCUD8VAIXlHbOMvXsfTcmGAUtqCOizuURhASRPExhS9HcnVPQKr0Eualat9IqorWV3erurFu3LMxr7WtuYE36BCsOKo1EM/) no-repeat right top;text-indent: -9999px;}
Note : Please host 'subscribe.png' image yourself.
5.Scroll down to where you see </head> tag:
6.Copy below code and paste it just before the </head> tag.
<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/><script type='text/javascript'>$(document).ready(function(){
//Page Flip on hover
$("#pageflip").hover(function() { $("#pageflip img , .msg_block").stop() .animate({ width: '307px', height: '319px' }, 500); } , function() { $("#pageflip img").stop() .animate({ width: '50px', height: '52px' }, 220); $(".msg_block").stop() .animate({ width: '50px', height: '50px' }, 200);});
});</script>
6.Scroll down to where you see <body> tag:
7.Copy below code and paste it just after the <body> tag.
<div id='pageflip'><a href='http://feeds2.feedburner.com/baratworld'> <img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0DJuSZb3Bso3V-UAL-XJYjYaqeivqSo1V4N49zNbbZsdTZnA6f0q8nzQa0ft2CvF-o_Wym4dy1xrbhlWywsIqPwYnU7pPDuSb488wQg8tZ9J2jeC8AiD4q5WkwNWRE8H7RxnhZxGGIQNp/'/> <span class='msg_block'>Subscribe via RSS</span></a></div>
Note : Please host 'page_flip.png' image yourself.
Replace 'http://feeds2.feedburner.com/baratworld' with your feed address.
I repeat again this is not my effort and all the credit goes to Lasantha.
But please drop your comments if you have any doubts.
Thanks for watching
