I am using your WordPress plugin “VideoIgniter”
I wonder if I can use your shortcode with my custom code for example
if I want to add a video like this
do_shortcode(‘[videoigniter src=”‘ . $video_url . ‘” poster=”‘ . $poster_url . ‘” width=”900″ height=”650″]’);
where $video_url is my custom uploaded video URL and $poster_url is the URL of my video Poster and both these files are in the media of my WordPress.
is this possible?
can I do it?