Title: Autoplay
Last modified: August 22, 2016

---

# Autoplay

 *  [maillme](https://wordpress.org/support/users/maillme/)
 * (@maillme)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/autoplay-18/)
 * Hi there,
 * Is there a way to autoplay my film embedded by FVE (vimeo).
 * thanks,
    neil
 * [https://wordpress.org/plugins/fluid-video-embeds/](https://wordpress.org/plugins/fluid-video-embeds/)

Viewing 1 replies (of 1 total)

 *  [milicua](https://wordpress.org/support/users/milicua/)
 * (@milicua)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/autoplay-18/#post-5655330)
 * Hi, it’s quite easy really, but you need to change the code.
 * Open the plugin file: fluid-video-embeds.php
 * and add &autoplay=1 to the next line.
 * before:
 * $this->iframe_before_src = ‘<iframe src=”‘;
    $this->iframe_after_src = ‘” width
   =”100%” height=”100%” frameborder=”0″ webkitAllowFullScreen mozallowfullscreen
   allowFullScreen></iframe>’;
 * after:
 * $this->iframe_before_src = ‘<iframe src=”‘;
    $this->iframe_after_src = ‘&autoplay
   =1″ width=”100%” height=”100%” frameborder=”0″ webkitAllowFullScreen mozallowfullscreen
   allowFullScreen></iframe>’;
 * You’ll see it works!

Viewing 1 replies (of 1 total)

The topic ‘Autoplay’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fluid-video-embeds_746591.svg)
 * [Fluid Video Embeds](https://wordpress.org/plugins/fluid-video-embeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluid-video-embeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluid-video-embeds/)
 * [Active Topics](https://wordpress.org/support/plugin/fluid-video-embeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluid-video-embeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluid-video-embeds/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [milicua](https://wordpress.org/support/users/milicua/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/autoplay-18/#post-5655330)
 * Status: not resolved