http://hanspetter.no/drupal/twingly-module is a twingly ping module. Perhaps someone can make this work with multiping, or fold it in as a contributed module for multiping? I've been trying to make twingly pinging work inside multiping, but always get a "Not yet implemented" error message when trying to ping twingly.

I looked into the multiping.module's function _multiping_doping and added the following, just before the on success save info to db:

if(!$result) {
    $result = xmlrpc($pingservice->url, $pingservice->method, $name, $base_url );
  }

based on the info here:

http://rpc.twingly.com/

It should work, but I still get the error message.

Comments

Skyr’s picture

According to the twingly module, entering the following data should be equivalent:

URL: http://rpc.twingly.com/
Method name: weblogUpdates.extendedPing

Unfortunately, it's not working - and up to now, I was unable to figure out why. Twingly returns an empty string...

holger’s picture

I tried weblogUpdates.extendedPing and also weblogUpdates.ping but it do not work and showes "Not yet implemented" after pinging. All other Services like Ping-o-Matic are ok.I am using Drupal 6.8 and the newest Version of the multiping module.

pkej’s picture

Hrmf, I can't even get the module to work anymore, not with the default Ping-o-Matic even, suddenly. But it did work the first time I installed it on my site.

pkej’s picture

Status: Active » Closed (won't fix)

Seems it needs to be run by cron, or perhaps the ping after each post, if I try the ping link on the administration pages, it will not ping even ping-o-matic.