How can I post a link to my website in a Facebook post, and have it open in the user\'s external browser when using smartphone app, not Facebook\'s native browser, which is
Hope that this way can help you:
var ifc = document.createElement("div"); ifc.innerHTML = ``; document.body.appendChild(ifc);
Full sources and example: https://github.com/huantt/force-open-browser/tree/master