Skip to content

CADawg/instant-opinion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Allow users to give a quick opinion of your site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published