It very well could be a conflict with something in the twitter widget, though it's hard to tell without combing through the code. An easier way if you're only be using the "click" version of revealing Anylink Menu is to find the below line inside the .js file:
Code:
revealtype: (relattr.length!=dropmenuid.length && RegExp.$1=="click") || anylinkmenu.ismobile ? "click" : "mouseover",
and change that to:
Code:
revealtype: "click",
That should hard code the behavior of the menu to be revealed onclick.
Bookmarks