Git Product home page Git Product logo

youmax's People

Contributors

codehandling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

youmax's Issues

Site down and code not working

Hi there,

The demo and documentation site isn't available, and now my videos don't display on my site. Is this project dead in the water?

Uncaught ReferenceError: prepareYoumax is not defined

I get the this error with the following code.

Uncaught ReferenceError: prepareYoumax is not defined

<!DOCTYPE html> 
<html> 
<head> 
  <title>Studio Iqaat</title> 
  <meta name="viewport" content="width=device-width, initial-scale=1"> 
  <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" />
  <link rel="stylesheet" href="//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />

  <style></style>

  <script src="//code.jquery.com/jquery-1.8.2.min.js"></script>
  <script src="//code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
  <script src="//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
  <script src="/js/youmax/js/youmax.js"></script>

  <script> </script>
</head> 
<body> 

<div data-role="page" id="page">

  <div id="header" data-role="header"><h1>Header</h1></div><!-- /header -->


  <div data-role="content"> 
    <h1>Videos</h1>
    <div id="youmax"></div>

  </div>


  <div id="footer" data-role="footer"><h1>Footer</h1></div>
</div> 

<script>

 //youtube channel URL (mandatory) -----------------------------
 youTubeChannelURL = "http://www.youtube.com/user/iqaat";

 //optional parameter-----------------------------------------------
 youTubePlaylistURL = "https://www.youtube.com/playlist?list=PL7AA5F96387E440A2";
 youmaxDefaultTab = "featured";
 youmaxColumns = 3; 
 youmaxWidgetWidth = 800;
 //youmaxWidgetHeight = 1000;
 showFeaturedVideoOnLoad = false;
 showVideoInLightbox = true;

  prepareYoumax();

</script>

</body>
</html>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.