It is currently March 28th, 2024, 11:43 pm



Post new topic Reply to topic  [ 14 posts ] 
Author Message
 Post subject: How to make embed code for online videos?
PostPosted: January 6th, 2019, 12:53 pm 

Joined: January 7th, 2014, 8:52 am
Posts: 168
Hi!

How to make embedcode for online videos?


Top
 Profile  
Reply with quote  
 Post subject: Re: How to make embedcode for online videos
PostPosted: January 6th, 2019, 2:21 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Hi,

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

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: How to make embedcode for online videos
PostPosted: January 6th, 2019, 5:52 pm 

Joined: January 7th, 2014, 8:52 am
Posts: 168
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>


Top
 Profile  
Reply with quote  
 Post subject: Re: How to make embedcode for online videos
PostPosted: January 7th, 2019, 10:45 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
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.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: How to make embedcode for online videos
PostPosted: January 23rd, 2019, 9:10 pm 

Joined: January 7th, 2014, 8:52 am
Posts: 168
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?


Top
 Profile  
Reply with quote  
 Post subject: Re: How to make embedcode for online videos
PostPosted: January 30th, 2019, 7:09 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
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.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Host links as embeed codes.
PostPosted: March 20th, 2020, 9:40 pm 

Joined: September 23rd, 2013, 6:41 am
Posts: 188
hi freddy
is there any way to show embeed code rather that hosturl of videohost like mixdrop


Top
 Profile  
Reply with quote  
 Post subject: Re: hostlinks as embeed codes
PostPosted: March 21st, 2020, 7:14 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Hi,

yes, you could do that with replacements.

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

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Host links as embeed codes.
PostPosted: March 23rd, 2020, 12:30 pm 

Joined: September 23rd, 2013, 6:41 am
Posts: 188
hi freddy
viewtopic.php?f=4&t=6599
i read this thread
does same rule apply for all videohosts that i want to use?


Top
 Profile  
Reply with quote  
 Post subject: Re: Host links as embeed codes.
PostPosted: March 23rd, 2020, 12:39 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
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.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Host links as embeed codes.
PostPosted: April 4th, 2020, 9:50 pm 

Joined: September 23rd, 2013, 6:41 am
Posts: 188
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>


Top
 Profile  
Reply with quote  
 Post subject: Re: Host links as embeed codes.
PostPosted: April 5th, 2020, 8:34 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
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.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Host links as embeed codes.
PostPosted: April 12th, 2020, 8:03 am 

Joined: September 23rd, 2013, 6:41 am
Posts: 188
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]


Top
 Profile  
Reply with quote  
 Post subject: Re: Host links as embeed codes.
PostPosted: April 12th, 2020, 8:29 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
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.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Theme designed by stylerbb.net © 2008
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All times are UTC