Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've implemented the f3d slider on my website.

It works fine, but when I'm trying to implement the twiter embedded timeline, that breaks my slider as I can only see each image once and when I re-size the windows, the function breaks.

My twitter code is :

<a class="twitter-timeline" data-dnt=true href="https://twitter.com/NewHeightsComms" data-widget-id="243749301715603456">Tweets by @NewHeightsComms</a>
                <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

I can't really post code from the slider since it is not an open source one. You'll be able to see it here : http://s422195141.onlinehome.us/NewHeights/

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.