-
Ray posted an update: 2 years ago
Got activity_meta cache working on my oEmbed plugin for BP! Need to clean it up before release though.
Ray posted an update: 2 years ago
Got activity_meta cache working on my oEmbed plugin for BP! Need to clean it up before release though.
modemlooper posted a new activity comment: %s
need this!
Ray posted a new activity comment: %s For the techies: I wanted to use the bp_get_activity_content_body filter, but couldn’t because of the main bp_get_activity_content kses filter (which would block flash objects from being embedded).
So I had to put a conditional on URLs with the $bp->root_domain so my filter would bypass the the ”View” and ”Delete” links in the activity content.
I also want to extend the plugin to the BP forums… need to do a little bit more research!
modemlooper posted a new activity comment: %s people are clamoring for a photo album feature but really I think what you are doing is more important. I hacked kses to allow imbed but using the oEmbed is way better for usability reasons.
Ray posted a new activity comment: %s I’m also either going to include a fallback to use the AutoEmbed API – http://autoembed.com, or an option to use either Wordpress’ oEmbed or AutoEmbed. Thoughts?
modemlooper posted a new activity comment: %s I say go with what wordpress uses.
Ray posted a new activity comment: %s Need to clean up the regex expression for how my filter checks for links.
If the last part of your update has a URL, it won’t correctly parse the URL to oEmbed correctly.
techkapil posted a new activity comment: %s Thats cool … but WP_oEmbed is not enough as many features are missing… MrMaz of BP links has also implemented oEmbed.
Is there any chance oEmbed feature included in BuddyPress core…(as its already there in Wordpress)??
Ray posted a new activity comment: %s BP Links is nice (and well coded), but if someone wants to quickly post something in their activity stream, they can’t; BP Links doesn’t address this either. Also, last time I checked, MrMaz is using his own API for embedding, it’s not oEmbed.
A core version of oEmbed in BP would be nice though!
Michael Berra posted a new activity comment: %s WOW – I like that very much!!! Just tell me – would like to test
Just fixed up a few issues with my oEmbed plugin for BP 1.2 RC3.
Will release it when BP 1.2 goes final!