br3t
br3t

Reputation: 1658

Customising twitter-widget api 1.1

I want to customise twitter widget with new API. Here example: http://jsfiddle.net/br3t/jQzXK/

<a class="twitter-timeline" data-theme="dark"  href="https://twitter.com/snkgames"  data-widget-id="314861924259078144" width="800" height="50" data-chrome="noheader nofooter" data-border-color="#cc0000" lang="RU">Tweets by @snkgames</a>

I need to remove avatars, make font smaller. Also, sizing-styles is not allowed. How can I fix it?

Upvotes: 2

Views: 1713

Answers (3)

Apoorv Ashutosh
Apoorv Ashutosh

Reputation: 4014

I found this discussion of Twitter dev, maybe it could help https://dev.twitter.com/discussions/11386?page=1

Upvotes: 0

user2497282
user2497282

Reputation: 11

I found this...Add custom CSS to the Twitter 1.1 Embed Widget;

Customize Twitter 1.1

Upvotes: 1

shinjuo
shinjuo

Reputation: 21002

I found a website that helps a lot here: http://www.webdevdoor.com/javascript-ajax/custom-twitter-feed-integration-jquery/

There is also documentation here for embedding. It gives a list of client side options to override the server side stuff https://dev.twitter.com/docs/embedded-timelines

Upvotes: 1

Related Questions