Could you add a option to display a youtube video at buddypress activity stream? For example: http://wowgeek.ru/activity/ Recent post from sub-blog and httpv doesn't parse and show.
I'm not familiar with PHP, but pathing was very simple function add_filters_and_hooks() { if ($this->options['posts'] == 'on') { add_filter('the_content', array($this, 'check'), 100); add_filter('the_excerpt', array($this, 'check'), 100); ad this-> add_filter('bp_get_activity_content_body', array($this, 'check'), 100); Everything work fine)
Could you add this with choise option in the next version of your great plugin?
Vladimir’s WordPress Forum
Buddypress activity and smart youtube
13:48
7 January, 2011
Slam
Good day,
Could you add a option to display a youtube video at buddypress activity stream?
For example:
http://wowgeek.ru/activity/
Recent post from sub-blog and httpv doesn't parse and show.
Thank you in advance.
14:30
10 January, 2011
Vladimir
posts 707
I doubt I'll have time, but if you patch it I'll be happy to include it in next release.
16:34
11 January, 2011
Slam
I'm not familiar with PHP, but pathing was very simple
function add_filters_and_hooks()
{
if ($this->options['posts'] == 'on')
{
add_filter('the_content', array($this, 'check'), 100);
add_filter('the_excerpt', array($this, 'check'), 100);
ad this-> add_filter('bp_get_activity_content_body', array($this, 'check'), 100);
Everything work fine)
Could you add this with choise option in the next version of your great plugin?
Have a nice day =)
4:46
16 December, 2011
Cflyrun
Smart Youtube doesn't seem to work anywhere in BP for me (1.5.1)
16:10
21 January, 2012
Vladimir
posts 707
Hi Slam
Please send me the patched version of the latest version of the plugin to vprelovac@gmail.com