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)
-   -   YOUTUBE is missing the auto-reply feature (https://gfy.com/showthread.php?t=898058)

polish_aristocrat 04-06-2009 03:55 AM

YOUTUBE is missing the auto-reply feature
 
anyone agrees?

I'm not really sure why they don't have it, it wouldn't effect their bandwith and it would be so useful. When I'm listinening to a song on youtube, I don't really feel like clicking on "repeat" every 4 minutes... or is there a way around it?


Keep in mind, I don't even have a Youtube account :Oh crap

polish_aristocrat 04-06-2009 03:55 AM

yes, there's a typo in the title. I mean auto-replay obviously

SmokeyTheBear 04-06-2009 04:34 AM

coded this just fer u

http://ytmnd.webspacemania.com/replay/?x=xE-OhkFK6-w

lets you play any video in auorepeat mode


heres the source code
save as index.php
call as index.php?x=YOUTUBEID
Code:

<?php
$x = $_GET['x'];
if ($x == ""){
$x = "oDBKCjd6TQQ";
}
?>
<html>
<body>
<script src="http://swfobject.googlecode.com/svn/tags/rc3/swfobject/src/swfobject.js" type="text/javascript"></script>

  <div id="istbp">
   
  </div>
 
  <script type="text/javascript">
 if (window.innerWidth || window.innerHeight){
dw = window.innerWidth;
dh = window.innerHeight;
}
if (document.body.clientWidth || document.body.clientHeight){
dw = document.body.clientWidth;
dh = document.body.clientHeight;
}
    var params = { allowScriptAccess: "always" };
    var atts = { id: "stbplayer" };
    swfobject.embedSWF("https://youtube.com/v/<?php echo $x; ?>&enablejsapi=1&playerapiid=ytplayer&autoplay_disabled=1&loop=1","istbp", dw, dh, "8", null, null, params, atts);
 


  function onYouTubePlayerReady(playerId) {
      ytplayer = document.getElementById("stbplayer");
      ytplayer.addEventListener("onStateChange", "stb()");
          }



  function stb() { 


  ytplayer = document.getElementById("stbplayer");
  ytplayer.playvideo();
 
  }
  </script>
</body>
</html>


polish_aristocrat 04-06-2009 04:38 AM

wow thanks Smokey

seeandsee 04-06-2009 08:23 AM

smokey the coding master

Scott McD 04-06-2009 08:47 AM

Quote:

Originally Posted by polish_aristocrat (Post 15711359)
When I'm listinening to a song on youtube, I don't really feel like clicking on "repeat" every 4 minutes... or is there a way around it?

You listen to the same song over and over again ??

polish_aristocrat 04-08-2009 03:48 AM

Quote:

Originally Posted by Scott McD (Post 15711959)
You listen to the same song over and over again ??

sometimes, yeah... and I know I'm not the only one
sometimes also when away from the PC

anyway, just found also this guide

http://www.lightningshock.com/2009/0...automatically/

basically:

If you?re like me, and enjoy listening to the music videos on Youtube, you may get tired of having to manually click the replay button every time the song ends.

It is possible to reiterate each video on it?s own, all you have to do is enter in a URI with specific looping parameters. The following is the format you will use to accomplish this task:

https://youtube.com/v/(VideoID)&loop=1

polish_aristocrat 04-08-2009 03:52 AM

https://youtube.com/v/Fbi_ywNfYPo&loop=1

:glugglug

d-null 04-08-2009 04:07 AM

Quote:

Originally Posted by polish_aristocrat (Post 15711359)
...

Keep in mind, I don't even have a Youtube account :Oh crap


how can you not have a youtube account? your gmail/google account works too

being able to rate and comment on videos and rate other comments is integral to the youtube experience :2 cents:

polish_aristocrat 04-08-2009 04:51 AM

Quote:

Originally Posted by d-null (Post 15720441)
being able to rate and comment on videos and rate other comments is integral to the youtube experience :2 cents:

I don't post my videos and dont rate other vids/post comments, why would I?
it's not a community for me, just a place to check some vids

Dirty F 04-08-2009 05:12 AM

Cheers!

http://i44.tinypic.com/2q0og9g.jpg

buzzy 04-08-2009 05:20 AM

Lmfao! .....


All times are GMT -7. The time now is 12:00 PM.

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