Upload 'pleaselink2me.php' to the '/wp-content/plugins/' directory
Activate the plugin through the 'Plugins' menu in WordPress
Go to the "Please Link 2 Me" plugin options page
Add the title to your "link 2 me" request. For example (without the quotes): "Please link to me:"
Add formatting tags for before and after the Title text. For example, to make the text bold, add in the "Pre" box, and in the "Post" box
Add the description to your "link 2 me" request. For example (without the quotes): "If you found this interesting, use the code in the box below to link to me from your website."
Add formatting tags for before and after the Description text. For example, to make the text bold, add in the "Pre" box, and in the "Post" box. Or leave them blank for no extra formatting.
Determine the size of your text box that contains the link.
Choose whether to automatically add the box to your blog post. Leaving this blank will mean you need to edit your template to add the code. (See the step below).
If you choose NOT to add the link box automatically to your blog post (in option 8), you will need to add the following to the appropriate location in your theme's template page (for a better example, see the plugin's admin page on your blog): <?php if(function_exists('pl2mAddLinkBox')) {pl2mAddLinkBox();} ?>