- Joined
- Oct 18, 2019
- Messages
- 149
- Reaction score
- 14
- Points
- 18
- Location
- Indonesia
- Website
- www.anymusics.com
Offline
- Place the following code on your site, under the <head> tag:
Code:<script> function OpenWindow(url, windowName) { newwindow = window.open('https://www.vevioz.com/sharer?url=' + url, windowName, 'height=600,width=800'); if (window.focus) { newwindow.focus(); } return false; } </script>
- Once placed, pass your site url to the function, example:
Code:<button onclick="OpenWindow('http://yoursite.com/')">Click me</button>