This adds a Download button to media player in Wordpress. If you want it all in one line, use the recommended styles below.
Changes from original: remove paragraph tags, add classes to button, remove inline styles, remove anchor tag. Make more semantic & editable. Include CSS for all-in-one-line display.
Recommended CSS for the bar/Download button on the same line: .wp-audio-shortcode { max-width: 79%; float: left; } a.downloadBtn { margin-top: 2px; margin-left: 10px;
/Optional button styling if not bootstrap site/ background-color: white; padding: 8px 10px; border-radius: 4px; border: 1px solid #333; color: #333; text-decoration: none; }