Pages

June 2, 2019

Magic 8-Ball Demo



Magic 8-Ball


This is an example for my Randomizer presentation at Domains19. Find out more: Domains.LauraGibbs.net. I'm excited to have a chance to share this fun tool with others!

You can see the table with the classic 8-ball responses.

Here's the javascript; it just delivers the text. You can position it with an image if you want, like I did below.

<script src="https://widgets.lauragibbs.net/domains/magic8classic.js" type="text/javascript"></script>

Here's a Canvas-friendly version (see it in Canvas); it's an iframe which also includes an 8-ball image.

<iframe src="https://widgets.lauragibbs.net/canvas/magic8ball.html" width="420" height="550"></iframe>