Skip to content

Instantly share code, notes, and snippets.

@patricksavalle
Last active August 29, 2015 14:24
Show Gist options
  • Save patricksavalle/9bf4da11cb95ef4148f5 to your computer and use it in GitHub Desktop.
Save patricksavalle/9bf4da11cb95ef4148f5 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='
{
"participants":
[
{"id":"https://mobbr.com/#/person/Patrick"}
]
}'>
<!-- 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