Is there a way to create share link on a website for Instagram?

I am trying to implement a button that users can click. It would take them to Instagram and start a new post with my website URL. I did it for Facebook using

 window.open('https://www.facebook.com/sharer.php?u=' + url.value)

Is there any simillar way of doing this with instagram?