1 lturner Aug 07, 2009 14:50
3 topanga Sep 24, 2009 19:55
What do you think of the facebookmeme ?
Like on this page for example : http://mashable.com/2009/09/24/wow-twitter-to-raise-100-million-in-new-funding/
4 lturner Sep 24, 2009 20:26
Hi Topanga
I think that would be pretty cool. I had seen the facebook share button on sites before but hadn't looked into it. The button comes from this site:
It looks like it works in a similar way to the tweetmeme button so it shouldn't be too hard to put one together.
I can add it to my todo list :D
L
5 topanga Sep 24, 2009 20:32
Then I can only hope that you need it very soon for yourself;)
that is always the best trigger a to-be-plugin can have : the developer needs it himself;)
Since I blog almost always about non-tech stuff, the tweattablitity of my posts is very low. But my posts are very high facebookshare-aly ;)
6 lturner Sep 24, 2009 20:37
I'll see if I can bump it up the priority list :D
L
7 nelsonguirado Nov 28, 2009 06:58
It's working again. Thanks for this great plugin.
8 gcasanova Jan 23, 2011 15:06
Upgrading to b2evolution 4.0.3 from 3.3.3 Tweetmeme gave this error and is not working any longer:
Warning: Missing argument 2 for load_class(), called in /home/.../public_html/.../plugins/tweetmeme_plugin/_tweetmeme.plugin.php on line 23 and defined in /home/eduardot/public_html/literanova.net/inc/_core/_class5.funcs.php on line 86
Notice: Undefined variable: classname in /home/.../public_html/.../inc/_core/_class5.funcs.php on line 89
Warning: Cannot modify header information - headers already sent by (output started at /home/.../public_html/.../inc/_core/_class5.funcs.php:86) in /home/.../public_html/.../inc/_core/_template.funcs.php on line 59
Warning: Cannot modify header information - headers already sent by (output started at /home/.../public_html/.../inc/_core/_class5.funcs.php:86) in /home/.../public_html/.../inc/_core/_template.funcs.php on line 243
Warning: Cannot modify header information - headers already sent by (output started at /home/.../public_html/.../inc/_core/_class5.funcs.php:86) in /home/.../public_html/.../inc/_core/_template.funcs.php on line 244
Warning: Cannot modify header information - headers already sent by (output started at /home/.../public_html/.../inc/_core/_class5.funcs.php:86) in /home/.../public_html/.../inc/_core/_template.funcs.php on line 245
Warning: Cannot modify header information - headers already sent by (output started at /home/.../public_html/.../inc/_core/_class5.funcs.php:86) in /home/.../public_html/.../inc/_core/_template.funcs.php on line 246
I downloaded and tried to re-install the plugin but before attempting to install it again, at the plugins - install page, I get this error message:
Warning: Missing argument 2 for load_class(), called in /home/.../public_html/.../plugins/tweetmeme_plugin/_tweetmeme.plugin.php on line 23 and defined in /home/eduardot/public_html/literanova.net/inc/_core/_class5.funcs.php on line 86
Notice: Undefined variable: classname in /home/.../public_html/.../inc/_core/_class5.funcs.php on line 89
Any Ideas how to solve this?
9 lturner Jan 23, 2011 16:01
The plugin has yet to be tested in the latest release so I guess that answers the question of whether it works or not :)
However, the plugin has had some updates done to it prior the 4.0.3 release but I haven't had the time to release them yet. I have just installed it on a local copy I have of 4.0.3 and it did seem to work. You can try it out if you like:
http://www.leeturner.org/media/downloads/b2evolution/plugins/tweetmeme_plugin-beta.zip
Let me know how it goes.
L
10 gcasanova Jan 23, 2011 17:19
Your newest (Beta) version works fine with b2evolution version 4.0.3, Thanks!
Unfortunately, as I had to uninstall the previous version of Tweetmeme, all tweeted posts counts were lost and all post now have zero tweets... Does this plugin rely on MySQL? If so, is there a way of bringing back the tweet counts via a MySQL backup I have?
Thank you!!!
:D
11 lturner Jan 23, 2011 17:40
That is really strange. Nothing is stored by the plugin to do with the tweet count. All that information should come from tweetmeme when the badge loads.
You could try pinging one of your URLs to see if that makes a difference:
http://tweetmeme.com/update/ping
L
12 gcasanova Jan 23, 2011 18:02
I pinged some URLs and twetmeme says:
Your URL has been queued to be pinged
Still all counts in zero. Guess I'll have to live with that.
13 sam2kb Jan 23, 2011 19:44
Edit this to make the plugin work in b2evo 4
if ( version_compare( $GLOBALS['app_version'], '4' ) > 0 )
{ // b2evo 4 and up
load_class( 'items/model/_itemlist.class.php', 'ItemList' );
}
else
{
load_class( 'items/model/_itemlist.class.php' );
}
14 yabba Jan 23, 2011 20:07
Heh, the if{}else{} is redundant, just use the first load_class() statement and the 2nd param will be ignored < version 4 ;)
¥
15 lturner Jan 23, 2011 20:07
Thanks for that but I don't think I need it anymore. The beta version of the plugin linked above no longer has the code in it that causes the error in b2evo 4.
That code was taken out due to tweetmeme no longer supporting those features.
L
16 gcasanova Jan 24, 2011 11:41
Thanks for suggestions but the Beta version of Tweetmeme is working fine.
Somehow the old tweet counts are still zero but that's not the plugins fault. I pinged the urls but nothing has happened yet.
17 gcasanova Oct 06, 2012 04:15
Tweetmeme service has been suspended. This is a message from their site:
TweetMeme
SunsetWe’re really proud of TweetMeme but all good things must come to an end. Thank you for your fantastic support over the past 3 years. Take a look at our latest product, DataSift.
Any alternatives?
I have updated the Tweetmeme Plugin to version 0.4. This new release includes a few new features for the Tweetmeme button released by the Tweetmeme team. The new features are:
NEW - You can now see the tweet stats for a configurable number of posts
NEW - You can now see the tweet stats for a specific post on the edit post screen
NEW - You can now change the URL shortner you are using
Head on over to the [url=http://www.leeturner.org/b2evolution-plugins.php/tweetmeme-plugin-for-b2evolution]Tweetmeme Plugin for b2evolution[/url] plugin page, download it and give it a go.