Social Sharing using capacitor

Hello guys,
I want integrate social sharing into my ionic app using capacitor,
I want to share like image,text and url (like instagram post)
can please help which plugin should i use
i have already tried @capacitor/share but issue that i can’t share image along with text

You may go for
@awesome-cordova-plugins/social-sharing

sharing options for various social media are given

this.socialSharing.shareViaWhatsApp(this.product1.title,
              this.product1.imagePath,this.product1.productURL);

demo /// Ionic 6 Angular Social share - YouTube