Rumble.com onebox for videos not working / 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개의 좋아요

It would be great to have support for Rumble, especially given that YouTube is censoring a growing amount of important information and points of view.

Now that Rumble is a public company, there will certainly be a growing number of Discourse users who would like for Rumble videos to be as easily embedded as YouTube.

4개의 좋아요

I just ran into this also. I’d love for Rumble videos to work the same as Youtube and Vimeo videos on our Discourse. My partner and I just started a Rumble account and are frequently publishing videos there that will also be posted on our community’s Discourse. Being able to view the videos directly from Discourse would be a great upgrade. Thanks for considering this! :heart:

2개의 좋아요

Also having issues embedding videos from Rumble. Would love to see this as a Discourse feature in the future. We’re using youtube for a lot of our content, but moving forward we want to transition to a platform that doesn’t censor or subjugate it’s users.

2개의 좋아요

This. Youtube has become diametrically opposed to actual…discourse.

2개의 좋아요

I have found this to work. Add "https://rumble.com/“Allowed Iframes” to Site settings.

Then click on embed in rumble video.

Switch from Jave Script to iframe and copy & past in your post.

I will check but there might be an auto iframe theme component that may work to just post the rumble link. But not sure.

2개의 좋아요

확인했습니다.

#customization:theme-component를 설치하고, 테마 컴포넌트 설정과 허용된 iframe 사이트 설정 모두에 rumble.com을 추가하세요. 즐기세요!

rumble 링크가 포함된 게시물은 게시물의 wrench(렌치) 아이콘을 통해 "rebuild hmtl"을 실행해야 합니다.

2개의 좋아요

I have also using the above added iframe support for

Videos. :wink:

좋네요, 감사합니다!

1개의 좋아요