Add the following JavaScript to the URL field of a new browser bookmark. This is called a bookmarklet. Then when on a webpage, if you want to add it to Upviber, select this particular bookmark. You must already be logged into Upviber. After clicking the bookmark you'll be redirected to the Upviber Submit page with most of the fields pre-populated for you.
javascript:(function(){var url=encodeURIComponent(window.location.href),title=encodeURIComponent(document.title),metaDescription=encodeURIComponent(document.querySelector('meta[name="description"]')?document.querySelector('meta[name="description"]').content:'No description available');window.location.href='https://upviber.com/submit/?url='+url+'&title='+title+'&description='+metaDescription;})();
Add the following JavaScript to the URL field of a new browser bookmark. This is called a bookmarklet. Then when on a webpage, if you want to add it to Upviber, select this particular bookmark. You must already be logged into Upviber. After clicking the bookmark you'll be redirected to the Upviber Submit page with most of the fields pre-populated for you.
javascript:(function(){var url=encodeURIComponent(window.location.href),title=encodeURIComponent(document.title),metaDescription=encodeURIComponent(document.querySelector('meta[name="description"]')?document.querySelector('meta[name="description"]').content:'No description available');window.location.href='https://upviber.com/submit/?url='+url+'&title='+title+'&description='+metaDescription;})();