Add Ko-fi widget for support and donations in footer

This commit is contained in:
Fundor333
2025-09-03 21:06:25 +02:00
parent 96537002b6
commit 46935f89d2

View File

@@ -65,3 +65,13 @@ $(window).on('load', function() {
});
});
</script>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('fundor333', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#f45d22',
'floating-chat.donateButton.text-color': '#fff'
});
</script>