Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.31 KB

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>