Add support button #100

Closed
opened 2026-01-15 20:02:17 +00:00 by ian · 0 comments
Owner

From S50U:

I added a "Support Us" floating button to the spothole page. I was unable to position it in the line between the "Connected to server..." and "Run/Pause" buttons. Perhaps reserve a container in this line and enable/disable "Buy me a coffee" via the settings. The Ko-fi script looks like this:

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

From S50U: I added a "Support Us" floating button to the spothole page. I was unable to position it in the line between the "Connected to server..." and "Run/Pause" buttons. Perhaps reserve a container in this line and enable/disable "Buy me a coffee" via the settings. The Ko-fi script looks like this: &lt;script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'&gt;&lt;/script&gt; &lt;script&gt; kofiWidgetOverlay.draw('s50clx', { 'type': 'floating-chat', 'floating-chat.donateButton.text': 'Support Us', 'floating-chat.donateButton.background-color': '#5bc0de', 'floating-chat.donateButton.text-color': '#323842' }); &lt;/script&gt;
ian closed this issue 2026-01-31 08:18:53 +00:00
ian added this to the 1.3 milestone 2026-01-31 08:18:59 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ian/spothole#100
No description provided.