@xberserker — not to bump this thread, but if I went about trying to integrate Buddypress Like, what would I need to do?
How did you integrate other plugins, like Buddypress Links and Gifts?
First step is searching for “do_action” in the plugin files to see what we can tie into. That will fire (give points) for certain actions.
@xberserker There’s a bunch of “add_actions” but not a single do_action.
See: http://pastebin.com/Y90e20Hv
I might be resurrecting an old thread, and if so I apologize…
Can BuddyPress Like’s functionality appear anywhere other than the Activity Stream? Can it be applied to posts, pages, etc? If so is this done via shortcode or must it be hardcoded into the likes of single.php?