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(); }
});
});



