JavaScript API without document.write()

2 posts, started 2 years ago by Rob Loach
  1. Would it be at all possible to query the TweetMeme Button (http://help.tweetmeme.com/category/addons/button/) without it using document.write()? I'm looking to process TweetMeme API after the page is loaded so that there isn't a slowdown in the browser rendering.

    Posted 2 years ago by Rob Loach
  2. Hi,

    Document.write would not slow down a page rendering. The iFrame is rendered after the DOM on the page has loaded. The only aspect which would slow down the rending is the JavaScript loading. Therefore you can skip the JavaScript loading by just calling the iFrame directly. However if for any circumstance we change the way the button work you would no recieve this.

    Daniel

    Posted 2 years ago by daniel

Topic Closed

This topic has been closed to new replies.