Thanks for the login. I found a few issues but they were not bugs in my code. Tweet Blender is working on your site just fine now.
Here is what I’ve done:
1) Removed one of your sources as it was private and was popping up a login window from Twitter
2) Due to errors in other plugins Tweet Blender couldn’t initialize. I added the following code to the footer.php of your theme right before the closing </body> tag:
<script type="text/javascript">
// Added by Kirill Novitchenko for Tweet Blender plugin
if (typeof(TB_start) == 'function') {
TB_start();
}
</script>
3) There were some CSS issues so I added 1 line to the style.css of your theme (at the end) and the following line in the footer.php:
jQuery('a.tb_refreshlink img').css('border','none').css('padding-top','0');
You should be all set now. You can kill my temp admin login. Enjoy!