Javascript console throws up SyntaxError: Unexpected token on XenForo boards. Caused by the Twitter MediaSite BBcode 1.2.7. In ACP go to the template: bbms_twitter_XFormer Find this in Code: Select All <script>$(".twitter-tweet").children("p").css("border-bottom", "3px double rgb(237, 237, 237)"), ;</script> Replace with Code: Select All <script>$(".twitter-tweet").children("p").css("border-bottom", "3px double rgb(237, 237, 237)");</script>