-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
64 lines (53 loc) · 2.15 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#############################################################
VidLister
NewVersion: 1.1.0 beta1
Released: 2013-04-19
Author: Stepan Prishepenko {Setest} <[email protected]> http://community.modx-cms.ru/profile/setest/
Version: 1.0.0 alpha
Released: 2011-12-09
Author: Jeroen Kenters Web Development / www.kenters.com
License: GNU GENERAL PUBLIC LICENSE, Version 2
#############################################################
==========================================
Description
==========================================
VidLister shows your (Youtube + Vimeo) videos on your site.
Thumbs are shown like a gallery and videos open inside a
lightbox.
==========================================
Features
==========================================
* reads your Youtube/Vimeo feed and imports the video data
* shows all video thumbs (paginated) with link to video
* Languages (backend):
- English
- Russian
==========================================
Requirements
==========================================
* MODX Revolution (tested using 2.1 and 2.2)
* getPage
* getResources
* WayFinder
* jQuery for the lightbox
==========================================
Installation
==========================================
* Install through Package Management
==========================================
Usage
==========================================
Import:
- if you need topic create "Topic" container in resource tree with children elements.
All elements must be published and visible.
- open VidLister in system properties
- edit properies as you need, also add ID of your "Topic" resource
- fill in the details (for Vimeo visit http://vimeo.com/api/applications/new first)
- clear cache
- go to components -> VidLister and press 'Import'
- your videos should be listed after import
Snippet:
- you can use example chunk [[$vlYoutubeExampleTopic]] to explore how work with "Topic"
- or you can add [[!getPage? &element=`VidLister`]] [[+page.nav]] to your page
- make sure you already have jQuery in your website template: VidLister does not add it
- if you want to add the js/css yourself add &scripts=`0` to the snippet call