Wordpress plugin to auto post YT videos?

gergo2007

Senior Member
Joined
Nov 2, 2010
Messages
809
Reaction score
214
Hi! Is there any wordpress plugin to auto post (embled) Youtube videos from an account (uploader) or RSS feed ?
 
yes search in the plugin within WP for automatic youtube poster. Good luck
 
there is a plugin Myvideoblog I think it`s called and it can post embed codes on your wordpress site from various video websites, even from porn sites
 
Hi! Is there any wordpress plugin to auto post (embled) Youtube videos from an account (uploader) or RSS feed ?

WP Robot is supposed to be one of the better ones for posting youtube videos...

good luck!
 
Ok, so i just got WP robot. :D Now how can i make a campaign, to post videos from a user. I added the rss feed of the uploader, and i just go this error: Skipping post because the main module (title module) returned an error No keyword specified.
 
Ok, im willing to pay 4$ for help (yes, i only have 4 dollars:( ), or i will order your service at fiverr, and give you some good feedback, and thanks + rep will be given as well. :D
 
start a campaign using the youtube module of wp robot.
put some keywords of your niche and set it for posting every 2 hours
enjoyy
 
search for shez blogging method it has videos , which will show u how to use wp robot to post content.
 
WP Robot is good but someone should really make a new one that has more features.
 
If you still need help PM me I will be glad to walk you through the process. I just set one of my blogs up to pull youtube videos.
 
BlogSense does this, and makes use of customized templating so we can arrange the content how we want it.

The default youtube post template looks like this:

Code:
<center>%video_embed%</center>

<div style='margin-top:29px;text-align:left;width:100%'>
  <br>
  <img src='%video_thumbnail%' align='right' border='0' style='padding-left:10px;max-width:150px;'>
  <div >%video_description%</div>
</div>

and the youtube shortcode looks like this:


Code:
{youtube:1:keywords here:optional,exclude,keywords,here}

And works like this:

[Youtube] Token
example : {youtube:1}
example : {youtube:1:keyword here:exclude keywords here}
Parameter 2 - number of videos to display
Parameter 3 - keywords to search.
Parameter 4 - (optional) exclude keywords... searches title. Please separate multiple keywords with
commas.
and it's output template is editable too:

Code:
<center>%video_embed%</center>

<div style='margin-top:29px;text-align:left;width:100%'>
  <br>
  <img src='%video_thumbnail%' align='right' border='0' style='padding-left:10px;max-width:150px;'>
  <div >%video_description%</div>
</div>
 
On your WP Robot campaign, have you tried putting the user name as the keyword?
 
Back
Top