Hello
I am inserting this code on my website:
<a class="twitter-timeline" href="https://twitter.com/CentroArje" data-widget-id="504008365723230208" data-chrome="nofooter" width="800" height="450">Tweets por @CentroArje</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></code>
But it does not take the width and height properties according to this documentation: https://dev.twitter.com/docs/embedded-timelines#customization
Can you please help me? Thanks.