'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)
Solution 1:[1]
You can use a plugin that can do this automatically without coding. Try these plugins: social sharing social media auto push
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Nala Joy Natuplag |