Rumble.com の動画 onebox が動作しません / Video object JSON LD

Many users share videos from rumble.com in our community.

However, onebox does not create proper video embeds for this ever-growing video platform:

However, the website provides the necessary data for the embed via Json video object scheme (like many other video websites):

[
  {
    "@context": "http://schema.org",
    "@type": "VideoObject",
    "name": "Puppy Hilariously Thinks He's An Actual \"Mountain Bike\"",
    "playerType": "HTML5",
    "description": "Gus the Cockapoo loves all outdoor activities. Here he is blasting down the steep forest trail. At one point he literally gets airborne! @guscockapoo",
    "thumbnailUrl": "https://i.rmbl.ws/s8/1/9/S/v/X/9SvXb.qR4e-small-This-dog-thinks-he-is-a-mou.jpg",
    "uploadDate": "2021-05-27T12:24:02+00:00",
    "duration": "PT00H00M17S",
    "embedUrl": "https://rumble.com/embed/vf2n4l/",
    "url": "https://rumble.com/vhota5-this-dog-thinks-he-is-a-mountain-bike.html",
    "interactionStatistic": {
      "@type": "InteractionCounter",
      "interactionType": {
        "@type": "http://schema.org/WatchAction"
      },
      "userInteractionCount": 12734
    },
    "width": 2400,
    "height": 1080,
    "videoQuality": "Full HD"
  },
  {
    "@context": "http://schema.org",
    "@type": "WebSite",
    "url": "https://rumble.com/",
    "potentialAction": {
      "@type": "SearchAction",
      "target": "https://rumble.com/search/video?q={search}",
      "query-input": "required name=search"
    }
  },
  {
    "@context": "http://schema.org",
    "@type": "Organization",
    "name": "Rumble",
    "url": "https://rumble.com/",
    "logo": "https://rumble.com/i/rumble_logo_back.png",
    "sameAs": [
      "https://www.facebook.com/rumblevideo/",
      "https://twitter.com/rumblevideo"
    ]
  }
]

Is there a way that onebox would also consider/parse the widely used video scheme JSON LD in the future in addition to oembed?

「いいね!」 6

Anybody? Any plan for onebox to look for the Json video object scheme if it can’t find viable data from the meta tags?

「いいね!」 4

YouTube が検閲する重要な情報や視点が増えていることを考えると、特に Rumble のサポートがあると素晴らしいでしょう。

Rumble が公開企業になった今、YouTube と同様に簡単に埋め込めるようにしたいと考える Discourse ユーザーは確実に増えるでしょう。

「いいね!」 4

私もまったく同じ問題に遭遇しました。Rumble動画が、YoutubeやVimeoの動画と同じように、私たちのDiscourseで機能することを強く望んでいます。パートナーと私はRumbleアカウントを始めたばかりで、コミュニティのDiscourseにも投稿する動画を頻繁に公開しています。Discourseから直接動画を視聴できるようになることは、素晴らしいアップグレードになるでしょう。ご検討ありがとうございます!:heart:

「いいね!」 2

Rumbleからの動画の埋め込みにも問題があります。将来的にはDiscourseの機能としてこれが実現されることを願っています。私たちは多くのコンテンツでYouTubeを使用していますが、ユーザーを検閲したり従属させたりしないプラットフォームに移行したいと考えています。

「いいね!」 2

これです。YouTubeは実際の…言論とは正反対になっています。

「いいね!」 2

これが機能することを発見しました。「サイト設定」に「https://rumble.com/」を「許可されたIframe」として追加します。

次に、Rumbleビデオの埋め込みをクリックします。

JavaScriptからiframeに切り替えて、投稿にコピー&ペーストします。

確認しますが、Rumbleリンクを投稿するだけで機能する可能性のある自動iframeテーマコンポーネントがあるかもしれません。しかし、確信はありません。

「いいね!」 2

確認しました。

この#theme-componentをインストールし、テーマコンポーネント設定と許可されたiframeサイト設定の両方にrumble.comを追加してください。お楽しみください!

rumbleリンクを含む投稿は、投稿ツールで「HTMLの再構築」を行う必要があることに注意してください。

「いいね!」 2

iframeサポートも追加しました

動画用です。:wink:

素晴らしい、ありがとう!

「いいね!」 1