Skip to content

Instantly share code, notes, and snippets.

@jngnyc
Created January 9, 2018 22:16
Show Gist options
  • Save jngnyc/94cc616de8a2dea1a1536fd9fb6c9c34 to your computer and use it in GitHub Desktop.
Save jngnyc/94cc616de8a2dea1a1536fd9fb6c9c34 to your computer and use it in GitHub Desktop.
<style type="text/css">
.instabot-button {
border-radius: 5px;
background-color: none;
background-image: url('https://instabotdemo.roko.mobi/primowater/primo-water.png');
background-position: center center;
background-repeat: no-repeat;
position: fixed;
right: 20px;
bottom: 20px;
width: 160px;
height: 160px;
z-index: 2147483647;
cursor: pointer;
}
.rokoinstabot-on .instabot-button {
display: none;
}
</style><div class="instabot-button" onclick="RokoInstabot.trigger('trigger')"> </div>
<script type="text/javascript" src="https://app.instabot.io/jsapi/rokoInstabot.js?v=p90QRDrUcLLtq_XfKyNgqSBKBt_sze8URdIHQLkoY381">
apiKey: "MKDbqg2AxKhl6/iEuajZmjIQ9P9ovRrUAd/bKxEFJLA=",
showAlways: true
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment