| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Join Date: Jan 2007 
				
				
				
					Posts: 2,695
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				cyberseo - youtube feeds how?
			 
			Hi 
		
	
		
		
		
		
			I am thinking of buying the cyberseo plugin I heard it can pull youtube rss feeds I loaded this url in my browser https://youtube.com/rss/search/body%20rubs.rss and the number of videos that it pulls is limited Does that mean cyberseo will not be able to pull all the videos for a certain search term? Can it pull vimeo, metacafe, daily motion videos too? Thanks B 
				__________________ 
		
		
		
		
	
	best cbd oil uk - Hit me up on ICQ 400607632  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Boner Party 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2004 
				
				
				
					Posts: 2,376
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 email him. 
		
	
		
		
		
		
			
		
		
		
		
	
	i had it pulling youtube videos no problem when I used it. The one thing you'll want is to make sure you do NOT pull the descriptions. The people on youtube are fucking stupid and they post long idiotic descriptions of bullshit, urls, and crap that will make your site look stupid. So just grab the video, leave the descriptions out, and your site will look nicer.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | |
| 
			
			
			
			 So fuckin' bored 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2003 
				
				
				
					Posts: 32,386
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 As about the other sources, the plugin can pull from anything that have an RSS/Atom or XML feed (e.g. vimeo, metacafe or daily motion). 
				__________________ 
		
		
		
		
	
	Obey the Cowgod  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 So fuckin' bored 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2003 
				
				
				
					Posts: 32,386
				 
				
				
				
				 | 
	
	
	
	
		
			
			 Yes, the plugin allows to do almost anything. E.g. pulling the youtube videos w/o descriptions. The one just needs to post a request to the official support forum and I'll provide the solution. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Obey the Cowgod  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | |
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2006 
				
				
				
					Posts: 362
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Last I checked, YouTube won't let you pull more than 50 vids at a time: https://developers.google.com/youtube/2.0/reference 
		
	
		
		
		
		
		
	
	Under max-results: Quote: 
	
 start-index=1 http://gdata.youtube.com/feeds/base/...max-results=50 start-index=101 http://gdata.youtube.com/feeds/base/...max-results=50 start-index=151 http://gdata.youtube.com/feeds/base/...max-results=50 The way I did it was just to add each one as a separate feed in CyberSEO. I've not used Vimeo or MetaCafe feeds, but this works for getting more vids out of DailyMotion: http://www.dailymotion.com/rss/relev.../body%20rubs/1 http://www.dailymotion.com/rss/relev.../body%20rubs/2 http://www.dailymotion.com/rss/relev.../body%20rubs/3 etc...  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 So fuckin' bored 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2003 
				
				
				
					Posts: 32,386
				 
				
				
				
				 | 
	
	
	
	
		
			
			 An example of a vimeo feed: http://vimeo.com/api/v2/channel/funny/videos.xml 
		
	
		
		
		
		
			A guide to syndicate it with CyberSEO: Custom fields: Code: 
	thumbnail_large->thumb url->url id->id Code: 
	$post['guid'] = $post['custom_fields']['url'];
if (!cseo_post_exists($post)) {
    $post['post_excerpt'] = $post['post_content'] = '<iframe src="http://player.vimeo.com/video/' . $post['custom_fields']['id'] . '?portrait=0" width="608" height="375" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>';
    unset($post['custom_fields']['url']);
    unset($post['custom_fields']['id']);
} else {
    $post = false;
}
				__________________ 
		
		
		
		
	
	Obey the Cowgod  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |