Title: Help for gallery needed
Last modified: August 21, 2016

---

# Help for gallery needed

 *  Resolved [FastSnatch](https://wordpress.org/support/users/fastsnatch/)
 * (@fastsnatch)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/help-for-gallery-needed/)
 * Hey,
 * Firstly, great thanks for this plugin!
 * I don’t success to set a gallery with some videos. I use the shortcode for gallery
   but i don’t understand how to attach video. Do you have more information ?
 * Thanks for help.
 * Regards,
    Thomas.
 * [http://wordpress.org/extend/plugins/video-embed-thumbnail-generator/](http://wordpress.org/extend/plugins/video-embed-thumbnail-generator/)

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

 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/help-for-gallery-needed/#post-3795371)
 * Videos are attached to a post automatically when you upload them using the “Add
   Media” button. If you want to use videos that are not attached to the post, you
   have to find their ID and enter them in a list like this [KGVID gallery=”true”
   gallery_include=”1245,1248,2034,2123″][/KGVID]
 * If you’re trying to make a gallery out of videos that aren’t hosted on your website,
   you’ll need a different plugin.
 *  Thread Starter [FastSnatch](https://wordpress.org/support/users/fastsnatch/)
 * (@fastsnatch)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/help-for-gallery-needed/#post-3795384)
 * Hey,
 * Thanks for the quick reply.
    When I attach some videos, and use [KGVID gallery
   =”true”][/KGVID] short code, only the attached videos are displayed, not the 
   gallery.
 * Here is my full code:
 *     ```
       [KGVID gallery="true"][/KGVID]
   
       [KGVID poster="http://kangarooprod.clicandco.com/2/wp-content/uploads/2013/05/photo-nathalie-moussie.jpg" width="640" height="360"]http://kangarooprod.clicandco.com/2/wp-content/uploads/2013/05/moi1.flv[/KGVID][KGVID poster="http://kangarooprod.clicandco.com/2/wp-content/uploads/2013/05/photo-emmanuel-moussie.jpg" width="640" height="360"]http://kangarooprod.clicandco.com/2/wp-content/uploads/2013/05/video-accueil.mp4[/KGVID]
       ```
   
 *  Thread Starter [FastSnatch](https://wordpress.org/support/users/fastsnatch/)
 * (@fastsnatch)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/help-for-gallery-needed/#post-3795385)
 * And here is the page exemple: [http://kangarooprod.clicandco.com/2/nos-realisations/](http://kangarooprod.clicandco.com/2/nos-realisations/)
 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/help-for-gallery-needed/#post-3795391)
 * In WordPress terms, “attached” means a media file that is associated with a post.
   What you’re doing in the second line with `[KGVID poster="http:// etc` is “embedding”
   a single video. That isn’t necessary to create a gallery and in some cases could
   mess up gallery playback.
 * The `gallery="true"` attribute checks for videos that are attached to the post
   through the WordPress database. Go to your Media Library (wp-admin/upload.php)
   and take a look at those two videos. See what the “Uploaded to” column says. 
   If it’s not “uploaded to” the page “Nos Réalisations” then the gallery code has
   no way of knowing which videos to make a gallery out of.
 *  Thread Starter [FastSnatch](https://wordpress.org/support/users/fastsnatch/)
 * (@fastsnatch)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/help-for-gallery-needed/#post-3795406)
 * Yes!!!!!!!! It works!!! I didn’t understand what “attached” means and now, thanks
   to you, it’s OK! Big thanks for you!
 * Regards,
    Thomas.
 *  Thread Starter [FastSnatch](https://wordpress.org/support/users/fastsnatch/)
 * (@fastsnatch)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/help-for-gallery-needed/#post-3795514)
 * Just for info:
 * For HTML 5 standards, in plug-in code : `<img src="'.$thumbnail_url.'" alt=""/
   >` instead of `<img src="'.$thumbnail_url.'">`
 * 😉

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

The topic ‘Help for gallery needed’ is closed to new replies.

 * ![](https://ps.w.org/video-embed-thumbnail-generator/assets/icon.svg?rev=2965979)
 * [Videopack](https://wordpress.org/plugins/video-embed-thumbnail-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/video-embed-thumbnail-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [FastSnatch](https://wordpress.org/support/users/fastsnatch/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/help-for-gallery-needed/#post-3795514)
 * Status: resolved