Skip to content

TomFoyster/magento-simple-videos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Just Tom - Simple Magento Videos Module

Composer Key: justtom/magento-simple-videos

Current Version: 1.0.2

Tested PHP Versions: 5.3, 5.4, 5.5

Tested Magento Versions: 1.6.2.0, 1.7.0.2, 1.8.1.0

###Description

This module provides a simple way for you to attach a youtube video as part of a product using attributes or as a widget instance for anywhere else within your magento website. It has been integrated with Schema.org tags to make the videos SEO friendly and has passed the Google Rich Snippet Testing Tool for both the product videos and the widget instance videos.

###Requirements

  • Magento Community Edition 1.6+
  • Allow Symlinks = true in admin -> system -> configuration -> advanced
  • PHP 5.3+

###Installation

  • Install with Composer:

    {
    	"require":{
    		"justtom/magento-simple-videos": "1.0.2"
    	}
    }
    
  • Install with modman:

    Initialise Modman in your magento directory with:

     `modman init`
    

    Clone the repo to modman using:

     `modman clone https://github.com/just-tom/magento-simple-videos`
    

Author


About

Product & Widget Instance Module for Magento

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 71.8%
  • HTML 28.2%