mdolr/survol

Add twitter profiles

Opened this issue · 5 comments

mdolr commented

Integrate twitter profiles to survol, should display profile picture + bio + ?
@jsilvaigor

I'll take a look on this one.

I was able to get the profile picture and add it to the extension (PR #38). To get the profile description we have to call the twitter api or create some mechanism to get the profile page and render it on a virtual dom, because it's client side rendered with javascript.

mdolr commented

Ok, I've merged #38 for now thanks

Is this closed? Or is there any work to be done here?

mdolr commented

Hum this is not closed, #38 added twitter profile picture to tweets which is nice but it didn't integrate twitter profile pages. If you want to do it you can there is work to be done indeed!