Twitter feed wont show on page

0
My twitter feed wont show on the page even though I have followed a post accordingly. Html: Tweets by @LV_Broker Javascript: !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); So does anybody know why it wont show ? Many Thanks
asked
1 answers
0

You'r missing the anchor tag see doc.

Paste this in the snippet:

            <a class="twitter-timeline"  href="https://twitter.com/LV_Broker" data-widget-id="524267725342773248">Tweets by @LV_Broker</a>
        <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
answered