Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support widgets/links #1071

Closed
scriptex opened this issue Mar 3, 2021 · 0 comments · Fixed by #1111
Closed

Support widgets/links #1071

scriptex opened this issue Mar 3, 2021 · 0 comments · Fixed by #1111
Assignees
Labels
enhancement Feature/enhancement request help wanted

Comments

@scriptex
Copy link
Owner

scriptex commented Mar 3, 2021

Patreon:

<a href="https://www.patreon.com/bePatron?u=20547077" data-patreon-widget-type="become-patron-button">Become a Patron!</a>
<script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>

Ko-fi:

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

Liberapay:

<script src="https://liberapay.com/scriptex/widgets/button.js"></script>
<noscript><a href="https://liberapay.com/scriptex/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>

Issue hunt:
Use one of the images provided here and build own widget.

PayPal:
Research and implement own solution (a branded button which links to PayPal)


The UI should use this approach

@scriptex scriptex added enhancement Feature/enhancement request help wanted labels Mar 3, 2021
@scriptex scriptex self-assigned this Mar 3, 2021
@scriptex scriptex linked a pull request Mar 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature/enhancement request help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant