Extension talk:AddThis
Contents
| Thread title | Replies | Last modified |
|---|---|---|
| no icons only text "share" | 9 | 06:51, 10 May 2012 |
| 2 | 10:42, 16 March 2012 | |
| Some trouble... | 8 | 15:08, 28 January 2012 |
| Sharing option | 1 | 12:54, 27 January 2012 |
| Address Bar Sharing | 7 | 05:57, 22 January 2012 |
| Thank you | 2 | 06:09, 26 November 2011 |
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
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.
Appears that AddThis is done with whatever they were doing and the script is working again. :)
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
Yeah - I think it had to do with Google+ button refreshes. Might have been Google's fault. :)
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?
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.
To answer your question on the extension page: Yes, a pinterest link from file description pages would be very useful for me!
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.
Same thing here.
Which versions of MediaWiki are you running? Also, what's the server configuration? Ubuntu, Windows, MySQL, etc.
Try now - should be okay.
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: 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..
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.
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.
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. :)
Version 1.0.1 is now available. To enable the address bar sharing set $wgAddThis['addressbarsharing'] = true;
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;
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.
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.
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)