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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -