justtom / magento-simple-videos
Add videos to products and cms pages
Installs: 290
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento-module
Requires
- bert-jamfactory/antoinek_mediachooserfield: *
- magento-hackathon/magento-composer-installer: *
Requires (Dev)
- ecomdev/ecomdev_phpunit: dev-master
- mikey179/vfsstream: >=1.2.0
- squizlabs/php_codesniffer: 2.3.2
This package is not auto-updated.
Last update: 2025-04-22 20:16:41 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
- Tom Burman
- http://www.justtom.me
- @tom_burman