Third Party Java Script
JavaScript executed on a page from a server different from the JavaScript's server.
aka Widget
Aug'2012: Web Browser features for it that don't exist yet?!?
== Book by Ben Vinegar and Anton Kovalyov (DisQus guys) ==
Uses Flask Python Web Framework for example code.
Ch 1.3.2 - considerings using IFrame before sticking with inline ThirdPartyJavaScript
Ch 2.5 - passing arguments/parameters
- I think
window.location.href
will work for me. Except this is on the client side, and I'd really rather just pull all the brains on the server side... - I suspect I'll try just using
Referer
Ch 3.1 - outputting HTML
- 3.1.1 - outputting HTML via
document.write()
- not recommended because it's blocking
- Make JavaScript non-blocking? http://www.yuiblog.com/blog/2008/07/22/non-blocking-scripts/
- not recommended because it's blocking
- 3.1.2 - they like to "append to a known location" - I'm rather confused by that
Edited: | Tweet this! | Search Twitter for discussion