Sharing posts to Instagram and Discord

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,

Facebook

<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>

Twitter

<a class="floating-header-share-tw" title="Share to Twitter" href="https://twitter.com/share?text={{encode title}}&amp;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.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.