Skip to content

Instantly share code, notes, and snippets.

@agusibrahim
Last active December 15, 2019 05:20
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 agusibrahim/6c68e9dde71a7e1f70add664e8c85617 to your computer and use it in GitHub Desktop.
Save agusibrahim/6c68e9dde71a7e1f70add664e8c85617 to your computer and use it in GitHub Desktop.
rNaMKWe
<button onclick="share1()">SHARE TEKS</button>
<button onclick="share2()">SHARE IMG</button>
<button onclick="share3()">SHARE WHATSAPP</button>
<button onclick="notif1()">SHOW NOTIF</button>
function share1(){
ramein.sharetext("test saja yaaa from web ini mah. hahaha");
}
function share2(){
ramein.shareimg("https://miro.medium.com/max/1920/1*hI9RZtwWu3sydSYuJRodiw.png", "semoga kamu suka yaa");
}
function share3(){
ramein.sharewa("wa test saja yaaa from web ini mah. hahaha ke wasap");
}
function notif1(){
ramein.notif("Kamu Menang", "Selamat kamu menang bla,.,,,", 10000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment