Giter Club home page Giter Club logo

youmax's Introduction

Youmax

Complete Youtube channel on your website

Demo & Documentation: https://dailydhyaan.com/youmax-youtube-jquery-plugin/youmax.html
WordPress Version: https://dailydhyaan.com/youtube-wordpress-plugin/youram-demo.html

Screenshots

alt tag

alt tag

Benefits

2.1 features:

  • Added Load More button
  • Migrated to YouTube API v3
  • Improved Layout and Performance

2.0 features

  • columns for the videos can be customized (Example: you can now have a 3-column layout for the videos displayed.)
  • the widget itself is responsive; given a width (or %) for the widget, the inner contents will resize accordingly.
  • video player can be opened in the widget itself or in a lightbox.
  • a top featured video can be opened in the video player on load of the widget.
  • subscribe on youtube opens in a new tab.
  • parts of the plugin like header/tabs can be hidden as per requirement.

1.0 features:

  • displays your actual complete youtube channel on your website just like its shown on youtube.
  • youmax plugin will display your channel uploads, playlists and a featured playlist that you may choose.
  • users can browse through your playlists and uploads and watch videos they like.

Author

Jake Handling
https://plus.google.com/+JakeHandling

License

This plugin is available under the MIT licence under the condition that you cannot re-distribute the plugin.

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

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>

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?

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.