GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Chrome blocking chaturbate embeds (https://gfy.com/showthread.php?t=1245508)

ianmoone332000 02-11-2017 08:16 AM

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

ianmoone332000 02-12-2017 10:16 AM

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

xxx6live 02-12-2017 01:44 PM

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.

redwhiteandblue 02-12-2017 02:23 PM

Plays fine for me but I don't have flash installed in Chrome.

sarettah 02-12-2017 04:18 PM

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>

Same thing but with a hidden iframe. This one it should play:

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>

Hope that helps..

.

NicholasVegas 02-24-2017 04:38 PM

My friend had the same issue. Will tell him to try the solution. Thanks.

ianmoone332000 02-25-2017 09:47 AM

Thanks guys. I didnt realise anyone replied to this. Il try that workaround

sarettah 02-27-2017 01:34 PM

Quote:

Originally Posted by NicholasVegas (Post 21573457)
My friend had the same issue. Will tell him to try the solution. Thanks.

Quote:

Originally Posted by ianmoone332000 (Post 21574873)
Thanks guys. I didnt realise anyone replied to this. Il try that workaround

Just an update.

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 video only tag is important in that. Without that the iframe might not show properly.

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.

.

cybermike 02-27-2017 02:13 PM

Pretty helpful.. try to find a way to get pass adblock ?

sarettah 02-27-2017 05:55 PM

nevermind.............
.


All times are GMT -7. The time now is 04:42 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc