For instance. This is another forum that uses xenforo.
Look at the way the tweet displays.
http://gaymerse.com/threads/twitter-bbcode-added.940/
Don't hate me cuz y'ain't me.You're a member at gaymerse?
Isn't there a better BBCode for Twitter out there? I'm sure I've seen one that turned the link into an official looking Twitter output.
Something that renders a result like this:
Instead of:
View: https://twitter.com/DailyNewsVinny/status/603327036875149313
I knew you would know of it.
I knew you would know of it.
crap, you probably wrote the code for it.
See? lol.Nah.. you just simply have to make your own embed code using twitter paramaters.
You will have to build the bbcode.
Give me a minute to come up with something
https://twitter.com/*/*/{$id}
<div align="center">
<script type="text/javascript">
function loadx(data) {
document.write(data.html);
}
</script>
<script type="text/javascript" src="https://api.twitter.com/1/statuses/oembed.json?id={$id}&callback=loadx"></script>
<div class="twitter" onLoad="loadx().html"/>
</div>
Any way to comment in a specific container size?
And really, why am I so charming and sexy?
#twitter-widget-0 {width:500px;}
Nerp.Sorry I didnt see this..
You can TRY to add
Code:#twitter-widget-0 {width:500px;}
I make no guarantees this will work.
edit.. add it to extras.css template.
Nerp.
I'm so very disappointed in you.
I thought you were able to figure anything out when it comes to this stuff.
div#twitter-widget-0 {width:500px;}