I am using twitter widget for my site. This is the current js file I am using. I am facing the request time out issue for requests more than 150, which is due to the rate limiting API for unauthenticated requests as per the documentation.
Now I tried to go through the documentation to find how can I send an authenticated request i.e I will have to add an o_auth parameter, but was not successful. How can I achive it?
I also want to know if there exists a widget using which I can change the color of the tweeted texts and the background of the tweets.I want the user to have custom settings for the tweet box.Is their something present or I need to build it?
I am using PHP on server side.
