| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				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 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2002 
				
				
				
					Posts: 55,372
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Code for Anyone use imgur.com links on wordpress
			 
			Curious if anyone does. I wrote a little piece of code that will let you just post image urls in your post box (similar to the way you can do automatica youtube embeds) 
		
	
		
		
		
		
			add this to your functions.php file Code: 
	wp_embed_register_handler('imgur', '#https?://(.+\.)?imgur\.com/.*#i', 'wp_imgur_embed_handler');
function wp_imgur_embed_handler( $matches, $attr, $url, $rawattr ) {
	$embed = sprintf('<img src="%1$s" />',$url);
	$embed = apply_filters( 'oembed_imgur', $embed, $matches, $attr, $url, $rawattr );
	return apply_filters( 'oembed_imgur', $embed, $url, '' );
}
				__________________ 
		
		
		
		
	
	Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() WP Stuff  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Feb 2013 
				Location: At Home 
				
				
					Posts: 269
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Just what I was after. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Dec 2012 
				
				
				
					Posts: 172
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Good stuff fris  
		
	
		
		
		
		
			What do you think about the yoast plugin? 
				__________________ 
		
		
		
		
	
	To get listed on our site please email us at [email protected]  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Apr 2001 
				Location: Michigan 
				
				
					Posts: 4,488
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 neato, always helpful! 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |