In the lower right corner of the page, you should see a blue “bubble” with the UAW logo on it. See what happens when you hover over it! This page tells you how you can add this to your own website.
Getting started
Include the following script anywhere on your website:<script src="https://fairucnow.org/wp-content/js/union-updates.js"></script>
Options
Specify options by usingdata-*attributes on the script tag.
- zIndex (default = 100000) Can be made as high (or low) as neccessary.
- align (default = right) Options are
"left"and
"right"and places the bubble in the corresponding lower corner.
Example
To include the bubble on the left side of your page at z-index 999999, add<script data-zIndex="999999" data-align="left" src="https://fairucnow.org/wp-content/js/union-updates.js"></script>