Nice work splinter98.
Finally works
I have also added the following code just to make it easier to configure the script:
code:
function OnGetScriptMenu(nLocation)
{
var ScriptMenu = "<ScriptMenu>";
ScriptMenu += "<MenuEntry Id=\"MnuFeat1\">Configure</MenuEntry>";
ScriptMenu += "</ScriptMenu>";
return ScriptMenu;
}
function OnEvent_MenuClicked(sMenuId,nLocation,iOriginWnd)
{
if (sMenuId == "MnuFeat1")
{
TwitterConfig();
}
}
You should submit the script into the database. You never know... they may be others that find it useful like me