-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
221 additions
and
29 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Protected Video</title> | ||
<link rel="icon" href="images/logo.svg" type="image/svg+xml" /> | ||
<meta | ||
name="description" | ||
content="Open source WordPress plugin that provides a 'block' and Shortcode to | ||
embed YouTube/Vimeo videos, in a way that prevents users easily | ||
accessing the underlying video." | ||
/> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1 class="heading mb-3"> | ||
<img src="images/logo.svg" width="30" alt="Protected Video logo" /> | ||
Protected Video | ||
</h1> | ||
|
||
<div class="intro mb-3"> | ||
<p class="mb-2"> | ||
Open source WordPress plugin that provides a 'block' and Shortcode to | ||
embed YouTube/Vimeo videos, in a way that prevents users easily | ||
accessing the underlying video. | ||
</p> | ||
<p>Below demonstrates the player loading a YouTube video.</p> | ||
</div> | ||
|
||
<div class="player mb-3"> | ||
<div | ||
class="wp-block-protected-video-protected-video" | ||
data-id1="eW91dHViZQ==" | ||
data-id2="Y19oT19mam1Nbms=" | ||
></div> | ||
</div> | ||
|
||
<ul class="external-links mb-3"> | ||
<li> | ||
<a | ||
href="https://github.com/AlecRust/protected-video" | ||
class="external-link" | ||
> | ||
<img src="images/github.svg" width="16" alt="GitHub" /> | ||
View on GitHub | ||
</a> | ||
</li> | ||
<li> | ||
<a | ||
href="https://wordpress.org/plugins/protected-video/" | ||
class="external-link" | ||
> | ||
<img src="images/wordpress.svg" width="16" alt="WordPress" /> | ||
View in WordPress Plugins Directory | ||
</a> | ||
</li> | ||
</ul> | ||
|
||
<div class="mb-3"> | ||
<a | ||
href="https://downloads.wordpress.org/plugin/protected-video.<%= version %>.zip" | ||
class="button mb-1" | ||
>Download plugin ZIP</a | ||
> | ||
<p> | ||
<small> | ||
Latest version <%= version %> (<a | ||
href="https://github.com/AlecRust/protected-video/blob/master/CHANGELOG.md" | ||
>changelog</a | ||
>) | ||
</small> | ||
</p> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters