Wordpress Plugin to Help your Search Engine Ranking
- 6 Comment
If you're new here, you may want to browse my articles and if you like them please subscribe to my RSS feed. Thanks for visiting!
This is a Wordpress plugin called Link to Me Textbox Wordpress Plugin by Jim Westergren who’s basic idea behind this plugin is to increase your links and gain higher search engine ranking accordingly.
As we all know the importance of getting links to posts in order for your search engine ranking to improve and natural linking is the best. By just using this plugin you are increasing your title keywords by a additional 3 more times that even before others use the link in their posts.
How to install
- Download the plugin file here and up load to your plugin folder, after which you can activate it on the plugin screen.
- Open up your CSS file and add the following lines (edit CSS as you wish after):
.linktext { font-size:9px; margin-left:5%; margin-right:5%; } .linktextarea { font-size:9px; font-family:verdana; overflow:hidden; } - Next add the following line in your template file, in the single.php:
class="code">
<?php if (function_exists('link_to_me_textbox')) link_to_me_textbox(''); ?>I have inserted just before this line:
<?php comments_template(); ?> - You have completed the upload, now you should increase your ranking and gain some more links too.
Heres the finished product:

By entering the Plugin edit page you can modify the words above the text box.
UPDATE:
Have modified the plugin code by going to plugin page and clicking on edit, previously the text box was to long for the space I have for my posts, so by altering the cols=80 to 60 ( see below text) I have managed to reduce the width of the box to fit within my space. Would like thank dott-com.com for pointing out this in my comments.
<textarea cols=’60′ rows=’2′
Popularity: 25% [?]
Related Posts
Popular Posts
If you found this page useful, consider linking to it.
Simply copy and paste the code below into your web site (Ctrl+C to copy)
It will look like this: Wordpress Plugin to Help your Search Engine Ranking
6 Comments on this post
Trackbacks
-
dott-com said:
Simon maybe you can out this code on your Wordpress CSS to make the column suitable for your post area.
Place the code below after the last line like below , then you will see the different.
overflow:hidden;
}
Add this
</p><p><textarea cols=’50′ rows=’1′February 5th, 2008 at 12:25 pm -
Simon said:
thanks dott.com I have modified my box size
February 5th, 2008 at 4:06 pm -
vhxn.com said:
Nice plug-in I am going to try this.
February 6th, 2008 at 12:11 am -
Simon said:
@vhxn, it looks a good plugin and will improve your ranking quiet easily…
February 6th, 2008 at 11:33 am -
Binh Nguyen said:
It’s good to have.
But is it neccessary for it to be a plugin when you can just edit your template and insert some HTML and PHP code to do the same thing for less server resource? If it’s a plugin it should insert the HTML by itself and not ask for modifying any template file.
Sorry for the critics. I hope the author has that awareness and upgrade it.
February 8th, 2008 at 8:15 pm -
Simon said:
i can agree with you, but i prefer plugins cause they are easier when you change template
February 8th, 2008 at 8:48 pm

