Skip to content

Instantly share code, notes, and snippets.

@lukebaker
Created January 17, 2011 19:57
Show Gist options
  • Save lukebaker/783363 to your computer and use it in GitHub Desktop.
Save lukebaker/783363 to your computer and use it in GitHub Desktop.
<div id="ideamarketplace" class="box">
<h2>Idea Marketplace</h2>
<!-- uncomment on launch day
<iframe src="http://widget.allourideas.org/princetonusg?submit_button=FCC044&vote_button=FCC044&flag_text=000000&tab_hover=000000&cant_decide_button=FCC044&add_idea_button=FF7600&question_text=000000&text_on_color=000000" width=815 height=400 frameborder=0 scrolling="no"> </iframe>
-->
<!-- default widget code
<iframe src="http://widget.allourideas.org/princetonusg" width=815 height=400 frameborder=0 scrolling="no"> </iframe>
-->
</div>
<div id="ideamarketplace" class="box">
<h2>Idea Marketplace</h2>
<!-- uncomment on launch day
<script>
(function(appendTo) {
var el = document.createElement("iframe");
el.src = 'http://widget.allourideas.org/princetonusg?uni='+username+'&submit_button=FCC044&vote_button=FCC044&flag_text=000000&tab_hover=000000&cant_decide_button=FCC044&add_idea_button=FF7600&question_text=000000&text_on_color=000000';
el.width = '815';
el.height = '400';
el.frameborder = '0';
el.scrolling = 'no';
document.getElementById(appendTo).appendChild(el);
})('ideamarketplace');
</script>
-->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment