Twit Connect Login Test
Login to this blog through Twitter. Click on Signin with Twitter below.
jQuery(function () {
twttr.anywhere(function (T) {
if (T.isConnected()) {
$("#login-logout").append('');
$("#signout").bind("click", function () { twttr.anywhere.signOut(); });
} else { T("#login-logout").connectButton(); }
});
});
data-url=”http://www.voiceoftech.com/swhitley/index.php/twit-connect-login-test/”
data-text=”Twit Connect Login Test (Shannon Whitley)”
data-count=”vertical”
>Tweet
data-text=”Twit Connect Login Test (Shannon Whitley)”
data-count=”vertical”
>Tweet

Weird, this doesn’t seem to work on my blog.
It displays a 404 not found page when I click the login with twitter button.
It seems that the plugin is still using closeme.php, even though you removed the file. If I alter the URL and delete everything after the start.php url, the allow/deny screen appears.
I think I have everything working right on my site. Feel free to help test if you’d like. Thanks for the great work!
Hey Shannon,
I have a question regarding twitter-OAuth, thought to ask you here
how do i get the twitter OAUTH page open in a popup or another window, and then it redirects the user to the same page, as you have doen the user must not get away from my APP when he is signing in with twitter
@Umair Jabbar
I’m using an HTML button to popup the window via javascript. You should be able to view the source of this page and see the script. After that, it’s a matter of calling the parent page and closing the popup. Download TwitConnect from WordPress.org and you can see the javascript in the files.