• Skip to content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

Main navigation

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty

Problem with using of shortcodes

[Solved]

Foliovision › Forums › FV Player › Troubleshooting › Problem with using of shortcodes

  • Nancy 13 years, 11 months ago

    I’m having a couple of issues with the plugin.

    First if I try to add using the shortcode in the editor this is what’s inserted:

    FCKFVWPFlowplayerPlaceholder

    No video
    If I try to manually add the shortcode:
    [flowplayer src=http://www.hifisocialwebmarketing.com/wp-content/uploads/2011/05/facebookfeatures.mp4]

    Or even try to add the shortcode with a video folder that I created:
    [flowplayer src=facebookfeatures.mp4]

    I get a 200, Stream not found, NetStream.Play.StreamNotFound, clip: ‘[Clip]’http://www.hifisocialwebmarketing.com/wp-content/uploads/2011/05/facebookfeatures.mp4,code.”

Viewing 20 replies - 1 through 20 (of 20 total)
  • zdenka 14 years ago

    Hi Nancy,

    please try to check the post content in the source editor, you probably inserted the shortcode into the post with some hidden formatting or code which causes the error. The first shortcode should be fine.

    About your first problem. We do support the default wordpress editor, and we also support Foliopress WYSIWYG editor. Which editor do you use for editing your posts? It might happen that if ou use some other editor, the shortcodes are not inserted properly.

    Zdenka

    Nancy 14 years ago

    Thanks for your response.

    I’m using the default wordpress editor and will have to figure that out. I can just manually enter the shortcode in the meantime.

    The problem is solved. It seems that after publishing the post some extra code would get added, so I just needed to go back and delete the extra code and save again. Works great now.

    Also started using flowplayer with MaxCDN and is much faster for displaying video.

    Thanks again

    zdenka 14 years ago

    Hi Nancy,

    I’m glad to hear that!

    Thanks for the tip about MaxCDN.

    Zdenka

    Kyle 14 years ago

    I’m having a similar issue.

    None of my videos are working. The splash image displays. But when I click play, it gives me the same error…

    200, Stream not found, NetStream.Play.StreamNotFound, clip: ‘[Clip]’http://www.hifisocialwebmarketing.com/wp-content/uploads/2011/05/facebookfeatures.mp4,code.”

    The site is lethalrhythms.com

    Any help would be amazing!

    zdenka 14 years ago

    Hi Kyle,

    it seems there’s something in the shortcode that shouldn’t be there. Please switch your editor into html source code view and verify the shortcode, there might be some characters not visible in the WYSIWYG view. Alternatively try to copy the shortcode into the notepad or other pure text editor, and then back to to your post.
    Hope this helps.
    Zdenka

    Kyle 14 years ago

    That didn’t word for me.

    This is the code I’m using…

    [flowplayer src='http://lethalrhythms.com/wp-content/videos/Rabinowitz.m4v' splash=//cdn.foliovision.com/wp-content/uploads/2011/04/RabinowitzSplash.jpg splashend=show]

    I’ve used the same video on another site with this code and it has work fined. Any ideas?

    zdenka 14 years ago

    Hi Kyle,

    I have checked the above shortcode and it really looks fine. I was not able to play the video either. Is the video located on the same server as the webpage? Maybe try renaming the video with all letters lowercase – sometimes servers might have and issue with this (although we never experienced it with Flowplayer yet).
    You said that the same shortcode with exactly the same video worked on some other site?
    I am sorry I do not have a straight answer for this but the behaviour is weird and it is impossible to tell where’s problem without detailed debugging and checking the files on the server. I have not seen problem like this before.

    Zdenka

    Drew 14 years ago

    Is there a “long code” available? I could use an HTML embed code for my video to place in a popup plugin for my website… The shortcode isn’t getting recognized.

    How can I find out how to embed the video without using the shortcode?

    Thanks that would be awesome.

    Best Regards,

    Drew

    Drew 14 years ago

    Is there a “long code” available? I could use an HTML embed code for my video to place in a popup plugin for my website… The shortcode isn’t getting recognized.

    How can I find out how to embed the video without using the shortcode?

    Thanks that would be awesome.

    Best Regards,

    Drew

    zdenka 14 years ago

    Hi Drew,

    you might want to check out our FAQ section, for a question “How do I insert flowplayer object outside the post, for example to a sidebar?”

    Zdenka

    zdenka 14 years ago

    Hi Kyle,

    another user just had the same 200 error problem, and she discovered that her hosting was not supporting video streaming … it’s just an idea.

    Zdenka

    Drew 14 years ago

    Hi zdenka,

    This is just a touch out of my reach (in regards to using the recommended code).

    echo apply_filters(‘the_content’, ‘[flowplayer src=yourvideo.mp4 width=240 height=320]‘);

    Interestingly, I found that for my WP sidebar I did not need to use the above code but could use a shortcode as normal.

    But rather, I am interested in using it from within a plugin settings screen (WP Super Popup). The editor window calls for “plain HTML content.”

    Any possibility? Is it complicated to embed a flowplayer movie with HTML code like a youtube movie? I really don’t know. Thanks. :)

    Drew 14 years ago

    Hi zdenka,

    …Perhaps there is a way to use the code you mentioned and inject it into the plugin PHP file?

    This could be what you meant in the first place…

    Any help or suggestions would be awesome.

    Thank you

    Drew 14 years ago

    Hi, *bump*

    Just wondering how I actually apply this code somewhere (not sure what this is):

    echo apply_filters(‘the_content’, ‘[flowplayer src=yourvideo.mp4 width=240 height=320]‘);

    Thanks :)

    zdenka 14 years ago

    Hi Drew,

    I don’t know the wp super popup, but I would bet that there’s no way to insert FV Flowplayer into plain HTML content – you need shortcode parsing, php or javascript to run it.

    I am not entirely sure what you mean by inject it into the plugin PHP file, but if you mean this literally, that I wouldn’t do it, especially if you don’t know what you’re exactly doing.

    The code above simulates the filters that are being applied on normal posts and pages. This code can be inserted into your template php files, of course you have to place it into a php block <?php … ?>

    Sure you have to alternate that flowplayer shortcode part of it to fit your video settings.

    Zdenka

    Miguel 14 years ago

    I’m using version 3.1.2 of WordPress and version 1.2.12 of your plugin.

    The plugin is fine does exactly what I’m looking for.
    However the feature of use only the name of the file instead the full path, whith a video directory in html-public, isn’t working. It works fine with the full path, but when leaving it only with file name, doesn’t anymore.
    When working only with the filename I noticed that in the error message in the screen of the player, the 200 error, it shows a path that doesn’t include the videos directory, it looks for the file at main root.
    If this is a bug I guess it’s an easy one.
    Thanks for the plugin

    Miguel 14 years ago

    By the way I spent nearly half an hour looking for errors on the paths, because it didn’t want to work. Those paths are case sensitive. I had .mp4 on the path but my video file had .MP4, the same on splash picture, it had .jpg but picture file had .JPG. After change it started to work.

    zdenka 14 years ago

    Hi Miguel,

    we will definitely check the default paths, thanks for notifying us.

    The case sensitive issue can be server related, it depends on the configuration sometimes it is case sensitive, sometimes not.

    Zdenka

    Joerg 13 years ago

    Hello,

    I´m using your plugin with the foliopress-editor.
    The shortcode I used: [flowplayer src=http://www.lass-uns-fussball-spielen.de/wp-content/uploads/jfv.mp4]

    The video in my browser is playing the audio but not the video. The player has a white colour screen.

    What can I do or where is my mistake?

    zdenka 13 years ago

    Hello Joerg,

    this sounds to me like some problem with a codec. Try encoding your video using different codec. H264 should be fine, if you used some alternative one, or one less known the browser might not be able to play it.

    Zdenka

Viewing 20 replies - 1 through 20 (of 20 total)
Reply To: Problem with using of shortcodes



Please Sign in or Register to upload files.

Related Posts

  1. Flowplayer is not working within other shortcodes

    Flowplayer is not working within other shortcodes

  2. Video thumbnail is very small.

    Video thumbnail is very small.

  3. Image shortcodes not workin

    Image shortcodes not workin

Primary Sidebar

Sign in Register
FV Player Docs Post New Topic

Welcome

to Foliovision support forums! We'll be happy to provide free support to resolve all the reported bugs. You always can start by specifying your OS and browser and steps to reproduce the bug.

If you need help with the installation on your site, please submit a request for a Pro Support Incident. We'll have you up and running in no time, with detailed instructions on how to resolve your issue yourself in the future.

Facing a hard to solve WordPress problem? On a tight deadline?

Let us take care of it for you
right now.

Pro Support Buy FV Player

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2025 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie allow you to log in and download your software or post to forums.

We use the WordPress login cookie and the session cookie.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Support Cookies

Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.

We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.

Please enable Strictly Necessary Cookies first so that we can save your preferences!

3rd Party Cookies

This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.

Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.

Please enable Strictly Necessary Cookies first so that we can save your preferences!