Insert video into knowledgebase

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 1 reply thread
  • Author
    Posts
    • #90890
      gettingweduk
      Participant

      Hi there,

      How can I insert a video into the knowledge base please? I’d like to record video tutorials of how to set up a store to help vendors. I have clicked to add media and uploaded an MP4 video but it unfortunately won’t link properly. What’s the best way to do this please? Shall I create a link to the video using the media url?

      Thanks!

    • #91310
      Sushobhan
      Keymaster

      Knowledgebase supports html so you can take the advantage of HTML5 Video tag (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video). Example –

      <video id="MY_VIDEO_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="264" poster="MY_VIDEO_POSTER.jpg" data-setup="{}">
      <source src="http://localhost/wcfm/wp-content/uploads/2019/06/my_video.mp4" type='video/mp4'>
      </video>
Viewing 1 reply thread
  • The topic ‘Insert video into knowledgebase’ is closed to new replies.