Go to file
Conor 26e60c6586
Merge pull request #1 from Rishi556/patch-1
Update Github URL
2023-09-11 22:01:59 +01:00
.idea Add server implementation 2022-06-22 01:01:19 +01:00
LICENCE Create LICENCE 2022-06-24 18:53:02 +00:00
README.md Update README.md 2022-06-22 00:21:21 +00:00
index.html Update Github URL 2023-09-11 16:00:15 -05:00
opinion.css Fix background 2022-06-22 01:44:14 +01:00
opinion.js Update css 2022-06-22 01:45:03 +01:00

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>