Extension talk:AddThis

From MediaWiki.org
Jump to: navigation, search
Start a new discussion

Contents

Thread titleRepliesLast modified
no icons only text "share"906:51, 10 May 2012
Pinterest210:42, 16 March 2012
Some trouble...815:08, 28 January 2012
Sharing option112:54, 27 January 2012
Address Bar Sharing705:57, 22 January 2012
Thank you206:09, 26 November 2011

no icons only text "share"

I see no icons on which I can click, there is only text "share". It redirects me to addthis sharing page, after click on the "share". I use mediawiki 1.17 and the newest version of this extensmion. Pls advise

91.127.221.17306:01, 12 March 2012

It looks like AddThis is changing something in their scripts - I'm looking into it.

Varnent (talk)07:10, 12 March 2012
 

Hello

I have the same problem. And there is no icons at the sidebar. Also the same problem here - Article on WikiQueer. But when I log in my google+ account, icons appeared.

Safari 5.1.2, Opera 11.61, Firefox 10.0.2
MediaWiki 1.18.1
PHP 5.3.10 (apache2handler)
MySQL 5.1.49

Thanks.

ZelChief (talk)07:17, 12 March 2012

Appears that AddThis is done with whatever they were doing and the script is working again.  :)

Varnent (talk)14:14, 15 March 2012
Edited by another user.
Last edit: 12:53, 18 March 2012

Yes ... it works! I think the problem was with the service AddThis, because after refreshing the icon for google+ everything was working. Thanks again for your work!

Forgot log in. ZelChief

62.105.48.24912:51, 18 March 2012

Yeah - I think it had to do with Google+ button refreshes. Might have been Google's fault.  :)

Varnent (talk)14:40, 18 March 2012

I'm actually having the same problem, nothing is coming up in my sidebar now. Is there anyway to check what's going on? There's nothing on my addthis.com page?

Allcarwiki (talk)

Allcarwiki (talk)01:30, 12 April 2012
 
 
 
 

I had the same problem on Firefox. With IE is always works.

Now if update my MediaWiki to 1.19 and now it works with Firefox, too.

Starwhooper (talk)06:51, 10 May 2012
 

To answer your question on the extension page: Yes, a pinterest link from file description pages would be very useful for me!

rotsee (talk)21:20, 10 March 2012

I'm pondering this more seriously now....  :)

Varnent (talk)16:09, 15 March 2012
) Let me know if I can help you somehow!
rotsee (talk)10:42, 16 March 2012
 
 

Some trouble...

From what I can tell, I've followed everything correctly, but I'm still getting a Servor Error. We don't need to do anything to AddThis.php in the extension file right? I left that unaltered.

Frank Muraca17:07, 20 January 2012

Same thing here.

187.121.125.9718:54, 21 January 2012

Which versions of MediaWiki are you running? Also, what's the server configuration? Ubuntu, Windows, MySQL, etc.

Varnent19:48, 21 January 2012
 

Try now - should be okay.

Varnent02:07, 22 January 2012

I'm using 1.17.0 and MySQL. Still doesn't seem to work though... I only changed LocalSettings.php by adding: require_once( "$IP/extensions/AddThis/AddThis.php" );

Frank Muraca21:02, 22 January 2012

Frank: Hmmm - I'm checking into this - do you have the exact server error? I've done some test installs on MW1.17.2 and can't replicate the error after the update this week was made..

Varnent23:09, 22 January 2012

"HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request."

Does that help? Let me know if you need anymore information about what I've been trying.

Frank Muraca00:40, 23 January 2012
 
 
 
 
 

Sharing option

Can it possible make AddThis visible only on the main page, but not on other pages?

Because settings $wgAddThisHeader = false; $wgAddThisMain = true; is not working for me, or shouldn't work by design.

91.192.82.10612:10, 27 January 2012

Ok, I see, I will use <addthis />.

91.192.82.10612:54, 27 January 2012
 

Address Bar Sharing

In my website's "code checkup" at Addthis it says the "Address Bar Sharing is not enabled" and I'm trying to figure out if this is implemented in the extension ? (I could be looking right at it and not see it :P), any input would be appreciated.

Mlpearc powwow01:23, 5 January 2012

It is not - but that is something I can work on enabling. Adding a few other AddThis tracking features as well. Will be coming in version 1.0.1 - hopefully in the next week.  :)

Varnent08:19, 5 January 2012

Cool, thank you very much.

Mlpearc powwow04:40, 6 January 2012

Version 1.0.1 is now available. To enable the address bar sharing set $wgAddThis['addressbarsharing'] = true;

Varnent10:01, 6 January 2012

Thank you for the fast fix.

Mlpearc powwow01:47, 7 January 2012

After adding updated version to my wiki I now get

Fatal error: Call to undefined method Title::isMainPage() in /home/every821/public_html/w/extensions/AddThis/AddThis.body.php on line 67

AddThis.body.php line 67

|| ( $article->getTitle()->isMainPage() && !$wgAddThisMain )

I edited out the new call //$wgAddThis['addressbarsharing'] = true;

and still get this error. Everything I tried short of //require_once("$IP/extensions/AddThis/AddThis.php"); gets this error.

Current set in LocalSettings.php

require_once("$IP/extensions/AddThis/AddThis.php");
$wgAddThispubid                             = 'ra-xxxxxxxxxxxxxxx';
$wgAddThisMain                              = true;
$wgAddThisHeader                            = true;
$wgAddThisSidebar                           = true;
$wgAddThis['addressbarsharing']             = true;
Mlpearc powwow19:39, 9 January 2012
 
 
 
 
 

Thank you for your job.

I tested this and I get PHP notice:

PHP Notice:  Undefined variable: wgScriptPath in /srv/http/wiki/extensions/AddThis/AddThis.body.php on line 15

PHP 5.3.8 (FastCGI), MW 1.18.

Ruusian translation of the AddThis.i18n.php:

$messages['ru'] = array (
  'addthis'      => 'Поделиться',
  'addthis-desc' => 'Добавляет кнопку AddThis на боковую панель и в заголовок статьи.'
);

Also I think you should add option to disable page header button.

Unikum11117:10, 22 November 2011

Thank you for the language submission and FYI on the error! I'm working on a new revision now to fix that. Also working on more options, a tag and moving to Wikimedia's subversion.

Varnent07:21, 24 November 2011
 

The fix, a setting for the page header, language fix for the toolbar and other revisions are now live on the subversion I'm currently using. Will be switching to MW subversion server soon (current server will forward to MW server once move is completed)

Varnent06:09, 26 November 2011
 
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox