Extension talk:AddThis

About this board

No previous topics.

Notice of Termination of AddThis Services.

1
GrizzlyBee (talkcontribs)

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.

Reply to "Notice of Termination of AddThis Services."

Not working with MW 1.38

1
Vikasnd (talkcontribs)

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?

Reply to "Not working with MW 1.38"

Latest release (for MW 1.34) does not contain AddThis.php

3
Summary by Kghbln

The docu was updated.

B.Shapoval (talkcontribs)

It stopped MW because of file absence. So I took file from old version to solve the problem

B.Shapoval (talkcontribs)

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.

148.252.132.179 (talkcontribs)

use

{wfLoadExtension( 'AddThis' );}

instead

Summary by Kghbln

The docu was updated.

Krabina (talkcontribs)

it is still working, you just have to invoke it with

wfLoadExtension( 'AddThis' );

instead of require_once

the number of icons is multiplied by two

1
Gribouillot (talkcontribs)
Reply to "the number of icons is multiplied by two"

How to change widget position from article to page title ?

1
150.129.166.124 (talkcontribs)

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.

Reply to "How to change widget position from article to page title ?"

Default Parameters Replacement Not Working

3
Onesimok (talkcontribs)

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

Onesimok (talkcontribs)

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;
}
B.Shapoval (talkcontribs)

My solution was to replace AddThis.php by one from older version for MW 1.30

Reply to "Default Parameters Replacement Not Working"

How to Disable on Mobile

1
128.125.52.100 (talkcontribs)

I would like to use AddThis on Desktop, but not on mobile. How can I do that?

Reply to "How to Disable on Mobile"

Move AddThis widget to title?

1
Pretor~nowiki (talkcontribs)

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!

Reply to "Move AddThis widget to title?"

Facebook share button issue

1
EhcanreB (talkcontribs)

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!

Reply to "Facebook share button issue"
Return to "AddThis" page.