Wordpress Youtube Mass Embedder [Free]

If you tried to install the attachment as a plugin it won't work. This is not a plugin. just follow the instructions of Readme attached in the archive.



will do thanks man
 
Thanks man. I am gonna go use this and test out on a few sites.
 
how do i change it so it upload to another page on my site and not directly to the home page? thanks!
 
how do i change it so it upload to another page on my site and not directly to the home page? thanks!
This script will not post based on the home page or not. It'll add the posts to the WP database. And your home page takes the latest post from the database and displays it. If you don't want the videos to be displayed on homepage you should restrict the particular category from appearing in the home page.
 
Lol i see, i cant figure out how to restrict a category from appearing on the homepage. anyon know how to?
You have to do it thru code. Open your index.php and add the highlighted line with replacing 'XXX', 'YYY', 'ZZZ' to your category ID(not category name) which are not required to be displayed.

<?php if (have_posts()) : ?>
<?php while (have_posts()) : the post(); ?>

<?php if (is_home()) { query_posts("cat=-
XXX,-YYY,-ZZZ"); } ?>
 
Thanks , also on the readme is says ,

2. If your Theme supports thumbnail thru meta, replace the name 'thumb' in yt_mass_embed.php line number 162. This is optional.

What do i replace `thumb` with? lol noob questions sry
 
Thanks , also on the readme is says ,

2. If your Theme supports thumbnail thru meta, replace the name 'thumb' in yt_mass_embed.php line number 162. This is optional.

What do i replace `thumb` with? lol noob questions sry

If your theme has the following line, usually present in index.php, search.php, sidebar.php/sidebar_right.php in your theme directory.
<?php echo get_post_meta($post->ID, "XYZ", true);
Then copy this and replace 'thumb' with 'XYZ' in the yt_mass_embed.php

I think you have to thank me lol.
 
in search.php i have -

get_template_directory_uri(); ?>/images/stars/<?php echo get_post_meta(get_the_ID(), 'reedwan_overall_score', true); ?>.png" alt="" /></div>


??? lol
 
in search.php i have -

get_template_directory_uri(); ?>/images/stars/<?php echo get_post_meta(get_the_ID(), 'reedwan_overall_score', true); ?>.png" alt="" /></div>


??? lol

can you tell what's there in index.php?
 
there is nothing in the index.php lol the video are working 100 % just the thumbnails wont work. =s
 
there is nothing in the index.php lol the video are working 100 % just the thumbnails wont work. =s

What's your theme? Please post the code how your theme displays the thumbnail in your index.php
 
check ur pm
 
in the read it says

3. Run yt_mass_embed.php, submit the form after filling it.


how do I run it?
 
Since Adsense is banned on these sorts of sites, what is the best advertising network to use?
 
Back
Top