Update Github URL |
||
---|---|---|
.idea | ||
LICENCE | ||
README.md | ||
index.html | ||
opinion.css | ||
opinion.js |
README.md
Instant Opinion
A small widget that lets visitors like and dislike your website (once per day, max)
Insert the script tag near the bottom of your document
<script src="https://instant-opinion.dbuidl.com/instant-opinion.min.js"></script>
Then add the HTML Code For the embed. Dropdown can contain <p> tags (and <a> tags inside of <p> tags) to other services that should be shown to the user if they like the website.
<div class="instant-opinion">
<style>.instant-opinion-dropdown {display: none;}</style>
<div class="instant-opinion-opinion"></div>
<div class="instant-opinion-dropdown">
<p>You might also like:</p>
<p><a href="https://shitpoststatus.com" target="_blank" rel="noopener">Shitpost Status</a></p>
<p><a href="https://babushkaspin.com" target="_blank" rel="noopener">Babushka Spin</a></p>
<p><a href="https://featurefilms.co" target="_blank" rel="noopener">FeatureFilms.co</a></p>
<p><a href="https://hotsingles.cyou" target="_blank" rel="noopener">HotSingles.cyou</a></p>
<p>More dumb stuff:</p>
<p><a href="https://github.com/Snaddyvitch-Dispenser#-ive-built" target="_blank" rel="noopener">My GitHub</a></p>
</div>
</div>