Help with embed videos

Delontekoq

Senior Member
Joined
Sep 24, 2017
Messages
1,084
Reaction score
307
Hello!
Im trying to understand how i can use another sites videos and embed into mine - If possible autopilot ? or when that page uploades a video, it automatically uploads to mine.

Is this possible or not?
 
Yes, it is possible if you use wordpress site, You just need one plugin call "WordPress Automatic Plugin - AI content generator and auto poster plugin". You will get gpl version at BHW Download Section.
 
Hello!
Im trying to understand how i can use another sites videos and embed into mine - If possible autopilot ? or when that page uploades a video, it automatically uploads to mine.

Is this possible or not?
You can usually embed videos with the official embed code the site provides, but fully auto-uploading other people’s content onto your own site isn’t allowed.
 
You can usually embed videos with the official embed code the site provides, but fully auto-uploading other people’s content onto your own site isn’t allowed.
Wait i thought like Doodstream does allow something like that? or am i wrong? we need to be clear its Embedding, not uploading
 
Wait i thought like Doodstream does allow something like that? or am i wrong? we need to be clear its Embedding, not uploading
With platforms like Doodstream you can share their embed links, and that keeps the video hosted on their servers. That’s embedding, and it updates automatically since the source stays with them. Uploading would mean taking the file and putting it on your own hosting, which is a totally different thing and usually restricted by copyright. As long as you’re only embedding, you’re not duplicating the content, you’re just displaying what’s already there.
 
With platforms like Doodstream you can share their embed links, and that keeps the video hosted on their servers. That’s embedding, and it updates automatically since the source stays with them. Uploading would mean taking the file and putting it on your own hosting, which is a totally different thing and usually restricted by copyright. As long as you’re only embedding, you’re not duplicating the content, you’re just displaying what’s already there.
Correct, thats what im looking for. I have a page that i need the videos from. So what is the best solution here to embedd their videos into my page? is there any wordpress plugin that does this?
 
Correct, thats what im looking for. I have a page that i need the videos from. So what is the best solution here to embedd their videos into my page? is there any wordpress plugin that does this?
can you elaborate on what your after.
so are u uploading videos to places like doodstream and wanting to grab the embed code and put it onto your wordpress website?
if so, doodstream have an api for that and have documentation on their website
 
can you elaborate on what your after.
so are u uploading videos to places like doodstream and wanting to grab the embed code and put it onto your wordpress website?
if so, doodstream have an api for that and have documentation on their website
Maybe im not clear enough, sorry about that.
I have a webpage, that i want to embedd videos from another webpage. So basically Copy - Paste.

I need a plugin? or code...to Grab latest uploaded videos on other page, to my own website. So basically a every 24 hours " check". No uploading - Embedding
 
You’d need a script or cron job to fetch new uploads and embed them on your site.
 
Correct, thats what im looking for. I have a page that i need the videos from. So what is the best solution here to embedd their videos into my page? is there any wordpress plugin that does this?
Use the source’s official embed or oEmbed, on WordPress you can automate via RSS-to-post plugins that drop the embed into a new post when the source publishes, try WP RSS Aggregator or Feedzy, and only embed where you have permission.
 
Yes its possible. You can embed videos with iframe from other sites or set up an API/script to auto pull new uploads. depends on the source site and their restrictions
 
Use the source’s official embed or oEmbed, on WordPress you can automate via RSS-to-post plugins that drop the embed into a new post when the source publishes, try WP RSS Aggregator or Feedzy, and only embed where you have permission.
Hm ok i tried Feedzy. Problem is it only gets an image and then link to the " main site". But what im looking for is the video to be shown on my website, and not only an image..any clue?
 
Feedzy alone won’t embed the video player, it just grabs feed items. You need a plugin or custom setup that parses the video embed code from the source feed.
Hm ok i tried Feedzy. Problem is it only gets an image and then link to the " main site". But what im looking for is the video to be shown on my website, and not only an image..any clue?
 
Feedzy alone won’t embed the video player, it just grabs feed items. You need a plugin or custom setup that parses the video embed code from the source feed.
hmm so i need custom coding i tihnk....ok maybe a little bit harder
 
You can embed from other sites with iframes, does the source site allows that? otherwise you'll probably have to host it yourself.
 
You can embed from other sites with iframes, does the source site allows that? otherwise you'll probably have to host it yourself.
I dont know, what i know is that the website im looking to embed from has not complient videos so they dont care i assume. DMCA hits frequently. Thats why i dont want to host. i just cant figure out how to embed into my own site
 
I dont know, what i know is that the website im looking to embed from has not complient videos so they dont care i assume. DMCA hits frequently. Thats why i dont want to host. i just cant figure out how to embed into my own site
https://jsfiddle.net/w7mguedr/ - this is down iframes are made, but the host site could have hotlinking disabled then you wont be able to make it work.
 
hmm so i need custom coding i tihnk....ok maybe a little bit harder
Auto-embedding depends on three pieces, a feed or API that exposes an embed, a stable per-video identifier, and permission, when any of those is missing, generic RSS plugins return summaries rather than players, so without custom parsing the actual video won’t surface.
 
Auto-embedding depends on three pieces, a feed or API that exposes an embed, a stable per-video identifier, and permission, when any of those is missing, generic RSS plugins return summaries rather than players, so without custom parsing the actual video won’t surface.
hmm i see, thanks alot guys. I think this wont work sadly then. because i dont want to host the videos!
 
Back
Top