WPIntell

Source evidence

Custom Video link

VideoIgniter – Video Player · support · 2024-09-25T12:57:00+00:00

questionsentiment
lowseverity
0.51relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 27 rows with source links

18.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Zeeshan resolved
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? This topic was modified 1 year, 8 months ago by Zeeshan . Hi Zeeshan, this isn’t currently possible, as videoigniter is only meant to work with video playlists, rather than single videos, and therefore you can only pass an id to an existing playlist. What you want can be achieved with the Video block however, which you can build dynamically and then render using the render_block() function. See the related documentation page (along with the example at the end) for more information.

Comments

1 shown
Anastis Sourgoutsidis 2024-09-25T13:08:00+00:00

Hi Zeeshan, this isn’t currently possible, as videoigniter is only meant to work with video playlists, rather than single videos, and therefore you can only pass an id to an existing playlist. What you want can be achieved with the Video block however, which you can build dynamically and then render using the render_block() function. See the related documentation page (along with the example at the end) for more information.