Skip to content

Instantly share code, notes, and snippets.

@ludndev
Last active January 20, 2025 11:59
Show Gist options
  • Save ludndev/728e74eeda55b8ec6c52e864f6b721e3 to your computer and use it in GitHub Desktop.
Save ludndev/728e74eeda55b8ec6c52e864f6b721e3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JS Bin</title>
<script src="https://cdn.kkiapay.me/k.js"></script>
</head>
<body>
<button onclick="pay()">Pay Custom Button</button>
<script>
function pay() {
openKkiapayWidget({
amount: "1",
position: "right",
callback: "",
data: "uniqid",
theme: "#0095ff",
key: "<votre-api-key>"
});
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment