As part of a periodic product portfolio review, Oracle has made the business decision to terminate all AddThis services effective as of May 31, 2023.
Extension talk:AddThis
This extension needed to be commented out as this was giving me this error:
Deprecated: Use of MWNamespace::isContent was deprecated in MediaWiki 1.34. [Called from AddThis::AddThisHeader in /home/vikasnd/public_html/w/extensions/AddThis/AddThis.body.php at line 70] in /home/vikasnd/public_html/w/includes/debug/MWDebug.php on line 377
Also this one was issue in 1.38: Use of MWNamespace::isContent was deprecated in MediaWiki 1.34. [Called from AddThis::AddThisHeader in /home/vikasnd/public_html/w/extensions/AddThis/AddThis.body.php at line 70] in /home/vikasnd/public_html/w/includes/debug/MWDebug.php on line 377 [07-Aug-2022 22:26:36 Asia/Kolkata] PHP Deprecated:
Is there an update to this issue?
It stopped MW because of file absence. So I took file from old version to solve the problem
For me that was AddThis.pup from MW 1.30, because from 1.33 it did not replace default icons but add custom to them only.
use
{wfLoadExtension( 'AddThis' );}
instead
it is still working, you just have to invoke it with
wfLoadExtension( 'AddThis' );
instead of require_once
Produit | Version |
---|---|
MediaWiki | 1.31.12 |
PHP | 7.4.14 (litespeed) |
MariaDB | 10.3.27-MariaDB-cll-lve |
ICU | 63.1 |
LuaSandbox | 3.0.3 |
Lua | 5.1.4 |
Habillage | Version | Licence |
---|---|---|
Timeless | 0.8.1 | GPL-2.0-or-later |
Vector | – | GPL-2.0-or-later |
But with the version for Mediawiki 1.27 LTS it works
AddThis | 1.1.1 (048fff5) 4 mai 2016 à 15:36 |
Gribouillot (talk) 11:07, 13 February 2021 (UTC)
i want AddThis widget in page title. Extension:Pluso is at exact location which i want but it has many missing social websites and i can't add own.
I'm on MediaWiki 1.33 using the MobileFrontend skin. The default parameter buttons do not go away when you replace them with one's own parameters. Instead, the ones specified are just added to the default buttons and you end up with two buttons for some services
My solution so far has been to just hide the buttons using CSS selectors
.at300b:nth-child(2), .at300b:nth-child(3), .at300b:nth-child(4), .at300b:nth-child(5), .at300b:nth-child(6), .at300b:nth-child(7), .at300b:nth-child(8), .at300b:nth-child(9), .at300b:nth-child(10){ display: none; }
My solution was to replace AddThis.php by one from older version for MW 1.30
I would like to use AddThis on Desktop, but not on mobile. How can I do that?
Hi! The AddThis extension is great, but sometimes the widget interfers with article content. To avoid this I'll suggest to move it up to the title field, or at least make it an option.
If I could code I would just change the code myself or copy from the Pluso extension.
Hope this is possible and thank you in advance!
Hi! The Facebook share button on my wiki keeps returning this message "Sorry, this feature isn't available right now: An error occurred while processing this request. Please try again later" while the other share buttons work great. Any idea on how to fix this? Thank you!