Prestashop module for showing all-videos from your YouTube channel.
- Easy to install
- Ajax auto-scroll enabled
- Created for new prestashop module developers
YouTube module requires prestashop v1.6+ to run.
Before installing download module to your PC and open ytf.php file and replace these lines to:
const API_KEY = 'YourYouTubeApiKey'; // replace here your YouTube API key
const CHANNEL_ID = 'YouTubeChannelID'; // replace here your YouTube channel id
MIT