From 6e34528b863b4f6cff23ec85b020c40dd8017bb4 Mon Sep 17 00:00:00 2001 From: Ifedapo Olarewaju Date: Tue, 2 Apr 2019 19:00:21 +0100 Subject: [PATCH] tweet about igdm --- main/menutemplate.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main/menutemplate.js b/main/menutemplate.js index 85d3ccd..2c94f2a 100644 --- a/main/menutemplate.js +++ b/main/menutemplate.js @@ -53,6 +53,12 @@ const template = [ label: 'Donate to this Project', click() { openExternal('http://paypal.me/SolomonOmojola') } }, + { + label: 'Tweet about IGdm', + click() { + openExternal('https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Figdm.me%2F&ref_src=twsrc%5Etfw&text=Continue%20Instagram%20DMs%20on%20your%20computer&tw_p=tweetbutton&url=https%3A%2F%2Figdm.me%2F') + } + }, { label: 'Try IGdm Pro', click() { openExternal('https://pro.igdm.me') }