[wp-trac] [WordPress Trac] #34429: Slack embeds look super ugly

WordPress Trac noreply at wordpress.org
Sat Oct 24 09:29:28 UTC 2015


#34429: Slack embeds look super ugly
--------------------------+--------------------
 Reporter:  pento         |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  4.4
Component:  Embeds        |     Version:  trunk
 Severity:  blocker       |  Resolution:
 Keywords:  needs-patch   |     Focuses:
--------------------------+--------------------

Comment (by swissspidy):

 This is the fix that has been added to WordPress.org:

 {{{#!php
 <?php
 add_action( 'plugins_loaded', function() {
     if ( false !== strpos( $_SERVER['HTTP_USER_AGENT'], 'Slackbot-
 LinkExpanding' ) ) {
         remove_filter( 'oembed_response_data',
 'get_oembed_response_data_rich' );
     }
 }, 20 );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34429#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list