Hi all, I just wanted to add a comment. Similarly to few people here, I am a web developer, and I create websites for my clients. If I want to add Twitter timeline to the website (according to Twitter) I’m supposed to ask my clients to register for the developer account, etc. One thing that seems to work for me is this:
Using one of my old twitter accounts I create the API widget and then I add data-screen-name in question. It is important not to tweet using that old account, and only actual client’s tweets will show. For instance settings as such:
And then whatever is saved in $twitter-user PHP variable will control which tweets show on the website. This is not a perfect solution, but it works for me.
+1 for me on additional customizations (font color, thubm toggle, actions toggle)