Add Ko-fi widget for support and donations in footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user