Code: Select all
[tweet]{SIMPLETEXT1}://twitter.com/{SIMPLETEXT2}/status/{IDENTIFIER}[/tweet]
Code: Select all
<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={IDENTIFIER}&callback=loadx"></script>
<div class='twitter' onLoad='loadx().html'/></div>
Code: Select all
[tweet]https://twitter.com/username/status/45645656565[/tweet]
Easier stilllarryl9797 wrote: ↑Wed May 17, 2017 12:32 pm Works great on 3.2!!!!! Easy to add this functionality!