Reputation: 1658
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
Reputation: 4014
I found this discussion of Twitter dev, maybe it could help https://dev.twitter.com/discussions/11386?page=1
Upvotes: 0
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