WP Manifestindependent plugin directory
manifest / media / pictovideo

Picture to Video

Video hidden behide an image

by Nick Mole · github.com/nicholasmole/pictovideo

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nicholasmole/pictovideo/archive/refs/heads/master.zip

A shortcode that lets you place a picture in front of a video

How To Use

Place the shortcode [pictovideo] in wordpress site.

Current version uses width="640" height="360

[pictovideo videourl= overlayimg= button=]

videourl & overlayimg are required for this plugin to output anything

Attributes

  1. The Video URL

[pictovideo videourl={url}]

Add the Youtube video.

  1. Overlaying Image

[pictovideo overlayimg={url}]

Add the Image on top of video

  1. Button On Youtube

[pictovideo button={on}/{off}]

The typical youtube button is here if set to 'on'

Future Notes:

Add width & height inputs for video / image