Last active
August 29, 2015 14:24
-
-
Save patricksavalle/823722595df020c1a6a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <!-- the Mobbr payment script, example, generate this dynamically based on contribution/participation --> | |
| <meta name="participation" content=' | |
| { | |
| "type":"payment", | |
| "language":"EN", | |
| "title":"Mobbr demo page", | |
| "description":"Some descriptive text", | |
| "keywords": | |
| [ | |
| "keyword1", | |
| "keyword2" | |
| ], | |
| "participants": | |
| [ | |
| {"id":"https://mobbr.com/#/person/Patrick","share":"2","role":"administrator"}, | |
| {"id":"https://mobbr.com/#/person/Ernesto","share":"1","role":"developer"}, | |
| {"id":"mailto:some@email.com","share":"10","role":"architect"}, | |
| {"id":"https://mobbr.com/#/person/Patrick","role":"owner","share":"10%"} | |
| ] | |
| }'> | |
| <!-- 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