Skip to content

Instantly share code, notes, and snippets.

@patricksavalle
Last active August 29, 2015 14:24
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/2c1ce64a71e776416eb6 to your computer and use it in GitHub Desktop.
Save patricksavalle/2c1ce64a71e776416eb6 to your computer and use it in GitHub Desktop.
FAIL, double id-element
<html>
<head>
<meta charset="utf-8">
<!-- the Mobbr payment script, example, generate this dynamically based on contribution/participation -->
<meta name="participation" content='
{
"participants":
[
{"id":"https://mobbr.com/#/person/Patrick", "id":"https://mobbr.com/#/person/Alexander"}
]
}'>
<!-- 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