Embed Video Not Displayed

廉价感情. 提交于 2019-12-06 18:45:27

I've run into two things that have caused similar issues.

  1. https/OG tag mis-configuration. (untrusted certificate, no secure_url provided, unable to parse OG tags, etc)
  2. crossdomain.xml not properly configured.

You can debug any issues with your OG tags by using the Facebook OG tag debugger. However, it doesn't look like there are any issues with https or your OG tags.

So, the next thing I would check is your crossdomain.xml file, which it looks like you don't have set. You can read up on the Adobe Cross-Domain Specification File, if you'd like. Essentially it sets the cross-domain policy for your Flash files. It lives in the root of your domain (http://example.com/crossdomain.xml). Here's what we have in our crossdomain.xml file:

<cross-domain-policy>
  <allow-access-from domain="*"/>
  <site-control permitted-cross-domain-policies="master-only"/>
</cross-domain-policy>

In addition, I'm seeing "XML Error" on this secure_url file: https://beta.mybabytales.com/player/dewplayer/dewplayer-vol.swf?showtime=true&autostart=true&mp3=http://api.twilio.com/2010-04-01/Accounts/ACd883111c969a8582d86869ee98ea326f/Recordings/RE03bc1a2935e00f7ef466a1848ac9d00b.mp3

i have found the most success using the facebook sharer.php script

https://www.facebook.com/sharer/sharer.php?u=http://google.com

the only 'gotcha' i have run into is that if you continuously change the og: tags on your page, you need to use the object debugger on that url to 'reset' facebook's cache of your page

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!