-1

I'm creating sample html page and use social sharing functionalities. I want to instagram photo post url to share photo, like whatsapp text share url given below.

//whatsapp text share url
<a href='https://api.whatsapp.com/send?phone=whatsappphonenumber&text='></a>
Karolis Koncevičius
  • 9,417
  • 9
  • 56
  • 89
gaus
  • 223
  • 4
  • 12

1 Answers1

1

I don't know what you want to do but Instagram doesn't allow people to post photos using api in their platform.

  • i mean we can post photo, text etc like in facebook , the same thing i want to photo post in instagram. – gaus Oct 04 '19 at 08:34
  • It is not actually possible on Instagram. Refer to this https://stackoverflow.com/questions/18844706/how-to-post-pictures-to-instagram-using-api – Cedric Miraflor Oct 04 '19 at 08:39