c# - windows phone 8 share content via Email,Facebook,and Twitter -


i developing windows phone 8 application want share data in page via email, face-book , twitter. in page have image , description , other links, want share information via email, face-book , twitter. came know can achieve these tasks via sharelinktask();. problem via sharelink task can send title linkuri , message only. not able send image sharelinktask there option share image.

is there possibility prepare html string data have , make link uri can share complete information via linkuri.

and 1 more doubt sharelinktask option share information facebook , twitter.

suggest me better solution share page content along images via email,facebook , twitter in windows phone 8.

sharing doesn't work described. can't share contents of page. can either share link through sharelinktask or share image through sharemediatask.

you upload contents of page site share link it.

edit:

yes can take screen shot of page, save share image.

// copies whole page in image writable bitmap var wb = new writeablebitmap(layoutroot, new translatetransform()); 

note need save image in media library before can share using sharemediatask cannot specify file located in isolated storage.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -