Skip to:
Content
Pages
Categories
Search
Top
Bottom

Google Buzz button

Viewing 2 replies - 1 through 2 (of 2 total)
  • @r-a-y

    Keymaster

    Instead of modifying a template file, you can also hook into the following action:
    bp_activity_entry_meta.

    function my_gbuzz() {
    echo ‘whatever’;
    }
    add_action( ‘bp_activity_entry_meta’, ‘my_gbuzz’ );

    @simoncreative

    Participant

    thanks @r-a-y

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Google Buzz button’ is closed to new replies.
Skip to toolbar