Kind of confusing question, but I think you want:
[mp3-jplayer tracks="'.implode(', ', get_post_meta($post->ID, 'mp3', false)).'"]
Assuming you get a array of meta key values this will join the into a comma-separated string
Related Posts:
- Shortcode for Custom Field of Media Attachment (to use with Featured Images)
- Remove Dimension from wp_get_attachment_image
- Change behavior of “Insert into Post” based on attachment metadata
- How can I append custom data to images in the editor?
- How can I remove fields in the attachment editor?
- Add new “Insert Into Post” button with another function
- Saving Custom Field in Attachment Window in WordPress 3.5
- Add multiple images to a page sidebar
- How to set a default meta value for custom field
- Call a custom field in an audio shortcode?
- Add custom field to image editor
- How to save custom fields for attachments
- Display info from custom fields in all images’ HTML
- wp_editor in add_meta_boxes does not show gallery
- copy attachments to another post type and change attachment url
- ajax delete value from custom field array
- Save attachment custom fields on front end
- Custom field for default gallery
- Execute/Parse Shortcode in Native WordPress Custom Field Value Field
- Insert attachment ID in custom field from media uploader
- Audio player shortcode not showing up when using variable
- How can I store a file in the database in the same way WordPress and ACF do?
- Create WordPress shortcode with php code inside
- Display WP-Types custom fields in post [closed]
- Getting the ID of any image for use in functions.php
- Validate data on attachment_fields_to_save
- How do i save and retrieve custom attachment meta?
- Custom field not updating when value is empty
- Should custom meta boxes be able to output shortcodes the same as WordPress’ native post editor?
- Shortcode To Display Post Custom Field Value Inside Excerpt
- how to upload a image from frontend with wp_insert_post and also update_post_meta?
- modify wordpress caption shortcode
- How to create a shortcode to print specific values stored in a post meta array?
- Insert a custom field into a shortcode and use it in post(s)
- Custom wysiwyg editor doesn’t execute shortcodes?
- Custom Field 101
- shortcode in a custom metabox
- Can data from a Custom Field data be used by a shortcode on a per page/post basis?
- Shortcode To Display Post Custom Field Value in Post Title, Post Content
- custom field (video/audio url) and embed functionality
- Link FROM attachment to full post and get custom fields values on attachment page?
- IF Custom field value equals ZERO
- Attach images to posts using custom fields (just paths to images already uploaded)
- Display MP3 as media using an URL from a custom field
- Using a custom field inside a shortocde
- Show custom field on attachment page?
- Enable a short code in the custom meta field
- do_shortcode close
- Save attachment ID instead of URL in custom field
- Plugin or shortcode for ISBN number?
- How to pass custom field value to shortcode?
- Replacing custom field with shortcode
- Custom field in media library not saving, selected() function not adding “selected” to select list input type
- how can i show WordPress custom field data to my short code?
- Search fails when using the radio buttons
- Create Shortcode shows only posts with custom_field meta
- How to delete attachments associated with custom field type when post property changes? [closed]
- Output Custom Field value to shortcode
- PHP and Shortcode Combination
- Stop truncation of shortcodes in custom text fields?
- Retrieving Advanced Custom Field within Shortcode Function [closed]
- Using ACF Custom Field value in a URL with do_shortcode() [closed]
- Media Attachment Custom Meta Fields not saving in Media Uploader when using jQuery UI Autocomplete
- Running a Gallery Shortcode in a Custom Fields Widget
- Adding thumbnails for non-image attachments
- Custom field in a shortcode?
- Display meta data from a custom field within plugin Category Grid View Gallery
- Insert wp gallery shortcode into custom textarea
- Displaying shortcode content inside custom field without images
- Parse Shortcodes in Theme’s Custom Field?
- Insert shortcode before and after a list automatically
- How can I attach files without using a plugin?
- Retrieving custom field as shortcode
- Custom fields doesnt work well with any postTAB plugin
- How to include custom field in shortcode (do_shortcode) in theme file
- Shortcode not picking up custom field
- get_the_ID() retrieves same ID on Gutenberg’s Query Loop
- WordPress Admin – Automatically Sort Custom Posts by Custom Field Date Value in d-m-Y Fomat
- Very large list of options for BuddyPress profile fields
- How do I display an article using a WordPress custom field?
- Custom Fields not working properly
- Delete a custom field in mysql for all posts with specific category id
- Custom user registration fields in user_register hook
- Weird custom fields data lost
- Unable to change checkout placeholder text
- Store comment form custom field in custom database
- update a custom field with the value of another existing custom field
- How to I change the value of a custom field on the home page?
- Line break description wordpress
- Allow HTML in Custom Metabox area
- Custom Fields Not Showing (ACF not installed)
- Custom Field URL + description
- Why does my numeric meta query work only on one meta key and not the other?
- Show Custom field value instead of title in WP Menu
- How to save multiple custom user profile fields using repeater JQuery
- Query to sort a list by meta key first (if it exists), and show remaining posts without meta key ordered by title
- How to make menu country specific?
- SQL query to change the value of a Custom Field
- Hiding Dropdown Fields
- Is there a way to determine which user changed a custom field (and when)?