AngryByte
- Exclusive Author
- Has been a member for 1-2 years
- Referred between 50 and 99 users
- Sold between 1 000 and 5 000 dollars
73
Purchases
Buyer Rating:
4.42 stars
4.42 average based on 12 ratings.
-
5 Star
975%
-
4 Star
18%
-
3 Star
18%
-
2 Star
00%
-
1 Star
18%
| Created | 14 February 12 |
| Last Update | 21 January 13 |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0 |
| High Resolution | No |
| Files Included | JavaScript JS, PHP |
- exit
- exit page
- external
- external link
- links
- monetize
- nofollow
- redirect
- seo
- share
- social
© All Rights Reserved AngryByte -
Contact Envato Support


Would it be possible to manually create links that pass through this exit page? So for example if I would like to create mysite.com/link1 that redirects to google.com through mysite.com/exitpage – can I do that with the plugin? Or does the link have to be clicked on my site?
Hi Sharif
That’s not how this plugin works, you don’t create specific exit pages for each link. in this plugin it goes like this:
You have a link in your site, say to google.com. this plugin will change it to mysite.com/link which is your exit page, your exit page will then redirect the user to google.com as you configured it.
Hope this can do the job.
Cheers
Hi, I have a coupons site. I use coupon codes lite plugin. I tried your free version but when someone clicks on coupon the exit page doesn’t shows up. Only the
hello webyguy. if you could send me an email through my profile, I’ll check whats wrong with the plugin on your website.
Cheers
Hi, I have links inside an author widget (displayed under each post) and it’s not redirecting corretly. What happen is that the: Link in the browser changes to: http://mywebsite.com/?xurl=http://external_link.com But it just reload the same post page. Is it working only for posts and pages? If yes, what happens to all other links inside widgets. If it’s working for all external links in the website, how to fix it? Thanks.
Hi
This plugin works on links in widgets, footer etc when the “process entire pages” option is selected. so it should be ok.
I’m not sure why you’re trying to redirect links contained in a widget visible only for the author, but if you want, we can check why it’s not working. just send me an email through my profile page with the details.
Cheers
in my site put embed player of youtube. This script block action of click inside player BERFORE go to youtube portal and show a popup?
Hi.
If I understand correctly, the answer is no. links in embedded You tube videos are not created on your server side, they’re created on the youtube servers. So exit strategy will not be able able to manipulate them.
Cheers
Hi, can this be set to trigger when they click back on their browser, or leave to type in another address?
Hello, No, Exit strategy activates when the user clicks an outgoing link on your website, trying to prevent a user from closing or navigating away is usually not the best practice.
Can this be activated if the user clicks “back” to exit your site?
Hi.
WordPress Exit Strategy specializes in handling outgoing link, clicking back or closing the page doesn’t trigger it.
Cheers
Hi, nice plugin, i want to buy it but does it works in wordpress 3.4?
Hi r3zo
Yes, it does work on 3.4
Hi, im having some issues with the plugin, i have installed the plugin using the english version of wordpress and everything worked normal with WP 3 .4.2, but when i tried the portuguese version of wordpress the plugin just works when i choose the option “Process entire pages”, and tested both times with the same theme including the zip files downloaded from envato dashboard. I dont know what is causing this, and if i check the option “Process entire page” it works… but all links in the site including the https pages are always showing the message that are beeing redirected in some seconds… Can you please check why its doing this behaviour in WP 3 .4.2 PT version? Thank you
Hi
Can you please send me an email through my profile page http://codecanyon.net/user/AngryByte containing a link to your website and a few screen shots, we’ll figure it out.
Cheers
There is a serious bug in your software. It is blowing up my error logs. with the following.
[21-Nov-2012 15:09:28 UTC ] WordPress database error Incorrect string value: ’\xA0’ for column ‘option_value’ at row 1 for query INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES (‘countmessage’, ‘link \"” rel=”\"nofollow\"”>Click Here to continue… ’, ‘yes’) ON DUPLICATE KEY UPDATE `option_name` = VALUES , `option_value` = VALUES , `autoload` = VALUES made by require(‘D:\Inetpub\WWW\wp-blog-header.php’), require_once(‘D:\Inetpub\WWW\wp-load.php’), require_once(‘D:\Inetpub\WWW\\wp-config.php’), require_once(‘D:\Inetpub\WWW\wp-settings.php’), include_once(‘D:\Inetpub\WWW\wp-content\plugins\exit-strategy-pro\exitstrategypro.php’), add_option [21-Nov-2012 15:09:28 UTC ] PHP Warning: strpos(): Empty delimiter in D:\Inetpub\WWW\wp-content\plugins\exit-strategy-pro\exitstrategypro.php on line 455
Hi
thanks
I’m running this pluggin on a windows 2008 server if that makes any difference. It has something to do with some invalid character. \xA0 is a non breaking space. I think you need to convert it to a regular space maybe. I’m using mysql version 5.5.27
another problem I found is when you remove the plugin from the plugin section in wordpress, it does not remove the database fields. It leaves them in the database. The plugin should auto remove the orphan database fields when it is uninstalled.
I fixed the database error [21-Nov-2012 15:37:52 UTC ] WordPress database error Incorrect string value: ’\xA0’ for column ‘option_value’ at row 1 for query INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES (‘countmessage’, ‘link \"” rel=”\"nofollow\"”>Click Here to continue… ’, ‘yes’) ON DUPLICATE KEY UPDATE `option_name` = VALUES , `option_value` = VALUES , `autoload` = VALUES made by require(‘D:\Inetpub\WWW\landmarkbankonline.com\wp-blog-header.php’), require_once(‘D:\Inetpub\WWW\landmarkbankonline.com\wp-load.php’), require_once(‘D:\Inetpub\WWW\landmarkbankonline.com\wp-config.php’), require_once(‘D:\Inetpub\WWW\landmarkbankonline.com\wp-settings.php’), include_once(‘D:\Inetpub\WWW\landmarkbankonline.com\wp-content\plugins\exit-strategy-pro\exitstrategypro.php’), add_option
On line 23 in the file (exitstrategypro.php) replace line 23 with this line:
add_option(“countmessage”, ‘link ” rel=”nofollow”>Click Here to continue’, ‘yes’);
(the html in the above line is being taken literally and does not show in this post) but you get the idea.
I back spaced the space and periods before “end anchor” I think there was a some weird space character. When I did that the error went away.
I’m still getting: [21-Nov-2012 15:37:52 UTC ] PHP Warning: strpos(): Empty delimiter in D:\Inetpub\WWW\wp-content\plugins\exit-strategy-pro\exitstrategypro.php on line 455
Hi, I replied to your email, please check.
thanks
Thank you for resolving the issue. Good job on the plugin!
Hello… did this plugin consumed high memory? i have thousand of posts on my website.. when i tried this plugin, my website become very slow to load
Hi, not normally. I’m responding to your email now, please check
i have contacted you through email before, still no response.. and no incoming email from you..
regard
I double checked my email and only found today’s message. there must have been some mistake somewhere. sorry
it’s no problem
you have replied my email, hope your suggestion solve my problem,
thank you
Hello,
I had a question about the plugin. Right now it only process the links that are in the the_content() of a page, it doesn’t convert any links that are in the template files of wordpress. Is there anything you can do about that?
Thanks in advance.
Cheers
Just tick the option that says “process entire pages”, and save your settings, all links will be processed everywhere in your website. Cheers
Thanks, this plugin worked PERFECT. Way better than the WPLM plugin.
Cheers 
Glad you liked it. thanks
Hi, I bought the plugin – thanks. Just to let you know it doesn’t work with syndicated links, by that I mean, if anyone uses the FeedWordPress plugin and imports their content, any imported links will not work with the plugin, for some reason.
Hi.
Can you please try enabling “Process entire pages” from the plugin settings and try again? Normally, there’s nothing preventing the plugin from detecting these links. If you still have problems, please send me a message from here http://codecanyon.net/user/AngryByte
Cheers