Recent Topics

1 Aug 09, 2009 00:38    

My b2evolution Version: 2.x

I send updates from my site, comiclist.com, via ping.fm. I've set up my blog to email the update to ping.fm, and ping.fm then sends that info to twitter and many other places.

As of yesterday, ping.fm is getting double updates.

The normal update looks like this:

just posted "Existence 2.0 #2 REVIEW" : http://ping.fm/eaMzX

The extra update looks like this:

[Reviews] New post: "Existence 2.0 #2 REVIEW"

Even if my blog were emailing ping.fm twice, the update shouldn't look different. Any ideas on why and how this is happening, so I can stop it?

2 Aug 09, 2009 09:05

That's interesting, I've never thought of sending the updates that way - via email.

I'm using b2evolution v3.x so I'll give it a try and see what will happen (ie if I get the same double result as you did with v2.x).

But, do check sending an email update manually, there is the possibility that ping.fm is the one adding the extra one. Since I haven't tested it as of this time, I'm not sure which one is b2evo's and which one is not.

Hmm, you can also try it like this: setup your blog to send the email to your personal email and create a test post (say, repeat the duplicated posts first). If you get double emails, then maybe it's b2evo's.

But if you did not get double emails, then maybe it's ping.fm's. The next step will be to repeat the same process but send it back to ping.fm and see.

That's so far the best help I can give ^_^ Elimination of Hypotheses.

Cool site too and a disqus user as well!! ^_^

(We really need a Disqus-API <-> B2evo integration :p the JavaScript method is not SEO friendly.)

3 Aug 09, 2009 13:16

Thank you! The more I look at this, the more I agree with you, it looks like something at ping.fm's end, not mine or b2evolution's. What's especially weird is, the double posting happens on Twitter, but not on other services like Delicious.

I will pursue this further with ping.fm. Maybe someday someone will write a ping.fm addon for b2e? I hope so.

4 Aug 09, 2009 14:15

Hi

I have a ping.fm plugin started. I need to test it and submit it for review to ping.fm so I will let you know how it goes.

L

5 Aug 20, 2009 02:22

Let us know how the plugin goes... or if anyone else knows a way to post a b2evolution post on a Facebook wall...

8 Aug 26, 2009 18:54

Thanks, I saw the information about adding RSS feeds to the notes section. For this Facebook page, I want the blog posts in the status area.

9 Sep 08, 2009 07:00

lturner wrote:

Hi

I have a ping.fm plugin started. I need to test it and submit it for review to ping.fm so I will let you know how it goes.

L

Hi!

How's our ping.fm plugin for b2evolution going? ^_^

(Need testers?)

10 Sep 08, 2009 10:54

Hey, sorry but I haven't had chance to work on this for a little while. It is not currently in a state where people can test it unfortunately as it isn't functional enough yet.

Other work has taken over at the moment so I will continue to look at it when it comes back up my priority list :)

11 Sep 08, 2009 14:33

lturner wrote:

Hey, sorry but I haven't had chance to work on this for a little while. It is not currently in a state where people can test it unfortunately as it isn't functional enough yet.

Other work has taken over at the moment so I will continue to look at it when it comes back up my priority list :)

Ah, no problem with that ^_^ Do what's more important (and where we'll benefit the more :p )

12 Jul 17, 2010 23:55

I recently found the cause of my ping.fm problem.

When you email ping.fm, it expects the subject line to be blank. So, sometimes ping.fm was looking at the subject line and using it instead of using the body of the message. I think I found a way to alter _item.class.php so it wouldn't send emails with subject lines:

$cache_by_locale[$notify_locale]['subject'] = sprintf( T_(''), $edited_Blog->get('shortname'), $this->get('title') );


Form is loading...