I have a Facebook application that is using FBML and I want to include the UserVoice feedback tab widget on my app's pages. I copied and pasted the JavaScript into my FBML page, but when Facebook renders the page, that JavaScript is removed, so the tab doesn't show up.
Does anyone have experience with Facebook's modified version of Java...
In an HTML page, how can I know when a externally loaded javascript object is defined and ready for methods to be called on it?
Problem specifics:
I'm using the uservoice feedback web application including their javascript widget and their SSO (Single-SignOn) option.
Everything works fine. There is a prominent Feedback tab stuck on t...
I want to be able to modify or add to the onclick of the a href tag for a UserVoice widget.
This code is generated for me.
<a title="Close Dialog" id="uservoice-dialog-close" onclick="UserVoice.Dialog.close(); return false;" href="#close"><span style="display: none;">Close Dialog</span></a>
I want to call what is there but add my own...