<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Bbcode on Evan Hoffman</title><link>https://evan.wtf/tags/bbcode/</link><description>Recent content in Bbcode on Evan Hoffman</description><generator>Hugo</generator><language>en-US</language><copyright>Evan Hoffman</copyright><lastBuildDate>Tue, 12 Jun 2012 21:40:20 +0000</lastBuildDate><atom:link href="https://evan.wtf/tags/bbcode/index.xml" rel="self" type="application/rss+xml"/><item><title>BBCode for embedding a tweet in phpBB</title><link>https://evan.wtf/2012/06/12/bbcode-for-embedding-a-tweet-in-phpbb/</link><pubDate>Tue, 12 Jun 2012 21:40:20 +0000</pubDate><guid>https://evan.wtf/2012/06/12/bbcode-for-embedding-a-tweet-in-phpbb/</guid><description>&lt;p&gt;Probably not perfect, but it works.&#10;BBCode:&lt;/p&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;[tweet]{IDENTIFIER}[/tweet]&#10;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Replacement:&lt;/p&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;function loadx(data) {&#10;&#9;document.write(data.html);&#10;}&#10;&#10;https://api.twitter.com/1/statuses/oembed.json?id=IDENTIFIER&amp;amp;callback=loadx&#10;&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>