Skip to content

Instantly share code, notes, and snippets.

@patricksavalle
Created July 7, 2015 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patricksavalle/26daf6b273939e4bf5a2 to your computer and use it in GitHub Desktop.
Save patricksavalle/26daf6b273939e4bf5a2 to your computer and use it in GitHub Desktop.
FAIL
<html>
<head>
<meta charset="utf-8">
<!-- the Mobbr payment script, example, generate this dynamically based on contribution/participation -->
<meta name="participation" content='
{
"unknown" : "element",
"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