-
Brajesh Singh posted on the forum topic Youtube embed in profile in the group oEmbed for BuddyPress: 14 years, 1 month ago
@jaisimo,@serafen
For the profile field to show the youtube you do not need any plugin(neither my yt feed, nor the bp oembed), It works just with wordpress 3.0 inbuilt functions if you used above code. -
Janis posted on the forum topic Youtube embed in profile in the group oEmbed for BuddyPress: 14 years, 1 month ago
thanks man!!
with direct link works well and separate plugin for yt feed is not necessary, just oembed.thanks again!!
-
Janis posted on the forum topic Youtube embed in profile in the group oEmbed for BuddyPress: 14 years, 1 month ago
@sbrajesh @serafen hi guys, could you please help. why this code does not work for me? 1. activated oembed for BP; 2. created text field; 3. created bp-custom.php in wp-content/plugins; 4. changed $my_key=2 to $my_key=6; 5. embeded code from youtube to the text box; result – in public view of the profile I see title of the […]
-
Brajesh Singh posted on the forum topic Youtube embed in profile in the group oEmbed for BuddyPress: 14 years, 1 month ago
@serafen Well, In that case youcan make sure it parses only one field. Please note, you will need to know the xprofile field id(You can se it by poing to profile field setup->Clicking the edit button of xprofile field and checking the url in the browser bar). here is the modified code `…[Read more]
-
Brajesh Singh posted on the forum topic Youtube embed in profile in the group oEmbed for BuddyPress: 14 years, 1 month ago
@serafen
Put the following code in your bp-custom.phpadd_filter("bp_get_the_profile_field_value","wp_oembed_get");
This will allow you to insert youtube urls in profile text field(any of them) and will parse it automatically.
@serafen
Not recently active