Facebook 分享 我可以为 Flash 视频添加 Alt 文字吗?

发布于 2024-09-08 17:26:00 字数 193 浏览 1 评论 0原文

您知道 Facebook 如何在您的网站上共享视频,并且 Facebook 通过 Flash 嵌入视频。

在计算机和笔记本电脑上,嵌入的视频将在 Facebook 上播放,因为它们安装了 Flash。但对于 iPhone 和 Android 用户来说,只会被重定向到该网站,我想阻止这种情况并添加一个替代文本,例如“需要 Flash 才能查看”,这可能吗?

You know with Facebook, how you can share video on your sites and Facebook embeds the videos via flash.

Well on computers and laptop the embeded video will play on Facebook since they have Flash installed. But for iPhone and Android users will just be redirected to the site, I want to stop this and add an alt text stated something like "Flash is needed to view", is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倚栏听风 2024-09-15 17:26:00

使用 HTML,您可以使用以下内容来做到这一点:

<p>
  <a href="http://www.adobe.com/go/getflashplayer">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"  alt="Get Adobe Flash player" />
  </a>
</p>

但我不知道这对于手机是否可行。

With HTML you can just do that with something like this:

<p>
  <a href="http://www.adobe.com/go/getflashplayer">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"  alt="Get Adobe Flash player" />
  </a>
</p>

But I have no Idea if that is possible or not with the mobile phones.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文