In searching the various social networking add-ons for linking / bookmarking, one thing that none of them seemed to do that well was link to a user profile. Yet I might want to Dig or find Delicious a particular member's profile. So, I created a patch to AddToAny that did that. It does it in one of two ways:

  1. Through a new block that can be shown on user/* pages via block configuration.
  2. Through a setting that makes a modification via hook_alter_profile to add the button to the user profile within the content of the profile. For this option, I made additions to the configuration settings to specify (a) show it in the user pages, and (b) what weight should it be (for positioning). The button is wrapped in <div class="addtoany-user-profile"> so the button can be styled and positioned if necessary.

Would be great if this made it into the next version!

Shawn

Comments

micropat’s picture

Shawn, this sounds really interesting! Can't wait to try it out as soon as I get a chance.

Jerome F’s picture

I was just looking for this feature in Drupal 7, but as this was never commited nor tested, does that mean that this feature doesn't exist in D6 either ?

kenorb’s picture

Version: 6.x-3.3 » 7.x-4.x-dev
Issue summary: View changes