• So I am using this to display videos that are embedded using script. It appears from the instructions on using html, that this should work.

    What I have is:

    <li><a href="#Decay" rel="wp-video-lightbox"> Decay <img src="/wp-content/uploads/2016/08/vid.png" alt="" width="20" /></a></li>

    and then further down:

    <div id="Decay" style="display: none;"><script type="text/javascript" src="https://thehouseofguru.com/Players/Embed.ashx?mid=29bf87c2-073c-4bdb-913c-a4ca584781b0&l=en-US&w=640"></script></div>

    It shows the video ok, but upon clicking the play icon, nothing happens, as if it thinks its just a flat image.

    You can see here: https://3f5.3da.myftpupload.com/services/

    Any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, can you add the image full path. For example [https://yoursite.com/wp-content/uploads/2016/08/vid.png]. Let me know if that works.

    Regards

    Thread Starter Dani Weymouth

    (@dartists)

    Thanks. Unfortunately that doesn’t help. The preview displays just fine. Even shows a play button. But won’t actually play. ??

    And the plugin author is unresponsive.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, the following is an example of how to embed a video using this plugin.

    <a href="https://vimeo.com/13422697?width=640&height=480" rel="wp-video-lightbox" title=""><img src="https://example.com/images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>

    You can read more from the following documentation.

    Regards

    Thread Starter Dani Weymouth

    (@dartists)

    Thanks. Unfortunately, I have no choice but to use the following script

    <script type="text/javascript" src="https://thehouseofguru.com/Players/Embed.ashx?mid=29bf87c2-073c-4bdb-913c-a4ca584781b0&l=en-US&w=640"></script>

    that has been provided by the service we subscribe to that provides the videos. Thus, I need to find a plugin that can display their videos in a lightbox using their own embed code.

    Plugin Support mbrsolution

    (@mbrsolution)

    That might be the problem you are experiencing.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not playing embedded video at all’ is closed to new replies.