The more data the better.
First, log into your twitter account and review what timeline widgets you can create. Unfortunately, the scope of the widgets are limited but at least there is no rate limiting on the widgets -- I believe.
There are some items on the widget that can be modified. See this page:
https://dev.twitter.com/web/embedded...#customization.
If what you are looking for cannot be accomplished via the default widgets, then post your mockup. Make sure it is possible by reading the above customization link I posted above.
There are some more advanced methods a user can use with twitter. JavaScript enhancements and "web-intents", the average user can implement these niceties with very little effort and it would be a first step for basic customization.
Advanced methods, those used in a full blown modification would use the advanced API's which are subject to rate limiting. See ...
https://dev.twitter.com/overview/documentation. I have posted this additional information, links for those users that are interested in the subject and that might come across this thread.
--------------- Added [DATE]1412024304[/DATE] at [TIME]1412024304[/TIME] ---------------
Quote:
Originally Posted by RichieBoy67
There is no way to make it show peoples accounts who log into the site. It will show your feed from your account.
|
In the recent past there was a way to hack the widget and just submit a users ID into the widget, but you are "right", currently it will only work on very old Twitter users. So it is now worthless.
The only method now is through the advanced (REST) API's, which are rate limited, but powerful.