Plugin: BuddyPress Rate Forum Posts

Join this plugin group to follow comments, support topics and reviews.

Trouble with oembed beta by Ray (3 posts)

Started 1 year, 6 months ago by: josemv

  • Profile picture of josemv josemv said 1 year, 6 months ago:

    Hi there,

    Still in Cuzco ?
    Think I found incompatability with @r-a-y oembed latest beta version
    If I embed a youtube video, neither thumbs up/down nor the video show, just this code id=”rfp-rate-2? class=”rfp-rate”> Rate this post
    Using BP 1.2.5.2 with WP 3.0.1 and malleable buddypress theme

  • Profile picture of r-a-y r-a-y said 1 year, 2 months ago:

    @el_terko – Look for the following in the BP Rate Forum Posts plugin:

    add_filter( 'bp_get_the_topic_post_content', 'rfp_filter_rating_link', 3 );

    and change to:

    add_filter( 'bp_get_the_topic_post_content', 'rfp_filter_rating_link' );

    @dwenaus – any reason why you’re hooking into the filter at 3? Instead of the default of 10?

  • Profile picture of Virtuali Virtuali said 1 year, 2 months ago:

    @r-a-y, I did the same thing in Rich’s Signature plugin for forums, deleted the filter from 5, and it fixed it also.

    is leaving it blank mean it’s at default?