Unlink url is wrong
-
First of all, congratulations for this plugin and for the “twins” Facebook and Google Connect.
I wanted to inform you that the unlik url is wrong, because action is missing.
In line 517 of nextend-twitter-connect.php code is:
return '<a href="'.new_twitter_login_url().'&redirect='.new_twitter_curPageURL().'">'.$new_twitter_settings['twitter_unlink_button'].'</a>';
instead it should be:
return '<a href="'.new_twitter_login_url().'&action=unlink&redirect='.new_twitter_curPageURL().'">'.$new_twitter_settings['twitter_unlink_button'].'</a>';
Regards.
Davidehttps://www.ads-software.com/extend/plugins/nextend-twitter-connect/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Unlink url is wrong’ is closed to new replies.