java - Sharing Website URL and Content with Facebook -
i want share url & text facebook.right sharing link ok how add text or content? have using below mention code facebook sharing.
<div> <div id="fb-root"></div> <script> (function (d, s, id) { var js, fjs = d.getelementsbytagname(s)[0]; if (d.getelementbyid(ienter code hered)) return; js = d.createelement(s); js.id = id; js.src = "//connect.facebook.net/en_us/all.js#xfbml=1&appid=*********"; fjs.parentnode.insertbefore(js, fjs); } (document, 'script', 'facebook-jssdk')); </script> </div> <div class="fb-share-button" data-href="http://localhost:1493/fbshare.aspx" data-type="button_count"></div>
Comments
Post a Comment