themaCreator
http://creator.themasoftware.com/forum/

How to make embed code for online videos?
http://creator.themasoftware.com/forum/viewtopic.php?f=4&t=6599
Page 1 of 1

Author:  Baker2 [ January 6th, 2019, 12:53 pm ]
Post subject:  How to make embed code for online videos?

Hi!

How to make embedcode for online videos?

Author:  Freddy [ January 6th, 2019, 2:21 pm ]
Post subject:  Re: How to make embedcode for online videos

Hi,

just add to needed template or use replacements to add that code.

Author:  Baker2 [ January 6th, 2019, 5:52 pm ]
Post subject:  Re: How to make embedcode for online videos

How?

Example:

The normal link:

Code:
https://openload.co/f/GJMoHcjZovQ/Alien_Resurrection_Special_Edition_1997.720p.BrRip.x264.YIFY.mp4_-_more_at_tvmoviestream.me.mp4




Embed link:

<iframe src="https://openload.co/embed/GJMoHcjZovQ/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>

Author:  Freddy [ January 7th, 2019, 10:45 am ]
Post subject:  Re: How to make embedcode for online videos

You can do it with replacement:

Search for:
Code:
https?://openload\.co/f/(.+?)/.*


Replace with:
Code:
<iframe src="https://openload.co/embed/$1/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>


Enable regex search.

Author:  Baker2 [ January 23rd, 2019, 9:10 pm ]
Post subject:  Re: How to make embedcode for online videos

thanks, work.

But need vidoza. the normal vidoza link:

Code:
https://vidoza.net/df5jvwk3j0ep/genyoutube_net_time_to_say_good_bye_live_let



vidoza embedcode:

Code:
<IFRAME SRC="https://vidoza.net/embed-df5jvwk3j0ep.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=480 allowfullscreen></IFRAME>



What the Replace code?

Author:  Freddy [ January 30th, 2019, 7:09 pm ]
Post subject:  Re: How to make embedcode for online videos

Search for:
Code:
https?://vidoza\.net/(.+?)/.*


Replace with:
Code:
<IFRAME SRC="https://vidoza.net/embed-$1.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=480 allowfullscreen></IFRAME>


Enable regex search.

Author:  sharryhundal [ March 20th, 2020, 9:40 pm ]
Post subject:  Host links as embeed codes.

hi freddy
is there any way to show embeed code rather that hosturl of videohost like mixdrop

Author:  Freddy [ March 21st, 2020, 7:14 am ]
Post subject:  Re: hostlinks as embeed codes

Hi,

yes, you could do that with replacements.

I would need "Before" and "After" example to write it.

Author:  sharryhundal [ March 23rd, 2020, 12:30 pm ]
Post subject:  Re: Host links as embeed codes.

hi freddy
viewtopic.php?f=4&t=6599
i read this thread
does same rule apply for all videohosts that i want to use?

Author:  Freddy [ March 23rd, 2020, 12:39 pm ]
Post subject:  Re: Host links as embeed codes.

Yes, but it might depend on URL format. Not all hosts are using the same format and replacements which I wrote there might not work correctly.

That's why I would need "Before" and "After" example.

Author:  sharryhundal [ April 4th, 2020, 9:50 pm ]
Post subject:  Re: Host links as embeed codes.

link
https://clipwatching.com/up6dbabk5kgc/Corona_Virus_के_बढ़ते_ख़तरे_से_किसे_फ़ायदा_हो_सकता_है-_(BBC_Hindi).mp4.html


embeed
<div style="position:relative;padding-bottom:56%;padding-top:20px;height:0;"><IFRAME SRC="https://clipwatching.com/embed-up6dbabk5kgc.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;"></IFRAME></div>

Author:  Freddy [ April 5th, 2020, 8:34 am ]
Post subject:  Re: Host links as embeed codes.

Search for:
Code:
https?://clipwatching\.com/(.+?)/.*


Replace with:
Code:
<div style="position:relative;padding-bottom:56%;padding-top:20px;height:0;"><IFRAME SRC="https://clipwatching.com/embed-$1.html" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=640 HEIGHT=360 allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;"></IFRAME></div>


Enable regex search.

Author:  sharryhundal [ April 12th, 2020, 8:03 am ]
Post subject:  Re: Host links as embeed codes.

Freddy I get error
Guess it's because I use [links] [/links] tag
So in txt post links like this
[links]https://clipwatching.com/up6dbabk5kgc/fdsfghhg.mp4.html[/links]

Author:  Freddy [ April 12th, 2020, 8:29 am ]
Post subject:  Re: Host links as embeed codes.

No need to use the [links] tag anymore.

Delete the [links] tags from your template in themaCreator.

In themaPoster add "clipwatching.com" in "CONFIG" -> "Links tag" -> "Hosts".

Added hosts in themaPoster are surrounded automatically with [links] tag now.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/