[buddypress-trac] [BuddyPress Trac] #5748: BP_Group_Extension need	better display()
    buddypress-trac 
    noreply at wordpress.org
       
    Wed Jul  9 18:43:50 UTC 2014
    
    
  
#5748: BP_Group_Extension need better display()
-------------------------+-----------------------------
 Reporter:  danbp        |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Groups       |    Version:  2.0
 Severity:  normal       |   Keywords:
-------------------------+-----------------------------
 When adding an additionnal page to a group using BP_Group_Extension API,
 it is not possible to get a page/post content correctly if it contains a
 video (added by url or shortcode).
 Text and images are showing right, but no video is passing.
 Echoing something like this works
 {{{
 echo '<p style="text-align:center">'.wp_oembed_get(
 'http://www.youtube.com/watch?v=dQw4w9WgXcQ', array(
                         'width'  => 600,
                         'height' => 400
                         ) ).'</p>';
 }}}
 but the goal is to show a post and it's attached medias, not to show them
 separatly.
 Would be nice to get this to work in a next release.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5748>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
    
    
More information about the buddypress-trac
mailing list