FAQs
Newbies often ask the following:-
How strong is the encryption?
Very. At almost 'military level', it would be pointless for a competitor to even TRY and reverse engineer your encrypted links.
Why doesn't it encrypt internal links?
Because most people don't want that. Passing PR among your own pages is a common tactic, and encrypting internal links would stop you doing that. Also, what would be the point? It's your site, just rename the page to something strange, if that's what you want to do.
Do I have to specify complete URLs for the whitelist?
No. You could just specify yahoo for example, and any link that contained the string yahoo wouldn't be touched. You'd be wise to specify clearly, of course, otherwise it may not encrypt links that just happened to have the string in them, but weren't actually the yahoo domain.
How can I change the redirection page?
The php file that does the actual redirection of the cloaked links defaults to more.php and is installed in the bloggerhigh plugin folder along with the other files that comprise the plugin. if you want to call it something else, simply rename more.php to whatever you like (e.g. xdlgdhjcot.php :-) and then move it to the folder where you'd prefer it to live. It's possible to put it anywhere on your site, even the root (e.g. http://www.mysite.com/xdlgdhjcot.php ) of the site - the only restriction is that the file has the php extension. When you have renamed and/or moved the file, simply put the location in the first text box in the plugin admin page. The site linkies.php moved to your root folder, for example, would be entered as /linkies.php and the file outboundlinks.php in the subfolder fred would be entered as /fred/outboundlinks.php . Note that you don't have to rename or move the file unless you want to - the defaults works well - it's provided as a convenience in case you are worried about footprinting.
Does it automatically make links 'nofollow'?
No. As it is using an internal redirect from a page on your site there's no need for 'nofollow'. In fact, using nofollow on internal links can be counterproductive - consult the Google guidelines for more on this topic.
Does it make links open in a new window?
No. If you want this to happen, specify it in the original link because the plugin does not automatically add '_target' instructions to llinks (this is because we believe you should be in control of that feature).
How can I hide the attribution link at the bottom of the page?
This plugin is free for personal use, so you can use the bottom option on the options screen to hide or show the attribution link. This is theme dependent of course, and the best way to ensure there is no attribution link is simply to upgrade to our Graduate programme, after which this plugin won't show any links. |