We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 54146
    • 2 Posts
    I just started using MODX and would like to implement the Videobox Plugin: https://hitko.eu/videobox/documentation

    I have installed it and made a chunk with just this line of code

    [[Videobox? &videos=`assets/videos/myvideo.mp4`]]



    And when I open the page this message pops out shortly and the page stays white.



    How to use this plugin?

    This question has been answered by ertuzio. See the first response.

      • 38783
      • 571 Posts
      If you have a chunk called Videobox then you could display the chunk content with

      [[$Videobox]]


      The dollar sign is missing from your code.

      I am not sure about this bit &videos=`assets/videos/myvideo.mp4` of your chunk call.

      Could you post the content of the chunk?
        If I help you out on these forums I would be very grateful if you would consider rating me on Trustpilot: https://uk.trustpilot.com/review/andytough.com

        email: [email protected] | website: https://andytough.com
      • discuss.answer
        • 54146
        • 2 Posts
        Here is the chunk:





        and here is where I call it

        [ed. note: ertuzio last edited this post 6 years ago.]