I’m not aware of any plugins that would allow you to do that.
@1amyone,
you simply have to copy/paste the media url into the form.
Note that you can only use WP’s allowed medias. See the list.
read also about media embedding on the BuddyPress codex.
Embeds
thanks – yes
but how do members find that url,
not good usability – they have to go and search on a thirdparty to find that url
then copy and paste on a smartphone not so easy,
guess I have to combine another plugin to adapt the member post to
enable post from a search
it would mean editing that embed field
<textarea class=”bp-suggestions” name=”whats-new” id=”whats-new” cols=”50″ rows=”10″ data-suggestions-group-id=”414″></textarea>
<input id="textbox" type="text" placeholder="Search on Google..." onkeydown="if (event.keyCode == 13 || event.which == 13) {console.log(event.keyCode); window.open('google.com/search?q='; + encodeURIComponent(document.getElementById('textbox').value));}" />
wow i cant delete a reply so I will carry on here with code or is a repo better?
<input type=”text” id=”bpfb_video_url” name=”bpfb_video_url” placeholder=”Paste video URL here” value=”” class=”changed” style=”width: 726px;”>
actually its this