- Home
- Internet Scripts
- PHP language scripts
- loadwave - Youtube Live Comments
loadwave - Youtube Live Comments
By : specialapp Published on Monday, February 29, 2016,12:16:10 in PHP language scripts
loadwave changes the way you interact with videos… “loadwave” is a simple web application, it’s a kind of video sharing website based on youtube that implements a new feature, it is the possibility to make comments related to a specific moment in a video, every comment is associated to the second you have sent (Timed Comments). By this way, comments play the role of a descriptor for video frames.
Features
Demo Account
http://demo.loadwave.com. You can see the demo by logging in with email: [email protected] and password: demodemo.Note: comments in the demo platform are inserted arbitrarily from youtube video comments.
Requirements
Install
After Purchase the script and download the zip package, unzip it. Upload its contents to your site (do not upload database folder).
To Create Database, login to your cpanel. Create a new database and execute database/tables.sql file. If you want to populate the database with arbitrarily data to test the application, you can execute database/seed.sql file.
Open the file database.php located at config folder and change values to yours.
Usage
First thing you have to do is to sign up, you can use facebook, twitter, google authentification system to save time. Than you can access to the home page where you find a dashboard and the top commented videos, you choose one of those videos. Or you can choose a video from youtube website and modify the url from: http://www.youtube.com/watch?v=U3_d2RH9bqk To http://demo.loadwave.com/watch?v=U3_d2RH9bqkAPI’s
Add hybridauth folder (from HybridAuth library) to auth folder and add your keys in config.php file. For more information http://hybridauth.sourceforge.net/userguide.html.