Thanks for your answer,
I am not sure if by using the embedded timeline widget I have sufficient control over how the tweets display
I would really like to prefilter the timeline before its rendered and perform the rendering myself in HTML/CSS. So for example, I would like to highlight tweets from @TwitterApi then apply custom styling to the tweet. My timeline would be comprise div elements, when a new tweet arrivesa callback event would be received, I could check the tweeter name and if is @TwitterApi apply a class name to the div changing the CSS rendering
Is this kind of scenario possible at all
Cheers
Dave