Ask HN - Allowing other sites to embed Your content (eg. Hellobar, Qualaroo)
1–4 of 4 posts
Re: Ask HN - Allowing other sites to embed Your content (eg. Hellobar, Qualaroo)
#2Hellobar (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.
Re: Ask HN - Allowing other sites to embed Your content (eg. Hellobar, Qualaroo)
#3They 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. 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.
Re: Ask HN - Allowing other sites to embed Your content (eg. Hellobar, Qualaroo)
#4They 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. 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.
Thanks for the quick response. Lets say for the sake of simplicity (and a short weekend project) that I want to have a on my site that anyone can copy a code and put on their website so that it shows the my div. Every time i change the contents of the div, it also changes on their site. That seems like a good way to start. Is there a quick way to learn how to do this?