Advertisement
leandroprz

Untitled

Aug 16th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.77 KB | None | 0 0
  1. <?php
  2.     define('WP_USE_THEMES', false);
  3.     require('../wp-load.php');
  4.  
  5.     echo '<link rel="stylesheet" type="text/css" href="../wp-includes/js/mediaelement/mediaelementplayer.min.css" />';
  6.     echo '<link rel="stylesheet" type="text/css" href="../wp-includes/js/mediaelement/wp-mediaelement.css" />';
  7.     echo '<link rel="stylesheet" type="text/css" href="sample.css" />';
  8.  
  9.     echo '<script src="../wp-includes/js/jquery/jquery.js"></script>';
  10.     echo '<script src="../wp-includes/js/mediaelement/mediaelement-and-player.min.js"></script>';
  11.     echo '<script src="../wp-includes/js/mediaelement/wp-mediaelement.js"></script>';
  12.  
  13.     echo do_shortcode('[video src="//leandroperez.com.ar/sample/08-2014_002.mp4" width="640" height="360" autoplay="true" loop="true"]');
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement