Share images to other App

I am building app which deals with images. I need a functionality of sharing images to WhatsApp, WeChat and Facebook.

Is there any other way to do this ?

I found an answer. It can be done by ngCordova Social Sharing Plugin

  $cordovaSocialSharing.share(null, null, url, null);