tbillenstein / jTweetsAnywhere

jTweetsAnywhere is a jQuery Twitter Widget that simplifies the integration of Twitter services into your site
http://thomasbillenstein.com/jTweetsAnywhere/
MIT License
51 stars 18 forks source link

Merging jTweetsAnywhere with another plugin. #9

Closed lithiumlab closed 12 years ago

lithiumlab commented 12 years ago

Hi; I need to run another plugin over the generated html structure once its rendered on page after tweets are loaded. How do i trigger a function when jTweetsAnywhere process is completed and html is already generated?

Is there something like an initCallback function?

lithiumlab commented 12 years ago

jquery ajaxStop() can help, but i need a callback when the html is already placed. How can i achieve this?

tbillenstein commented 12 years ago

Currently there is no such callback available, but it will be. I hope to get it implemented soon. Meanwhile you would have to insert the code yourself somewhere around the places where addHovercard() is called

lithiumlab commented 12 years ago

Thanks a lot for the help. Amazing plugin and well documented.

lithiumlab commented 12 years ago

Excellent! Will update and use the new implementation. I've mixed this plugin with another one for a small vertical scroller of different twittter accounts. See here: http://uepa.com/test.aspx