[WMTech] Social Share Privacy

[WMTech] Social Share Privacy 1.1.7

No permission to download
Q: I want to have a button for another social network. Why is it not included?
A: We will continue to include buttons for other networks soon.


Q: Why does Twtter and Google+ show no counts?
A: Twitter generally removed counting shares in November 2015 and does no longer provide the counts of shares. See their blog post: https://blog.twitter.com/2015/hard-decisions-for-a-sustainable-platform Google+ generally removed counting shares in November 2017 and does no longer provide the counts of shares.

Q: Why does my Facebook count show "0" always?
A: To get the counts from Facebook you have to have to add an app id and secret key into the XenForo Facebook options. Otherwise no count can be obtained.

General Error Handling after a faulty installation:
Q: My forum is broken after installing an addon. What should I do now?
A: Deinstall or deactivate the addon and ask for help. If you cannot reach the XenForo ACP any more, login to your web server and add the following piece of code to library/config.php:
Code:
$config['enableListeners'] = false;
This will disable all addons and enable you to get access to the ACP again where you will be able to deinstall the problematic addon.
Top Bottom