Skip to:
Content
Pages
Categories
Search
Top
Bottom

oEmbed for BuddyPress plugin – out now!

Viewing 25 replies - 1 through 25 (of 88 total)

  • modemlooper
    Moderator

    @modemlooper

    does not work on WP single 2.9.2 no auto embed and the permalink page ends up blank. Also you can only deactivate plugin via deleting folder. Hitting deactivate in admin causes white page


    r-a-y
    Keymaster

    @r-a-y

    I’m going to test this tomorrow.

    But in the meantime, can you post any errors from your server log?

    It could be memory-related.

    Also can you try opening bp-oembed-config.php and adding your BP domain to the $bp_oembed[‘whitelist]’ array?

    If you have BP installed on hxxp://example.com, you would put:

    $bp_oembed['whitelist'] = array('<a ','">','<a>','example.com');


    bennyticklez
    Member

    @bennyticklez

    I installed on WP single 2.9.1, BP 1.2 and the plugin is not working. I added a youtube link into the “Post update” activity box and it just posts the link. Not the actual video.

    i added the whitelist code to bp-oembed-config.php with my domain name included but it didn’t change anything.

    I am not getting any errors either. most bizarre!

    Its not working for me either!

    I added my subdomain to whitelist too

    Doesn’t seem to do anything on my test installs either.


    Windhamdavid
    Participant

    @windhamdavid

    bp + wp trunk ~ “Plugin could not be activated because it generated 1 characters of unexpected output” ~ nothing in my php_error.log


    andhix
    Participant

    @andhix

    is it true, i place the directory no files in wordpress plugin?

    and results it’s not working…


    r-a-y
    Keymaster

    @r-a-y

    @andhix

    There should be three files in the .ZIP file. I had some trouble with SVN last night.

    Try this link:

    https://downloads.wordpress.org/plugin/oembed-for-buddypress.zip

    @everyone

    Gnarly! Sorry about the plugin not working.

    I just reproduced the problem.

    Can you deactivate the plugin, rename the plugin folder to “bp-oembed” instead of “oembed-for-buddypress”, re-activate and see what happens?

    I’m going to have to look into this some more…


    bennyticklez
    Member

    @bennyticklez

    Doing the rename makes the plugin work and the youtube video now embeds however i get the following error above it:

    Warning: array_map() [function.array-map]: Argument #2 should be an array in /home/tick/public_html/banterbook.com/wp-content/plugins/buddypress/bp-activity.php on line 1113


    r-a-y
    Keymaster

    @r-a-y

    Cool! Glad that worked, bennyticklez.

    I’ll look into that warning error.

    Now to update the readme.txt!

    Working! Thanks :)


    r-a-y
    Keymaster

    @r-a-y

    @bennyticklez

    The array_map() warning appears to be a BP thing.

    It looks like this is fixed in BP-trunk as of changeset 2747:

    https://trac.buddypress.org/changeset/2747


    modemlooper
    Moderator

    @modemlooper

    how do we add more sites that can be oembeded? I’d like to include some of the twitter image sites like Twitpic


    modemlooper
    Moderator

    @modemlooper

    BUG?:

    when you go to members directory it shows the last link next to your name. Is this suppose to be that way?


    r-a-y
    Keymaster

    @r-a-y

    @modemlooper

    Re: members directory – yes, that is intended because I don’t think you’d want to see a huge embedded object right next to the name in the directory.

    Re: additional sites – to extend the list of oEmbeddable sites, you have to extend WordPress’ oEmbed provider list. I should have put this in the FAQ.


    geoffm33
    Participant

    @geoffm33

    May not be compatible with SI CAPTCHA:

    Upon activation of oEmbed:

    Warning: Cannot modify header information – headers already sent by (output started at /home/public_html/sandbox/wp-content/plugins/bp-oembed/bp-oembed.php:110) in /home/public_html/sandbox/wp-includes/pluggable.php on line 868

    When viewing any page (admin or otherwise)

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/public_html/sandbox/wp-content/plugins/bp-oembed/bp-oembed.php:110) in /home/public_html/sandbox/wp-content/plugins/si-captcha-for-wordpress/si-captcha.php on line 961

    Other than that, I only get the same warning that you say is fixed in trunk.

    Good work!!


    r-a-y
    Keymaster

    @r-a-y

    Hey geoffm33,

    Delete the whitespace on the last line in bp-oembed.php (the whitespace after ?>).

    Thanks for reporting the bug.

    Will fix it up.


    geoffm33
    Participant

    @geoffm33

    @r-a-y

    Bingo…..works now!


    modemlooper
    Moderator

    @modemlooper

    worked fine now its throwing up this

    Warning: Cannot modify header information – headers already sent by (output started at /home/twier/public_html/iloemps/wp-content/plugins/bp-oembed/bp-oembed.php:110)

    some weird cacheing started happening


    r-a-y
    Keymaster

    @r-a-y

    @modemlooper:

    Read a few comments above:

    https://buddypress.org/forums/topic/oembed-for-buddypress-plugin-out-now#post-37870

    I haven’t committed the changes on SVN yet.

    r-a-y: This plugin just rocks!!!!!!!!!!!!!!!!!!!!!!!!!!!! Why? It is so simple and so integrated in the normal activity-flow. Awesome! I just commented on the bp-links-plugin, that I think it is a little too “complicated”… Thanks for this!


    andhix
    Participant

    @andhix

    thanks it works now :D thanks r-a-y

    but i have a problem, if i publish a post got error message

    Warning: Cannot modify header information – headers already sent by (output started at /home/ieuiiweb/public_html/wp-content/plugins/bp-oembed/bp-oembed.php:110) in /home/ieuiiweb/public_html/wp-includes/pluggable.php on line 868


    modemlooper
    Moderator

    @modemlooper

    @andhix Delete the whitespace on the last line in bp-oembed.php (the whitespace after ?>).

    I was testing what you can embed and the polldaddy plugin polls go into the activity stream and forums using the short code very nicely :)


    andhix
    Participant

    @andhix

    @Modemlooper

    Thanks it’s helpfully…

    It works now :D


    r-a-y
    Keymaster

    @r-a-y

    To all,

    I have tagged v0.51, which fixes the “cannot modify header” issue.

    https://downloads.wordpress.org/plugin/oembed-for-buddypress.zip

    You still need to rename the folder from “oembed-for-buddypress” to “bp-oembed”.

    This will be the last release in the 0.5 series.

    Andy P has made some nifty improvements to the plugin. Among other things, no more folder renames and whitelist! Thank you Andy!

    This upcoming version will be v0.6 and will be released when BP 1.2.1 drops early next week.

    Thanks everyone for testing.

Viewing 25 replies - 1 through 25 (of 88 total)
  • The topic ‘oEmbed for BuddyPress plugin – out now!’ is closed to new replies.
Skip to toolbar