Look at my post again. There is more to it than just adding return false. The href has been changed as well, and the event has been hard coded to the onclick, rather than being in the href. Basically, what you need to do is give the link an href value that will not be seen as off site. I am assuming that the value:
PHP Code:
<?php the_permalink() ?>
I used there would do so. You could also just make it to the root of the domain, as long as you have that excluded in the new windows script. But you probably did other things differently than what I had in my post, because with an onclick event and return false, the link shouldn't fire at all.
Did you setup the domain here:
Code:
excludedomains: ["dynamicdrive.com", "google.com"]
?
Or, you could forget about using a link at all:
PHP Code:
<span title="Bookmark this post"
onclick="addFavorites('<?php the_title(); ?>','<?php the_permalink() ?>');">Bookmark</span>
That way, at least the link wouldn't be the issue. If there is still a problem after that, there is something else wrong.
What script are you using for the bookmark?
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks