justtom/magento-simple-videos

There is no license information available for the latest version (1.0.7) of this package.

Add videos to products and cms pages

1.0.7 2017-09-25 12:10 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:52:56 UTC


README

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