According to the developer of the jwPlayer it was necessary to implement the plugin as a filter to be able to support ‘.’ in tag attributes. Hence do_shortcode(..)
does not work but jwplayer_tag_callback(..)
will return the desired result.
Matching your example simply execute:
echo jwplayer_tag_callback('[jwplayer config="Out-of-the-Box" file="' . $urlbox[0] . '" image="http://www.mywebsite.com/myimage.jpg"]');
Related Posts:
- PHP Deprecated: Non-static method should not be called statically
- Error: call_user_func_array() expects parameter 1 to be a valid callback
- How do I fix the “sorry, you are not allowed to access this page” error I get on the “plugins > settings” links?
- Should messages in WP_Error already be html escaped?
- Adding Custom Fields for Img in Posts
- Shortcode display outside the div
- Pass $this to function nested in another public function of the same class
- Why am I sometimes getting a 404 error when I try to update a page with Elementor?
- shortcode doesn’t work
- WordPress shortcodes & performance
- Force plugin to fail activation
- Layout shop page: resize images and columns
- How to add inline css/js inside a shortcode
- Dashboard Disappears after Upgrade
- How extend shortcode default values for a plugin?
- How do you install the automattic developer plugin under localhost for mamp when there is an error, deprecated?
- Why Better WP security plugin returns 418 I’m a Teapot “error”?
- Shortcode in AJAX popup
- Looking for a solution – slightly convoluted problem
- WP theme with Backbone
- Shortcode doesn’t work if I directly paste its function in a template file?
- Can wp_localize_script be used within a shortcode?
- Custom CSS for plugin form
- Show history of post revisions on front end
- Shortcode based chart plugin
- Plugin shortcodes not working in custom theme
- Input with spaces in Shortcode attributes overwritten by defaults
- Snippets: is it better to add them in functions.php or make site-specific plugins?
- Can someone please tell me what is wrong with my plugin?
- Trouble with editing template for “List category posts” plugin
- WordPress Shortcode to get URL Parameters $_GET[‘name’] redirects for no reason at all
- WordPress function not being called from jQuery method
- creating html reusable blocks via shortcodes
- Single API call exposed via shortcode with params
- SEO Friendly URL on dynamic product page produced via shortcode
- Making sure that a plugin’s scripts and stylesheets are included for dynamicaly loaded content
- Insert content of a post into another
- Updated 4.3 Getting Error: Warning: call_user_func_array() expects parameter 1 to
- How to Create a shortcode to this php function
- Getting a “Warning: call_user_func_array()” error whenever I install/update a plugin
- Use $_GET inside a shortcode print empty Array
- after wordpress update to 3.5+ i get many errors in plugin wpdb::prepare()
- Render Modula Plugin Shortcode On Ajax Request
- WordPress error: Options page Setting_ not found in the allowed options list
- How to add a dvi tag to a shortcode then change a generated text using jQuery
- plugin shortcode not working on ajax request call
- Shortcode not getting replaced
- How to activate a plugin on the activation of a theme?
- IF condition based on wp_remote_get output
- shortcode not return any thing in Gutnburg
- Shortcode Attributes to Return different $_POST
- Why does this code snippet create a critical error on my site? [closed]
- Shortcode not working – quotes seems strange
- Get param from shortcode in plugin function
- Get Image Having the ID [closed]
- Add the_post_thumbnail_url to a shortcode in function.php
- Form Plugin for Api Requests which is used via Shortcode
- Echo out element to another page.
- WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version [closed]
- Adding a Tag Parameter / Filter to My Shortcode
- Filters on the_content with plugins, pages and shortcode
- Which is a better practice when writing shortcodes: pack lots of configuration parameters or just give an id?
- Help understanding dynamic endpoints based on where a shortcode is used
- Open_basedir errors – But setting basedir to none redults in 502 Bad Gateway
- Undefined offset: 0 in WordPress after latest version upgrade [closed]
- How do I use a plugin’s shortcode attribute value in another function?
- Make the product page as homepage WooCommerce
- Image path in childs theme
- PHP Error message Upload images to remote server
- Elementor contact form doesn’t work: “Oops! I cannot send this email!”
- Shortcode function not showing up on mobile browser
- Get Current Post ID in WP Loop For GiveWP
- Unable to activate themes on localhost
- Shortcode generated widget to appear on same line as heading text and button
- Page takes on two different formats
- How do I create a state of “don’t assign anything to variable” if WP_Error throws an error?
- Sanitize AROUND shortcode
- Get not the full path
- Sending post data over REST API, how to parse shortcodes in post_content?
- How to validate field when create post
- shortcode which is introduced into entry the blog, and appears in side bar
- Plugin Installation Error
- Plugin installation error in wordpress
- Space in WordPress Attribute Causing Problems
- Shortcode registered from a plugin not recognized
- Strange get_the_* behavior with php 5.4
- Why do I get this “peer’s certificate issuer not recognised” error when trying to install a theme?
- Fatal error with Ultimate Coupon plugin
- Embedding BitBucket Code in Posting
- Do shortcodes affect page indexing by search engines?
- do_shortcodes() isn’t working
- How to show in front End images using Visual Composer attach_images?
- Seo Problems in My meta Discription [closed]
- How can I send api calls from my plugin?
- Shortcode to do math with url variables
- How can I resolve an error on WordPress after PHP update
- How to get URL param for pagination in shortcode?
- Buffered output in chunks and shortcode – how do I achieve that?
- How can I add a zip code service availability checker in WordPress without Woocommerce? [closed]
- How can I disable a plugin in Health Check mode if there’s a critical error?