Monday, 2 January 2012

How To Embed URL below WordPress Posts

This is a WordPress plugin that will give you more links and higher rankings in the search engines.
Most bloggers knows the importance of getting links in order to get high rankings in search engines. But did you know that the best links are those that are natural recommendations? Additionally I experienced better rankings across all my blog posts just a week after adding this plugin to this blog as it adds the most important keywords 3 more times.

A demo of the Link to Me Textbox plugin can be seen at http://zemra.org/ - Check any Post!

How to install

  1. Dowload the plugin file here and unzip it.
  2. Upload the plugin file to your plugins folder, usually in wp-content/plugins/, and activate it on the plugin screen.
  3. Open upp your CSS file and add the following lines (edit CSS as you wish):
    .linktext {
     font-size:9px;
     margin-left:5%;
     margin-right:5%;
    }
    .linktextarea {
     font-size:9px;
     font-family:verdana;
     overflow:hidden;
    }
  4. Next add the following line in your template file, in the single.php:
    <?php if (function_exists('link_to_me_textbox')) link_to_me_textbox(''); ?>

    You can add it just before this line:
    <?php comments_template(); ?>
  5. Get higher rankings and more links!
Any comments or questions? Feel welcome to comment.