Redirect when Video Ends

Redirect when Video Ends Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,435 downloads
Redirect when Video Ends Icon

Try plugin: Redirect when Video Ends

We'll create fresh WordPress site with Redirect when Video Ends installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Redirect when Video Ends

A shortcode that allows you to embed an HTML5 video and redirect the page when the video is over

1


0


0


0


0

updated: 7 years ago
since: 7 years ago

Description

Redirect when Video Ends

This plugin will allow you to use the shortcode [redirvid] and embed an HTML5 video. Once this video is over, the page will be automatically redirected

Attributes for this shortcode

src - The source of the video file.
link - The link that is opened when the video ends.
target - The default is `_self`, which redirects the page.  You can use any of the values that you could use with the [`target` attribute of an `<a>` tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-target).
autoplay - This  attribute specifies whether or not the video begins playing on its own.  The value `yes` means the video will autoplay.  The value `no` means that the video will not autoplay.  The default is value `no`.
controls - This  attribute specifies whether or not the video has user controls.  The value `no` means that the video will not have controls.  The value `yes` means 
muted - This  attribute specifies whether or not the video is muted.  The value `no` means that the video will not have controls.  The value `yes` means the video will have controls.  The default is value `no`.
poster - The source of the poster image of the HTML5 video.  This is the image that shows up before the video plays.
class - The HTML class of the video.
id - The HTML id of the video.