Quote:
Originally Posted by psyang
It should be possible. I'm guessing "quick reply" makes an ajax call to the server to submit the new post, then dynamically updates the page when it gets the call's response. There is no page refresh, so no windows.onload event is triggered.
So, depending on what vBulletin allows, the simplest thing to do is trigger the twitter javascript on the callback from the post submission ajax call.
|
Yeah, that's the part where I start to get out of my depth
I'll have to poke around and try and see where I can shoehorn it in.