开发者 | mbergann |
---|---|
更新时间 | 2020年2月25日 15:58 |
捐献地址: | 去捐款 |
PHP版本: | 7.1 及以上 |
WordPress版本: | 5.3.2 |
版权: | GPL-2.0+ |
版权网址: | 版权信息 |
/wp-content/plugins/video-link-gallery
directory, or install the plugin through the WordPress plugins screen directly.Let me take my crystal ball:
You just have to copy-and-edit a given (or create a new) VideoProvider-Class. The VideoProvider-Class MUST implement the VideoProviderInterface. To get a faster and more clean result you SHOULD also use the VideoProviderAbstract class to extend from that
You just have to copy-and-edit a given (or create a new) Lightbox-Class. The Lightbox-Class MUST implement the LightboxInterface. The Lightbox-Class creates the html-code for thumbnails and also the lightbox itself. In future versions it's also planned to decouple this a little bit... but at the moment it was the simplest way to implement the lightbox.
There is a parameter "lightbox" - for more details: see Parameters-section in description