Jump to content

Topic on Extension talk:AddThis/Flow

Latest AddThis buttons

6
Sophivorus (talkcontribs)

You can display the latest and greatest AddThis buttons without this extension. All you have to do is add the following line to your LocalSettings.php

$wgHooks['SkinAfterContent'][] = function ( &$data, Skin $skin ) {
	$pubid = 'ra-4e36cd3a05e2e1a2'; // Your public AddThis id
	$data .= "<script src='//s7.addthis.com/js/300/addthis_widget.js#pubid=$pubid'></script>";
};

You're welcome. ;-)

2804:7F5:7187:7DA9:0:0:0:1 (talkcontribs)

Doesn't work for me.

Sophivorus (talkcontribs)

My bad, $pubid should've been inside the hook. Fixed it now, try it out!

2804:7F5:7187:7DA9:0:0:0:1 (talkcontribs)

Now it loads as I can see it by inspecting the HTML, but nothing is displayed.

Sophivorus (talkcontribs)

Well, it works for me on all my sites. Link?

185.5.60.134 (talkcontribs)

This code does not work for me either. I have Mediawiki 1.22.6