Skip to content

Instantly share code, notes, and snippets.

@patricksavalle
Created July 6, 2015 17:06
Show Gist options
  • Save patricksavalle/52a996ef1758db4d5d47 to your computer and use it in GitHub Desktop.
Save patricksavalle/52a996ef1758db4d5d47 to your computer and use it in GitHub Desktop.
<html>
<head>
<!-- the Mobbr payment script, example, generate this dynamically based on contribution/participation -->
<meta name="participation" content='
{
"type" : "payment",
"participants":
[
{"id":"https://mobbr.com/#/person/Robbert"}
]
}'>
<!-- The Mobbr javascript includes, needed for the button -->
<script type="text/javascript" src="https://mobbr.com/mobbr-button.js"></script>
</head>
<body>
<h3>Mobbr test script</h3>
<p>See HTML source and https://github.com/mobbr/mobbr-api-v1/tree/master/examples</p>
<!-- the visible button -->
<script type="text/javascript">mobbr.buttonMedium("", "EUR");</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment