I am running Ghost v2.0 in my local machine.
I have to share my posts to Instagram and Discord.
Is there any way to implement this ?
I got this for twitter, facebook from Casper theme as follows,
<a class="floating-header-share-fb" title="Share to Facebook" href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}"
onclick="window.open(this.href, 'share-facebook','width=580,height=296');return false;">
{{> "icons/facebook"}}
</a>
<a class="floating-header-share-tw" title="Share to Twitter" href="https://twitter.com/share?text={{encode title}}&url={{url absolute="true"}}"
onclick="window.open(this.href, 'share-twitter', 'width=550,height=235');return false;">
{{> "icons/twitter"}}
</a>
I need the required URL structure for Instagram and Discord. Kindly assist me.