I keep getting an error for the instagram plugin im not sure what im doing wrong on the page. Any ideas or suggestion will help.
I have added the source for which instagram is needed in the app module.
enableInstagram() {
this.instagram.share('data:image/png;uhduhf3hfif33', 'Caption')
.then(() => console.log('Shared!'))
.catch((error: any) => console.error(error));
}
HTML Code
<ion-fab bottom left>
<button class="add2 button2" (click)="enableInstagram()" ion-fab mini>
<ion-icon name="logo-instagram"></ion-icon>
</button>
</ion-fab>