[MMO] Extend Sharing

[MMO] Extend Sharing 2.3.1

No permission to download
First, I need to update all my additions, plus implement one new one and complete a couple of private ones. Let me know about this a little later or implement it yourself by changing the add-on template
 
The Mastodon only comes on when Weibo is checked, if you uncheck Weibo then Mastodon goes away.

Also it would be great to have BlueSky

I think v2.3.5 from Xenforo may have bluesky out of the box because I see it on this support forum running v2.3.5 and not my v2.3.4
 
The Mastodon only comes on when Weibo is checked, if you uncheck Weibo then Mastodon goes away.

Temporary Workaround

If you want to show Mastodon and not Weibo make sure you have both checked then add this code to extra.less to remove Wibo.
It will remove Weibo everywhere and keeps showing Mastodon.

Code:
/* Hide Weibo */
.shareButtons-button.shareButtons-button--brand.shareButtons-button--weibo {
    display: none;
}
 
Back
Top Bottom