Title: [Plugin: Simple Fields] audio plug ins
Last modified: August 19, 2016

---

# [Plugin: Simple Fields] audio plug ins

 *  [peter213](https://wordpress.org/support/users/peter213/)
 * (@peter213)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-simple-fields-audio-plug-ins/)
 * Pär, awesome plug in. quick question.
    I am using a custom textarea via simple
   fields and placing an mp3 in a plugins short code. [http://wpaudioplayer.com/](http://wpaudioplayer.com/)
   when published it just shows the link and not the audio player. is this possible
   to do? or do plug ins not always work together happily? thanks
 * Peter
 * [http://wordpress.org/extend/plugins/simple-fields/](http://wordpress.org/extend/plugins/simple-fields/)

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

 *  Plugin Contributor [Pär Thernström](https://wordpress.org/support/users/eskapism/)
 * (@eskapism)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-simple-fields-audio-plug-ins/#post-1792250)
 * Hm, not sure I understand. Can you explain further, and perhaps give a link to
   a page where it doesn’t work?
 *  Thread Starter [peter213](https://wordpress.org/support/users/peter213/)
 * (@peter213)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-simple-fields-audio-plug-ins/#post-1792254)
 * Pär
    I can show you but I suspect it the audio plug-in itself that is the culprit
   and not simple fields.
 * And to explain better, when i place [audio http//www.mysite.com/public_enemy.
   mp3 | Night of the Living Baseheads] in a simple field’s generated text area 
   the WP Audio player does not appear, just the string of text. But again, I suspect
   it is WP Audio.
 * P
 *  Plugin Contributor [Pär Thernström](https://wordpress.org/support/users/eskapism/)
 * (@eskapism)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-simple-fields-audio-plug-ins/#post-1792284)
 * How do you show that field on the site? How does the PHP-code look like?
 * You may have to do something like this:
 * <?php
    $content = …get text content from simple fields text….; $content = apply_filters(‘
   the_content’, $content); $content = str_replace(‘]]>’, ‘]]>’, $content); echo
   $content; ?>
 * That will make sure that shortcodes etc. works with the text you get from simple
   fields.
 * Let me know if you understand this or need further assistance 🙂
 *  Thread Starter [peter213](https://wordpress.org/support/users/peter213/)
 * (@peter213)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-simple-fields-audio-plug-ins/#post-1792290)
 * thanks Pär, looking into it right now.
    p

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

The topic ‘[Plugin: Simple Fields] audio plug ins’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-fields_fafafa.svg)
 * [Simple Fields](https://wordpress.org/plugins/simple-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-fields/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [peter213](https://wordpress.org/support/users/peter213/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-simple-fields-audio-plug-ins/#post-1792290)
 * Status: not resolved