Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding Social Bookmarking to Forums


  • Henry
    Participant

    @henrybaum

    Is there any way to add social bookmarking functionality to forum posts? Given that you can’t access BBpress admin functions in BP to activate BBpress plugins, I’m wondering how to do this.

    Add to Any provides this code (http://wordpress.org/extend/plugins/add-to-any/faq/):

    <?php echo '<ul class="addtoany_list">';
    if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') )
    ADDTOANY_SHARE_SAVE_ICONS( array("html_wrap_open" => "

    <li>", "html_wrap_close" => "</li>
    ") );
    if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') )
    ADDTOANY_SHARE_SAVE_BUTTON( array("html_wrap_open" => "

    <li>", "html_wrap_close" => "</li>
    ") );
    echo ''; ?>

    Is there anywhere to add this in BP so the function will be called in BBpress? Any other options?

  • The topic ‘Adding Social Bookmarking to Forums’ is closed to new replies.
Skip to toolbar