Skip to:
Content
Pages
Categories
Search
Top
Bottom

member search and add media

  • Where a member can post a “whats new post to a group”
    I would like members to be able to search for media via a google search
    and then select from results and that adds the media to their group post?

Viewing 5 replies - 1 through 5 (of 5 total)

  • Venutius
    Moderator

    @venutius

    I’m not aware of any plugins that would allow you to do that.


    danbp
    Moderator

    @danbp

    @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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘member search and add media’ is closed to new replies.
Skip to toolbar