Team:TU Delft/fbtest

From 2010.igem.org

(Difference between revisions)
Line 16: Line 16:
var url = "https://graph.facebook.com/112242102125963/albums?callback=fb_albums";
var url = "https://graph.facebook.com/112242102125963/albums?callback=fb_albums";
-
$("#fb_scriptload").html(
+
var html = '<script src="'+ url + '" type="text/javascript"></scr'+'ipt>';
-
  "<script src=\"" + url + "\" type=\"text/javascript\"></script>\"");
+
$("#fb_scriptload").html(html);
-
 
+
});
});
</script>
</script>
</html>
</html>

Revision as of 00:03, 16 June 2010