php - Share quiz results on Facebook -
i have spent hours researching seems tricky many developers out there. have small php quiz, outputting results form in following way: if (maxa) { echo ' <img src="imgs/result4.jpg"/> <div class="results2"> <p class="title">you bean</p> <p class="details">description</p> </div>'; } the question is, how add share button @ bottom of this, share result on facebook, description , picture. note there 4 available results. i have made public app, , inserted following in head: <script> window.fbasyncinit = function() { fb.init({ appid : '1382290368762081', xfbml : true, version : 'v2.3' }); }; (function(d, s, id){ var js, fjs = d.getelementsbytagname(s)[0]; if (d.getelementbyid(id)) {return;} js = d.createelement(s); js.id = id; js.src = "//connect.facebook.net/en_us/sdk.js"; fjs.parentnode.insertbefore(js, fjs); }(docum...