Hi everyone, is there a way to open a browser’ new tab from my plugin using for example a tag google ?
Thanks!
Hi everyone, is there a way to open a browser’ new tab from my plugin using for example a tag google ?
Thanks!
You can open a link from the plugin UI (it’s basically a webpage). Just don’t forget to specify that you want to open it in the new tab/window by using target="_blank"
or window.open('http://example.com', '_blank')
. However I’m not sure what you mean by “a tag google”.
Thanks! 🙂
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.