Skip to:
Content
Pages
Categories
Search
Top
Bottom

Jetpack "share" button on activities?


  • craftersuniversity
    Participant

    @craftersuniversity

    Hello all.

    I recently got a handy code snippet from one of the authors of the Jetpack plugin, that allowed me to add a social media “Share” button to topics in bbPress. I would love to add this on the activity stream items as well, but i do not know what hook to use. I hope that one of you can help me. This is the code snippet i got:

    https://gist.github.com/deckerweb/4706862

    And this is the latest advice i got from the Jetpack author:

    “I would suggest posting in their support forums, someone should be able to help you by giving you the filter you can hook into on these Activity pages. You can then add one more line to the previous code snippet, like so:

    add_action( ‘filter_name’, ‘ddw_jetpack_sharing_bbpress’);”

    I hope you can help me out.

Viewing 2 replies - 1 through 2 (of 2 total)

  • modemlooper
    Moderator

    @modemlooper

    bbPress uses post types for topics and jetpack share works with post types. BP activity are not post types. A simple add action won’t work. When BP utilizes rewrite api jetpack will probably work.

    https://github.com/modemlooper/BuddyShare


    dreamdimples
    Participant

    @dreamdimples

    The link above doesn’t work anymore. I was trying to redownload this plugin. Can the link be reactivated please? Thanks so much in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jetpack "share" button on activities?’ is closed to new replies.
Skip to toolbar