0

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 :

enter image description here

Expecting :

enter image description here

Please help me.Thanks in advance.

s4suryapal
  • 1,880
  • 1
  • 18
  • 26
  • sounds similar to this: http://stackoverflow.com/questions/3308530/php-strip-a-specific-tag-from-html-string – a coder Jun 06 '14 at 06:17

1 Answers1

0

You should be able to use TweetDeck.

https://blog.twitter.com/2013/custom-timelines-in-tweetdeck

EDIT:

There's a discussion about your issue here: http://dev.twitter.com/discussions/11532

fxfilmxf
  • 582
  • 6
  • 13
  • i have tried this, but i can't get follow button in the top bar.And this will show only particular timeline. – s4suryapal Jun 06 '14 at 06:19