Hi! Checking your site this issue seems to be in your code. You have this style set in you templates/gamepubclub/css/styles.css:
iframe {
float: left;
margin-left: 450px;
}
This is causing the embedded timeline to be positioned out of view, and the container it’s in to collapse.
If you remove that style, or make it more specific (or add a style for .twitter-timeline { float: none; margin: 0 }) then you should find it displayed as normal.
Thanks,
Ben