I've been searching through the source files forever and can't figure how sites like hellobar.com and qualaroo.com allow someone to embed the companies content on the webmasters site(Never was too great with javascript.) Can anyone explain, or point me in the direction of a good tutorial to walk me through this? Eventually I'd like to figure out how to personalize this based on uID (etc.), but I'll start with the basics for now. Thank you in advance for any help!
They host a script, and provide an code to place on your website. You'll need to learn basic Javascript before you get to the point where you have a script that changes based on a user ID.<p>Hellobar (and a service I am working on) provide variable content based on an ID by requesting a "configuration" file from a server with the provided ID.