Title: Problem with Shortcode
Last modified: August 21, 2016

---

# Problem with Shortcode

 *  Resolved [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/problem-with-shortcode-7/)
 * when i click insert video on a new or old post i get this
    [http://dl.dropboxusercontent.com/u/52784775/shortcode-problem.png](http://dl.dropboxusercontent.com/u/52784775/shortcode-problem.png)
 * [https://wordpress.org/plugins/flowplayer5/](https://wordpress.org/plugins/flowplayer5/)

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

 *  Thread Starter [aous77](https://wordpress.org/support/users/aous77/)
 * (@aous77)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/problem-with-shortcode-7/#post-4727176)
 * to fix this you need to edit “insert-video-button.php” under “plugins\flowplayer5\
   admin\” and replace the following line
    `<option value="<? echo esc_attr( $post-
   >ID ) ?>"><? echo esc_attr( $post->post_title ) ?></option>` with `<option value
   ="<?php echo esc_attr( $post->ID ) ?>"><?php echo esc_attr( $post->post_title)?
   ></option>`
 * you forgot to add **php** in front of the `<?`
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/problem-with-shortcode-7/#post-4727179)
 * Thanks, it seems like my php version still worked with this error that is why
   I did not see it. It will be fixed in the next version.
 *  Plugin Author [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problem-with-shortcode-7/#post-4727358)
 * It is fixed in this update.

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

The topic ‘Problem with Shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/flowplayer5_cce0e6.svg)
 * [Flowplayer HTML5 for WordPress](https://wordpress.org/plugins/flowplayer5/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flowplayer5/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flowplayer5/)
 * [Active Topics](https://wordpress.org/support/plugin/flowplayer5/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flowplayer5/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flowplayer5/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/problem-with-shortcode-7/#post-4727358)
 * Status: resolved