The other tweets are there but your JavaScript is breaking – which is stopping the rotation.
There are a couple of reasons for this:
- You load jQuery twice – in line 56 and line 612. The second loading overwrites everything that comes before. It also appears to be hardcoded in rather than using the correct
wp_enqueue_script()
command.
- You have a problem in line 12 of script-shuffleLetters.js that
userText is not defined
.
Have you used a shortcode or a widget to include the Rotating Tweets? For some reason, the JavaScript is not being loaded onto the page and that’s also something I need to understand.