Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi hollandlinguistic the following is an example from the official website plugin.

    Wrapping Text Around the Audio Player

    If you want to wrap some text around the audio player then use the following in the “Text” view of the post/page editor:

    <p style=”display: inline”>My Audio: </p>[sc_embed_player fileurl=”http://www.example.com/my-music/mysong.mp3″%5D

    Alternatively, use the following in the “Text” view of the post/page editor (wrap the audio player shortcode in another CSS class with float):

    Some example text
    <div style=”float: left;”>
    [sc_embed_player fileurl=”http://www.example.com/my-music/mysong.mp3″%5D
    </div>

    That should give you some insight on wrapping text.

    If the above does not help you much can you share the URL with the audio files.

    Kind regards

    My same issue is “resolved”.
    I tried mbrsolution’s 1st option above (same as hollandlinguistic) which didn’t work.
    However, the 2nd option (<div style=”float: left;”> etc) worked OK. I had words following the Play button, so I had to close the css class before the ending text. Plus a couple of non-breaking spaces to keep it all visually attractive. Thanks!!!

    Here is my piece, with non-code in bold:
    <div style=”float: left;”>Or you could  [sc_embed_player fileurl=”http://www.robbsplace.net/audio/nana.mp3″%5D</div> &nbsp; na-na-na-na…
    And the page it comes from:
    http://www.robbsplace.net/blogg/2014/10/12/ob-la-di-ob-la-da/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘play button flush with text’ is closed to new replies.