Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.31 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.31 KB

#Just Tom - Simple Magento Videos Module

Composer Key: justtom/magento-simple-videos

Current Version: 1.0.5

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 and vimeo videos 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