Title: Post format plugin wp-post-formats-develop issue
Last modified: August 21, 2016

---

# Post format plugin wp-post-formats-develop issue

 *  [Shihab Malayil](https://wordpress.org/support/users/shihabmalayil/)
 * (@shihabmalayil)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/post-format-plugin-wp-post-formats-develop-issue/)
 * I just installed [wp-post-formats-develop](https://github.com/crowdfavorite/wp-post-formats).
   In this post format how can i call[front end code]video embedd content to my 
   page?.
 *     ```
       <textarea name="_format_video_embed" id="cfpf-format-video-embed" tabindex="1"><?php echo esc_textarea(get_post_meta($post->ID, '_format_video_embed', true)); ?></textarea>
       ```
   
 * if i tried like this
 *     ```
       <?php echo esc_attr(get_post_meta($post->ID, '_format_video_embed', true)); ?>
       ```
   
 *  rendering the url not the embed video.And gallery format rendering images same
   as post_thumbnail,not a perfect next prev gallery. what else i have to do in 
   my theme?

Viewing 1 replies (of 1 total)

 *  [dylan](https://wordpress.org/support/users/dylan/)
 * (@dylan)
 * [12 years ago](https://wordpress.org/support/topic/post-format-plugin-wp-post-formats-develop-issue/#post-3950489)
 * `<?php echo get_post_meta($post->ID,'_format_video_embed',TRUE); ?>` is what 
   I use and it works for me.

Viewing 1 replies (of 1 total)

The topic ‘Post format plugin wp-post-formats-develop issue’ is closed to new replies.

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [dylan](https://wordpress.org/support/users/dylan/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/post-format-plugin-wp-post-formats-develop-issue/#post-3950489)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
