Hello,

I'd like to do the relatively simple task of embedding any given
person's twitter page on my page, with extra content (person's name,
links to other sites, etc...) on the top of the page.

The typical way to do this, which works with every other site, is just
to use an iframe.  However, since the clickjacking exploits a few
months ago, that option has been quashed by Twitter.

Does anybody have a solution to this issue?  Here are some solutions
so far:

1. Use a non-Twitter site such as Tweetree.  This is the best option
so far.
2. Use the RSS feed and make guesses about the styling.
3. Use curl to pass through the HTML from Twitter.

Ideally, Twitter would not hack around with iframes - forcing
developers into these shenanigans (especially when option #3 is so
much more powerful for clickjacking than iframes).  Barring that, is
there any better solution than #1?

Thanks for any feedback,
Adam

Reply via email to