Changeset 1952158
- Timestamp:
- 10/05/2018 02:01:23 PM (7 years ago)
- Location:
- embed-vbox7
- Files:
-
- 3 added
- 2 edited
-
tags/1.0 (added)
-
tags/1.0/readme.txt (added)
-
tags/1.0/vbox7-embed.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/vbox7-embed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embed-vbox7/trunk/readme.txt
r1952025 r1952158 1 1 === Vbox7 embed support === 2 2 Contributors: xhatscom 3 Donate link:4 3 Tags: vbox7 5 4 Requires at least: 4.6 6 Tested up to: 4. 75 Tested up to: 4.9.8 7 6 Stable tag: 4.3 8 7 Requires PHP: 5.2.4 … … 10 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 10 12 Here is a short description of the plugin. This should be no more than 150 characters. No markup here.13 11 14 12 == Description == … … 16 14 Директно вграждане на клипове от vbox7.com 17 15 16 Как работи можете да видите [тук](https://imgur.com/a/BElKDSv) 17 18 18 == Installation == 19 19 20 This section describes how to install the plugin and get it working. 21 22 e.g. 23 24 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 25 1. Activate the plugin through the 'Plugins' screen in WordPress 26 1. Use the Settings->Plugin Name screen to configure the plugin 27 1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes) 28 20 1. Visit `Plugins > Add New` 21 2. Search for `Vbox7` 22 3. Activate Vbox7 embed support from your Plugins page. 29 23 30 24 == Changelog == 31 25 32 = 1.0. = 26 = 1.0.1. = 27 * readme.txt update 33 28 * First release -
embed-vbox7/trunk/vbox7-embed.php
r1952025 r1952158 3 3 Plugin Name: Vbox7 embed support 4 4 Description: Директно вграждане на клипове от vbox7.com 5 Version: 1. 0.06 Author: Xhats.com /5 Version: 1.1 6 Author: Xhats.com 7 7 Author URI: https://xhats.com/ 8 8 */ … … 12 12 wp_embed_register_handler( 13 13 'vbox7', 14 '#https://www\.vbox7\.com/play\:([a-zA-Z0-9_-]+)$#i', // <-- Adjust this to your needs!14 '#https://www\.vbox7\.com/play\:([a-zA-Z0-9_-]+)$#i', 15 15 'vbox7_embed_handler' 16 16 );
Note: See TracChangeset
for help on using the changeset viewer.