$('#answer-example-share-button').on('click', () => { if (navigator.share) { navigator.share({ title: 'Web Share API Draft', text: 'Take a look at this spec!', url: 'https://wicg.github.io/web-share/#share-method', }) .then(() => console.log('Successful share')) .catch((error) => console.log('Error sharing', error)); } else { console.log('Share not supported on this browser, do it the old way.'); } });
top of page
  • Facebook - Grey Circle
  • YoutTube
  • Instagram - Grey Circle

www.robotninjamedia.com is a quality content production company creating documentary films related to the unexplained such as ghost hunting, haunted houses, UFOs, paranormal activity. The House in Between, The House in Between Part 2, The Sleepless Unrest, The Haunting Lodge

bottom of page