Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

campaignzero/electoral-college-widget

Repository files navigation

Campaign Zero Logo

Electoral College Widget

GitHub license GitHub contributors

Demo

Widget Demo

Usage Instructions

To use this script, you simply need to add the following code anywhere on your website that you want the widget to show up:

<script async src="https://electoral-college.joincampaignzero.org/widget.js" charset="utf-8"></script>

This will inject a widget into a newly created HTML element with the ID electoral-college-widget directly above where you placed our script.

Alternate Usage Instructions

If you are unable to place JavaScript where you want the widget to go, you can use the following HTML directly:

<div id="electoral-college-widget"></div>

Then, include the following script tag anywhere else on your page:

<script async src="https://electoral-college.joincampaignzero.org/widget.js" charset="utf-8"></script>

If you are using something like WordPress that just asks you for the URL for the script to put in your footer, you can use the following URL:

https://electoral-college.joincampaignzero.org/widget.js

For browsers that let you use iFrames, you can also use:

XS Widget:

<iframe src="https://electoral-college.joincampaignzero.org/embed.html" id="electoral-college" width="300" height="375" frameborder="0"></iframe>

S Widget:

<iframe src="https://electoral-college.joincampaignzero.org/embed.html" id="electoral-college" width="400" height="480" frameborder="0"></iframe>

M Widget:

<iframe src="https://electoral-college.joincampaignzero.org/embed.html" id="electoral-college" width="500" height="530" frameborder="0"></iframe>

L Widget:

<iframe src="https://electoral-college.joincampaignzero.org/embed.html" id="electoral-college" width="600" height="630" frameborder="0" ></iframe>

XL Widget:

<iframe src="https://electoral-college.joincampaignzero.org/embed.html" id="electoral-college" width="700" height="690" frameborder="0"></iframe>

XXL Widget:

<iframe src="https://electoral-college.joincampaignzero.org/embed.html" id="electoral-college" width="800" height="755" frameborder="0"></iframe>

About

Electoral College Widget - We have until December 19th to convince 38 of Trump's 306 electors to vote for Clinton to elect her as President.

Resources

License

Stars

Watchers

Forks

Packages

No packages published