Title: Embed Video Attachement Code
Last modified: September 29, 2016

---

# Embed Video Attachement Code

 *  Resolved [thesage](https://wordpress.org/support/users/18118-1/)
 * (@18118-1)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/embed-video-attachement-code/)
 * How can video attachment be posted like the following?
    [video width="640" height
   ="480" mp4="attached filename.mp4"][/video]
 * The following is the default postie code. It does on not work on Chrome.
    <object
   classid=”clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B” codebase=”[https://www.apple.com/qtactivex/qtplugin.cab&#8221](https://www.apple.com/qtactivex/qtplugin.cab&#8221);
   width=”480″height=”360″> <param name=”src” value=”{FILELINK}” /> <param name=”
   autoplay” value=”no” /> <param name=”controller” value=”true” /> <embed src=”{
   FILELINK}” width=”640″ height=”480″autoplay=”no” controller=”true” type=”video/
   quicktime” pluginspage=”[https://www.apple.com/quicktime/download/&#8221](https://www.apple.com/quicktime/download/&#8221);
   width=”480″ height=”380″ scale=”tofit”></embed> </object>

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

 *  Plugin Author [Wayne Allen](https://wordpress.org/support/users/wayneallen-1/)
 * (@wayneallen-1)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/embed-video-attachement-code/#post-8236374)
 * Go to the Video tab in Postie and update the video template to:
 *     ```
       [video width="640" height="480" mp4="{FILELINK}"][/video]
       ```
   
 *  Thread Starter [thesage](https://wordpress.org/support/users/18118-1/)
 * (@18118-1)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/embed-video-attachement-code/#post-8236718)
 * Thank you for your prompt reply. Maybe you should add this code to your next 
   version. It works with more browsers.
 *  Plugin Author [Wayne Allen](https://wordpress.org/support/users/wayneallen-1/)
 * (@wayneallen-1)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/embed-video-attachement-code/#post-8236761)
 * There already is a “vshortcode” option in Postie.
 * [http://screencast.com/t/n4nVSl5k3a6b](http://screencast.com/t/n4nVSl5k3a6b)
 * Currently the default is the simple_link, but it makes sense to change that to
   vshortcode.
 *  Plugin Author [Wayne Allen](https://wordpress.org/support/users/wayneallen-1/)
 * (@wayneallen-1)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/embed-video-attachement-code/#post-8236766)
 * The template you mentioned originally is medium_widescreen, which means you picked
   it somewhere along the way.

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

The topic ‘Embed Video Attachement Code’ is closed to new replies.

 * ![](https://ps.w.org/postie/assets/icon-256x256.png?rev=970083)
 * [Postie](https://wordpress.org/plugins/postie/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/postie/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/postie/)
 * [Active Topics](https://wordpress.org/support/plugin/postie/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/postie/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/postie/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Wayne Allen](https://wordpress.org/support/users/wayneallen-1/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/embed-video-attachement-code/#post-8236766)
 * Status: resolved