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

Latest commit

 

History

History
86 lines (54 loc) · 2.81 KB

README.md

File metadata and controls

86 lines (54 loc) · 2.81 KB

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>