Hi and welcome!
WP Linkbucks only adds the fullpage script and makes it possible to enable-disable linkbucks on your links in one click via wordpress admin panel for now. I have a couple of feedbacks and feature requests but i think it's better to use the fullpage script as it's instructed by linkbucks.
Your request has a different solution though.
- Create a file named "go.php" and copy-paste the code below into it:
PHP Code:
<?php header("Location:" . $_GET['url']); ?>
- upload it to your site root and add "http://www.yoursite.com/go.php" to Link Exclusions in your fullpage script.
- Now simply link any site you don't want to be linkbucked like:
HTML Code:
<a href="http://www.yoursite.com/go.php?url=[YOUR_LINK_HERE]">Google</a>
Good luck!