var html=""; for (var i=0; i < viewers.length; i++) { html += "" + viewers[i].displayName + ""; } html += ""; document.getElementById("#div").innerHTML = html; Where is the error?
PubSubHubbub retrieves Atom feed with Hub URL Hub posts sth pings every subscriber subscribes for feed acks subscription http://code.google.com/p/pubsubhubbub/
PubSubHubbub retrieves Atom feed with Hub URL Hub posts sth pings every subscriber subscribes for feed acks subscription http://code.google.com/p/pubsubhubbub/