MediaWiki:KoFi.js: Difference between revisions

From Stylecards
Created page with "<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> <script> kofiWidgetOverlay.draw('stylecards', { 'type': 'floating-chat', 'floating-chat.donateButton.text': 'Support Us', 'floating-chat.donateButton.background-color': '#004e9e', 'floating-chat.donateButton.text-color': '#fff' }); </script>"
(No difference)

Revision as of 10:43, 23 June 2025

<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
  kofiWidgetOverlay.draw('stylecards', {
    'type': 'floating-chat',
    'floating-chat.donateButton.text': 'Support Us',
    'floating-chat.donateButton.background-color': '#004e9e',
    'floating-chat.donateButton.text-color': '#fff'
  });
</script>