Create a badge for your app:
Message
Install message
Install image
Cancel message
Cancel image
Style sheet URL
App name
Your badge is ready
Save the script
to your server (rename to badge.js)
Add it to your html
<script src="badge.js">
Sorry. Missing info - check your app ID
Style Editor
._webstore_badge { width: 128px; height: 190px; top: 0px; right: 0px; position: absolute; margin: 0 50px 0 50px; padding: 5px; box-shadow: #000 0 0 5px; background-color: #eae88c; border: solid 1px #c9c778; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; display: inline; font-family: Arial; opacity: 1; -webkit-transition: all 0.5s ease-in-out; } ._webstore_badge:hover { background-color: #f2f090; } ._webstore_badge ._webstore_message { width: 100%; text-shadow: #111 0px 0px 2px; text-align: center; font-weight: 700; display: block; } ._webstore_badge ._webstore_install { width: 128px; height: 128px; margin-top: 5px; display: block; } ._webstore_badge ._webstore_cancel { top: 0; right: 2px; position: absolute; opacity: 0; -webkit-transition: all 0.2s ease-in-out; } ._webstore_badge:hover ._webstore_cancel { opacity: 1; }