| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				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 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2014 
				Location: Scotland 
				
				
					Posts: 1,706
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Chrome blocking chaturbate embeds
			 
			Anyone found a way to make chaturbate embeds auto start for people using google chrome? 
		
	
		
		
		
		
			It is by far the biggest browser people are using with my traffic. The embed is being blocked because its flash and the only way to make it run is by clicking the thing that pops up in the url box and select let it run, Doing my head in now 
				__________________ 
		
		
		
		
	
	Still the best money making live cam site in the world  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2014 
				Location: Scotland 
				
				
					Posts: 1,706
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Try opening my site on chrome - Boobs and Tits - Free British Porn Tube Video Site 
		
	
		
		
		
		
			Hoping someone has had this issue before?. Iv spoke to chaturbate and they do not know how to fix it. Any help really appreciated 
				__________________ 
		
		
		
		
	
	Still the best money making live cam site in the world  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Dec 2012 
				Location: Scandinavia 
				
				
					Posts: 279
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 It is playing automatically for me in Chrome.  
		
	
		
		
		
		
		
	
	Maybe I have clicked on something earlier to allow chaturbate, who knows. It plays without needing to do anything.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Bollocks 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2007 
				Location: Bollocks 
				
				
					Posts: 2,793
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Plays fine for me but I don't have flash installed in Chrome. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Interserver unmanaged AMD Ryzen servers from $73.00  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 see you later, I'm gone 
			
		
			
			
			Industry Role:  
				Join Date: Oct 2002 
				
				
				
					Posts: 14,127
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I have seen that behavior before. 
		
	
		
		
		
		
			It is because of the size iframe you are using. In chaturbate's scheme when an iframe is too small it assumes mobile and what you see on that is what you are seeing, the window with a play arrow. The work around (that used to work, I do not know for sure anymore) is to first put up a hidden iframe to a chaturbate embed at full size. Then put up the visible one. The script is making it's decision off the first iframe encountered. For example. This is without a hidden iframe, when you go there you should see the window with the play arrow: http://madspiders.com/demos/test_no_hidden.php Code: 
	<html>
  <head>
  </head>
  <body style="text-align:center;">
<div style="width:100%;text-align:center">
<div style="height:225px;margin-left:auto;margin-right:auto;">
    
  <iframe scrolling="no" src='chaturbate embed url goers here' style='border:none;height:188px;width:250px;overflow:none;'></iframe>
</div>
</div>
  </body>
</html>
http://madspiders.com/demos/test_with_hidden.php Code: 
	<html>
  <head>
  </head>
  <body style="text-align:center;">
<iframe src='chaturbate embed url here' style='border: none;height:440px;width:505px;display:none;'></iframe>
<div style="width:100%;text-align:center">
<div style="height:225px;margin-left:auto;margin-right:auto;">
    
  <iframe scrolling="no" src='chaturbate embed url here' style='border:none;height:188px;width:250px;overflow:none;'></iframe>
</div>
</div>
  </body>
</html>
. 
				__________________ 
		
		
		
		
	
	All cookies cleared!  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Registered User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Feb 2017 
				Location: http://pov.ooo 
				
				
					Posts: 34
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 My friend had the same issue. Will tell him to try the solution. Thanks. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2014 
				Location: Scotland 
				
				
					Posts: 1,706
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Thanks guys. I didnt realise anyone replied to this. Il try that workaround 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Still the best money making live cam site in the world  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | ||
| 
			
			
			
			 see you later, I'm gone 
			
		
			
			
			Industry Role:  
				Join Date: Oct 2002 
				
				
				
					Posts: 14,127
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 Quote: 
	
 On my embed url I always include parameters for the video and sound. So my embed url looks like this: Code: 
	https://chaturbate.com/affiliates/in/?tour=XXXXX&campaign=XXXXX&disable_sound=1&embed_video_only=1 The disable sound is simply because I do not like sound auto playing. If you want sound then make sure to remove that part of the url on 1 of the urls, not both. If you remove it on both then you will have 2 differnet sound sources slightly out of synch with each other. . 
				__________________ 
		
		
		
		
	
	All cookies cleared!  | 
||
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Jan 2002 
				Location: Ny 
				
				
					Posts: 4,113
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Pretty helpful.. try to find a way to get pass adblock ? 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Hey surfers how about some The Best Porn Sites  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 see you later, I'm gone 
			
		
			
			
			Industry Role:  
				Join Date: Oct 2002 
				
				
				
					Posts: 14,127
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 nevermind............. 
		
	
		
		
		
		
			. 
				__________________ 
		
		
		
		
	
	All cookies cleared!  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |