Quote:
Originally Posted by bfdzio
Anyone have any clue what is going on here?
If you quote reply a guy who has more than 1 AME processed tweet, anything you type appears inside the quote box. If I edit a post that somebody quoted and remove all of the twitter embeds except one and then save it, the text will then be outside of the quote box and fixed. So..anyone have any idea? I thought it could be related to the quote expander I have but I removed that on a test style and no go.
|
Just wanted to post that I fixed this in case anyone else runs into the issue. Had given up but then other day took another crack at it and got it fixed in 5 minutes.
Replaced the embed code under "Display" for the mod in the AME CP to this:
Code:
<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={vb:raw code}&callback=loadx"></script>
<div class="twitter" onLoad="loadx().html"></div>