Title: Video embedding/attachments?
Last modified: August 19, 2016

---

# Video embedding/attachments?

 *  [bkwco](https://wordpress.org/support/users/bkwco/)
 * (@bkwco)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/video-embeddingattachments/)
 * Could you give me a tip on how to use video embeds (like from vimeo) on my theme
   design? The way I have it designed is that it grabs the attached images that 
   are uploaded and arrays them, however, if someone wants to embed video they have
   to expand the text-information area because there is no way to ‘attach’ a video
   and the only option to embed is to use the intended area for text only. Take 
   this page of the theme demo for example – [http://w-portfolio.com/demo4/design/post-22/](http://w-portfolio.com/demo4/design/post-22/)
   if someone was to embed a video they would have to paste the code into the post
   editor and it would break the layout, because it would extend into the space 
   that it automatically arranges images in (such as the XPNSN one). I’d like to
   be able to show embedded or uploaded videos in the same area that I am outputting
   the images.
 * I use this function code in Functions.php:
    _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * Then I display the images in the Single.php file using this:
 *     ```
       <div id="imgcontent">
       <?php my_attachment_gallery(0, 'large', 'alt="' . $post->post_title . '"'); ?>
       </div>
       ```
   
 * _[Please post code snippets between backticks or use the code button.]_
 * How can I have it show any embedded or attached video where the image attachments
   are in the loop?
 * Thanks for your time…any help you can provide would really help me out alot.

The topic ‘Video embedding/attachments?’ is closed to new replies.

## Tags

 * [embedding](https://wordpress.org/support/topic-tag/embedding/)
 * [single.php](https://wordpress.org/support/topic-tag/single-php/)
 * [video](https://wordpress.org/support/topic-tag/video/)

 * 0 replies
 * 1 participant
 * Last reply from: [bkwco](https://wordpress.org/support/users/bkwco/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/video-embeddingattachments/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
