I have created twitter widget from my twitter account to put it in my web page.
It works fine, but i want to customize it.
I just want to remove text box from the bottom.
And want to resize it. I want to set its height to 120px only. But by default it takes 200px. So is there anyway to do that?
What i have tried :
<a class="twitter-timeline" width="500" height="120" href="https://twitter.com/name" data-widget-id="4745229851234567856">Tweets by @name</a>
So how can i do that ?
Here i have attach screen shots.
Currently Getting :
Expecting :
Please help me.Thanks in advance.