Posts

Showing posts with the label Twitter

How to remove twitter headers and footer from twitter widget?

There are two ways to remove twitter headers and footer from the widget: Method 1: Add data-chrome attribute to anchor tag <a class="twitter-timeline" href="https://twitter.com/TWITTER_ID" data-widget-id="YOUR_WIDGET_ID" data-chrome="nofooter noborders transparent" >Tweets by @TWITTER_ID </a> Method 2: Using CSS .timeline-header, .timeline-footer {           display:none ; } More customization on Embedded timelines :  Customization Options