I've written a module that extends this to read the Identi.ca service into this module. I have the code available and would like to contribute it. It is attached as a tar.gz to this bug. It is largely base off the API and the Digg module in the code.

Comments

toddejohnson’s picture

StatusFileSize
new488 bytes

I found a better icon to be included just replace identica.png with the attached file.

akalsey’s picture

That's fantastic. Can you create a Drupal.org project for it? See http://drupal.org/node/386992

akalsey’s picture

Status: Active » Postponed (maintainer needs more info)
akalsey’s picture

Any progress on creating a project for this?

papapep’s picture

Title: Identi.ca Support » How should I create a block with our group identi.ca submissions?
Category: feature » support

Moved to a more appropiate place.

akalsey’s picture

Please add your own item to the issue queue insteadof hijacking an existing issue with an unrelated question.

papapep’s picture

I beg your pardon. I really didn't notice this was an specific issue thread. I thought it was a general identi.ca/activity stream thread.

butler360’s picture

Title: How should I create a block with our group identi.ca submissions? » Identi.ca Support
Category: support » feature

I've made a very small improvement.

It used to be on line 49:
$name . l($node->title, $activity->link)

I've changed it to this:
$name . " " . l($node->title, $activity->link)

This adds a space between the username and the post from Identi.ca, which looks much better.

So intead of "Johnjohndoe: This is my message!" you get:
"John johndoe: This is my message!"

I don't know how to create patches, so I'm posting it this way.

Lastly, is there a way to trim the username from the post? I don't like seeing [Drupalusername] [Identi.ca username]: [Identi.ca post]. I'd prefer to remove the Identi.ca username. I know that this module uses the Identi.ca RSS feed, though, which includes your username in the title/message. Is there some way to maybe trim everything before the first colon?

forestmars’s picture

Issue tags: +identica
StatusFileSize
new572 bytes

"Patch Attached."

(~forest mars)

forestmars’s picture

Status: Postponed (maintainer needs more info) » Needs review

(status changed to need review for patch queue.)

toddejohnson’s picture

Status: Needs review » Closed (fixed)

I have created a proper project for the module at http://drupal.org/project/activitystream_identica. It includes the patch. I will post a separate issue for getting the link fixed.