var fDesc=new Array(); fDesc[0] = "Log in in to twitter by clicking the 'Sign-in with twitter' button.
After authenticating with twitter successfully you will be given a pin code. Please copy the pin back to the application to proceed. This is one time process.
You can revoke the access to this widget from your twitter account->settings->connections.If you want to use this widget again then you must clear the tokens in config view and sign-in with twitter again."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }