if (type === "insta") {
const instaMessage = Check this out: ${share_url}
;
const encodedMessage = encodeURIComponent(instaMessage);
const instagramUrl = https://www.instagram.com/create/story/?caption=${encodedMessage}
;
window.open(instagramUrl, "Instagram", newLocal);
} i want to share_url post in instragram