[wp-meta] [Making WordPress.org] #1375: When video is shared in Facebook, only Flash player is available

Making WordPress.org noreply at wordpress.org
Wed Nov 4 10:27:11 UTC 2015


#1375: When video is shared in Facebook, only Flash player is available
---------------------+--------------------------
  Reporter:  vloo    |      Owner:
      Type:  defect  |     Status:  new
  Priority:  normal  |  Component:  WordPress.tv
Resolution:          |   Keywords:
---------------------+--------------------------

Comment (by Otto42):

 The video passed via OpenGraph is indeed a flash video. Example:

 {{{
 <meta property="og:video:type" content="application/x-shockwave-flash" />
 <meta property="og:video" content="https://videopress.com/v/vbkXAcCQ" />
 <meta property="og:video:secure_url"
 content="https://videopress.com/v/vbkXAcCQ" />
 }}}

 This is one of the types Facebook accepts.

 https://developers.facebook.com/docs/sharing/webmasters#media

 They also accept video/mp4, which we should consider using instead, since
 that is also available:

 {{{
 <meta name="twitter:player:stream"
 content="https://wptv.files.wordpress.com/2015/11/davide-casali-four-
 steps-make-talk-wcvie-2015.mp4" />
 }}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1375#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list