Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mharriett

    (@mharriett)

    I found a good plugin for creating a lightbox video effect. My only issue with using this is that I cannot get the video to autoplay when it pops up in the lightbox. I have to click the video again to get it to play. I have tried adding autoplay = “true”, autoplay = “1” to the code, but that has not worked.

    Does anyone have any advice on how I can get this video to autoplay when it pops up in the lightbox?

    I used the Fancybox for WordPress plugin (http://wordpress.org/extend/plugins/fancybox-for-wordpress/ ). Here is the code.

    [SHORT CODE FOR EMBEDDING WP VIDEO XXXXXXXX]

    <div style=”display:none” id=”testube”>
    <object width=”320″ height=”270″>
    <param name=”movie” value=”FILE URL”></param>
    <param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param>
    <embed src=”http://s0.videopress.com/player.swf?v=1.03&#8243; type=”application/x-shockwave-flash” width=”300″ height=”250″ wmode=”direct” seamlesstabbing=”true” allowfullscreen=”true” allowscriptaccess=”always” overstretch=”true” flashvars=”guid=XXXXXXXX&isDynamicSeeking=true” title=””></embed>
    </object>
    </div>

    Thanks for the advice, before I saw your suggestion I found some code and a plugin that works good for creating a lightbox. I used the Fancybox for WordPress plugin (http://wordpress.org/extend/plugins/fancybox-for-wordpress/ ). Here is the code.

    [SHORT CODE FOR EMBEDDING WP VIDEO XXXXXXXX]

    <div style=”display:none” id=”testube”>
    <object width=”320″ height=”270″>
    <param name=”movie” value=”FILE URL”></param>
    <param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param>
    <embed src=”http://s0.videopress.com/player.swf?v=1.03&#8243; type=”application/x-shockwave-flash” width=”300″ height=”250″ wmode=”direct” seamlesstabbing=”true” allowfullscreen=”true” allowscriptaccess=”always” overstretch=”true” flashvars=”guid=XXXXXXXX&isDynamicSeeking=true” title=””></embed>
    </object>
    </div>

    My only issue with using this is that I cannot get the video to autoplay when it pops up in the lightbox. I have to click the video again to get it to play. I have tried adding autoplay = “true”, autoplay = “1” to the code, but that has not worked.

    Do you have any advice on how I can get this video to autoplay when it pops up in the lightbox?

    Thanks

    Thanks gesman, this advice worked good for me.

    Did you have any luck in finding a plugin that adds Lightbox functionality for Videopress embeds? I am trying to find the same thing.

    Thread Starter mharriett

    (@mharriett)

    Thanks for replying to my question. I decided to use the plugin Role Scoper (http://wordpress.org/extend/plugins/role-scoper/) and I created different groups which have access to different pages. Now when someone registers, they are classified as a WP Subscriber but they don’t have access to either the Product 1 or Product 2 pages until I review their registration and assign them to a group.

    Barinagabriel, is there a way that I can create a message to send them to let them know that their registration is pending?

Viewing 5 replies - 1 through 5 (of 5 total)