Wordpress Youtube Mass Embedder [Free]

I don't have any issues running it here. Can you post the errors you get?

Warning: simplexml_load_file(http://gdata.youtube.com/feeds/api/videos?vq=poker&start-index=1&max-results=8&lr=en) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in ,,,,.com/wp-content/themes/twentyeleven/yt_mass_embed.php on line 110

Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://gdata.youtube.com/feeds/api/videos?vq=poker&start-index=1&max-results=8&lr=en" in ,,,,.com/wp-content/themes/twentyeleven/yt_mass_embed.php on line 110

Warning: Invalid argument supplied for foreach() in ,,,,.com/wp-content/themes/twentyeleven/yt_mass_embed.php on line 112


***
EDIT:

I just tried with Chorme instead of FireFox and it worked. Thanks for the update
 
Last edited:
Warning: simplexml_load_file(http://gdata.youtube.com/feeds/api/videos?vq=poker&start-index=1&max-results=8&lr=en) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in ,,,,.com/wp-content/themes/twentyeleven/yt_mass_embed.php on line 110

Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://gdata.youtube.com/feeds/api/videos?vq=poker&start-index=1&max-results=8&lr=en" in ,,,,.com/wp-content/themes/twentyeleven/yt_mass_embed.php on line 110

Warning: Invalid argument supplied for foreach() in ,,,,.com/wp-content/themes/twentyeleven/yt_mass_embed.php on line 112

Do you use anyother YT related service using YT API in your server? It looks like you triggered YT quotas...
 
can we get regular updates from particular channels.?

Right now all it does is search for the keyword(s) you enter and populate your blog with videos from the search results.
If I have time I'll update it to get content from channels on periodic intervals.
 
It's a really cool plugin, I only miss the option to add the latest videos uploaded to youtube related to the selected keyword.
 
It's a really cool plugin, I only miss the option to add the latest videos uploaded to youtube related to the selected keyword.


Ok guys, I found out how to do is, is really simple:
- search for this line
Code:
$ytend1 = '&max-results='.$max.'&lr=en';
- now just add
Code:
&orderby=published
after
Code:
&lr=en
, like this:
Code:
$ytend1 = '&max-results='.$max.'&lr=en&orderby=published';

And now you'll post the latest videos uploaded with that keyword.
 
I just gave it a try.
Works great.
there is a few things to improve.
1. It will be better if there is a stop button
2. When you give it a category and then change the category name it greates the category one more time and continue to greate articles - can you do something about that?
 
How can I use this for another sites like pornhub or youporn?
Thanks.
 
Wow! this thing is amazing! It actually works for a friend of mine! You rock OP!
 
Is there a way to remove the links that get put in the description?
Will the script always bring back the same results? If i posted 200 vids in a category and wanted to update this category at a later date how would i ddo this without duplicate videos being posted?
 
Grazy, I just PM'd you.

Anyone else have just a white screen when you view yt_mass_embed.php ????

I cant figure it out.
 
your site is very nice.
But your site video command is allow ?
i am also WordPress site create But How add the video in this site.
 
Back
Top