Plugin Directory

Changeset 1952158


Ignore:
Timestamp:
10/05/2018 02:01:23 PM (7 years ago)
Author:
xhatscom
Message:

https://plugins.svn.wordpress.org/embed-vbox7

Location:
embed-vbox7
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • embed-vbox7/trunk/readme.txt

    r1952025 r1952158  
    11=== Vbox7 embed support ===
    22Contributors: xhatscom
    3 Donate link:
    43Tags: vbox7
    54Requires at least: 4.6
    6 Tested up to: 4.7
     5Tested up to: 4.9.8
    76Stable tag: 4.3
    87Requires PHP: 5.2.4
     
    109License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1110
    12 Here is a short description of the plugin.  This should be no more than 150 characters.  No markup here.
    1311
    1412== Description ==
     
    1614Директно вграждане на клипове от vbox7.com
    1715
     16Как работи можете да видите [тук](https://imgur.com/a/BElKDSv)
     17
    1818== Installation ==
    1919
    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 
     201. Visit `Plugins > Add New`
     212. Search for `Vbox7`
     223. Activate Vbox7 embed support from your Plugins page.
    2923
    3024== Changelog ==
    3125
    32 = 1.0. =
     26= 1.0.1. =
     27* readme.txt update
    3328* First release
  • embed-vbox7/trunk/vbox7-embed.php

    r1952025 r1952158  
    33Plugin Name: Vbox7 embed support
    44Description: Директно вграждане на клипове от vbox7.com
    5 Version: 1.0.0
    6 Author: Xhats.com/
     5Version: 1.1
     6Author: Xhats.com
    77Author URI: https://xhats.com/
    88*/
     
    1212    wp_embed_register_handler(
    1313        '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',
    1515        'vbox7_embed_handler'
    1616    );
Note: See TracChangeset for help on using the changeset viewer.