@@ -15,7 +15,7 @@ See the raw text in `example.md` for a complete example. Remember to add in [vid
1515* [ Embed Twitch] ( #embed-twitch )
1616* [ Embed Streamable] ( #embed-streamable )
1717* [ Embed Google Drive] ( #embed-google-drive )
18- * [ Additional support for 20Detik, Dailymotion, Metube, Vidio, and LINE Today] ( #additional-support )
18+ * [ Additional support for 20Detik, Dailymotion, Vidio, and LINE Today] ( #additional-support )
1919* [ Responsive Videos] ( #responsive-videos )
2020* [ Iframe Attributes] ( #iframe-attributes )
2121* [ Full Example] ( #full-example )
@@ -261,36 +261,6 @@ dailymotionId: x2btuie
261261---
262262```
263263
264- ### Embed Metube
265- 266- Create a file in your ` _includes ` folder called ` metubePlayer.html ` with this code inside:
267- 268- ``` html
269- <div class =" embed-container" >
270- <iframe
271- src =" https://www.metube.id/embed/{{ include.id }}"
272- width =" 700"
273- height =" 480"
274- frameborder =" 0"
275- allowfullscreen =" " >
276- </iframe >
277- </div >
278- ```
279- 280- Place this snippet inside your .md file where you want to embed your video:
281- 282- ``` liquid
283- {% include metubePlayer.html id=page.metubeId %}
284- ```
285- 286- On the top of your .md file, put the Metube video ID. You could also put the ID of the video directly.
287- 288- ``` yaml
289- ---
290- metubeId : 11107214
291- ---
292- ```
293- 294264### Embed Vidio
295265
296266Create a file in your ` _includes ` folder called ` vidioPlayer.html ` with this code inside:
@@ -410,7 +380,6 @@ streamableId: putYourIDHere
410380driveId: putYourIDHere
411381detikId: putYourIDHere
412382dailymotionId: putYourIDHere
413- metubeId: putYourIDHere
414383vidioId: putYourIDHere
415384linetodayId: putYourIDHere
416385countryId: putYourIDHere
@@ -486,16 +455,6 @@ Example: dailymotionId: x2btuie
486455
487456{% include dailymotionPlayer.html id=page.dailymotionId %}
488457
489- # Embed Metube
490- 491- <!---
492- Include this next line in your .md file for Metube videos, make sure to put your video ID up there!
493- 494- Example: metubeId: 11107214
495- -->
496- 497- {% include metubePlayer.html id=page.metubeId %}
498- 499458# Embed Vidio
500459
501460<!---
0 commit comments