Facebook で、vimeo ビデオを含む iframe を含む単純な html を持つアプリを作成しました。このアプリはここ 1 年ほど問題なく動作していましたが、突然ビデオが表示されなくなりました。ページのコードを再確認しました (スタンドアロンの HTML ページを作成したところ、問題なく動作しました)。
Facebook が iframe や埋め込み動画に関するポリシーを変更したかどうか知っている人はいますか? もしそうなら、何か提案はありますか?
アプリへのリンク (Facebook) は次のとおりです: https://www.facebook.com/LastFrontierHeli/app_367384316627957
アプリのコードは次のとおりです。
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome</title>
<style type="text/css">
<!--
.container {
height: 810px;
width: 841px;
}
-->
</style>
</head>
<body>
<div class="container">
<img src="http://www.lastfrontierheli.com/images/facebook/facebook_welcome_header.jpg" alt="header" />
<img src="http://www.lastfrontierheli.com/images/facebook/facebook_welcome_vid_left.jpg" alt="vid left" />
<iframe src="http://player.vimeo.com/video/30746400?byline=0&portrait=0" width="658" height="370" frameborder="0"></iframe>
<img src="http://www.lastfrontierheli.com/images/facebook/facebook_welcome_vid_right.jpg" alt="vid right" />
<img src="http://www.lastfrontierheli.com/images/facebook/facebook_welcome_content.jpg" alt="content" /><a href="http://www.lastfrontierheli.com" target="_blank">
<img src="http://www.lastfrontierheli.com/images/facebook/facebook_welcome_button_website.jpg" alt="website button" border="0" /></a>
<a href="http://www.facebook.com/LastFrontierHeli" target="_parent">
<img src="http://www.lastfrontierheli.com/images/facebook/facebook_welcome_button_facebook.jpg" alt="facebook button" border="0" /></a>
</div>
</body>
どんな助けでも大歓迎です!