'; echo ''; echo ''; echo ' ' . $tips; echo ''; } function backlinks_field_checkbox($name, $label='', $tips='', $attrs='') { global $options; echo ''; echo ''; echo ''; echo ' ' . $tips; echo ''; } function backlinks_field_radio($name, $label='', $tips='', $attrs='', $value='') { global $options; echo ''; echo ''; echo ''; echo ' ' . $tips; echo ''; } if (isset($_POST['Submit'])) { $options = backlinks_request('options'); update_option('backlinks', $options); } else { $options = get_option('backlinks'); } function check_simplepie() { if (class_exists('SimplePie')) { echo '

SimplePie Core is installed. All systems optimal. Rock on!

'; } else { echo '

Oh-oh! This plugin relies on the SimplePie Core plugin to enable necessary functionality. Please download, install, and activate it to avoid meltdown and gnashing of teeth.

'; } } ?>

Backlinks Options

Allows you to see which other blogs have linked to your pages by utilizing google blog searches


Display options

Use this option to modify how your backlinks will be displayed

here', 'size="10"'); ?>

Functionality Opions

Use this options to change the way the backlinks will behave?


Effect

What kind of effect do you want you want?

Slide', '(Default)', '', '1'); ?> Blind', '', '', '2'); ?> Appear', '', '', '3'); ?>

Your own stylesheet

If you want your own stylesheet to format buttons/text and/or use your own buttons, then just check this button. If you do, use the following classes in your stylesheet to format:

Alternatively you can check this button and not have a stylesheet for a simple look

Main homepage of the plugin.
Author's homepage.
If you liked the plugin, please say a kind word or donate here
Many thanks to Edward de Leau for his excellent options template.