I want to use the facebook share plugin for the web app I am working on, I only need the basic share button. The app uses requirejs for loading javascript, so I followed the
Minor heads up, I had to change
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8";
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1
&
version=v2.8";
to