Forums

[Plugin: Streampad Audio Player] Needs better documentation on how to set up (9 posts)

  1. worldview
    Member
    Posted 6 months ago #

    I downloaded and activated and in the Settings I only see a window that shows a button for sync and to add, update, or delete existing mp3s

    I do not see anywhere where one can configure the player itself.

    I have wasted an hour on this an will move on.

    http://wordpress.org/extend/plugins/streampad/

  2. glenncvance
    Member
    Posted 6 months ago #

    I have to agree. How do you put it into your blog? Can you put it in a sidebar? It's not a widget since it doesn't show up in the widgets section.

    How the hell does this thing work? And how does it have 5 stars on the plugins page?

  3. dankantor
    Member
    Posted 5 months ago #

    Streampad is not exactly a widget. It does not go in a sidebar, only sits at the bottom of the page.

    To add music, just create a link in your post that includes '.mp3'. Streampad will pick that up and play it.

    Hope that helps.

  4. jwurster
    Member
    Posted 3 months ago #

    I just installed and have the same problem. It does not sit at the bottom of the page as it does on your web site. I added a track to an mp3 file I uploaded and was hoping/expecting it would appear in your player. But no show.

    It looks like your plugin would be useful, if only it would work. I must be missing something in your instructions. Look at my site http://sustainabledelco.org and let me know what I did wrong.

  5. bobegods
    Member
    Posted 3 months ago #

    Streampad is freaking awesome. I wish it had more features; like automatic play and a random feature - but this works for now.

    Does anyone know if the updated versions will have these features.

  6. Ramono-rawr
    Member
    Posted 2 months ago #

    im having the same probs as almost all of you guys.
    i want a music player - but streampad doesn't work for me.

    for me, it shows the song and i have no problem uploading. but it doesnt play...

    anywayy.
    heyy.. jwurster. i saw your site.
    can u please tell me what media player you use?

  7. kosmar
    Member
    Posted 1 month ago #

    most interesting: how and where can i replace streampad’s affiliatelinks with my own?

  8. sugarcollective
    Member
    Posted 1 month ago #

    to edit the player, you can open up the plugin folder, and open up streampad.php.

    around line 66 is a line that starts with s.src = and ends in a url. you can add options to the end of the url.

    Here is the api that explains it (just one page, dont worry)
    http://www.streampad.com/embed-api

    I changed the colors on mine so it looks like this now:

    s.src = 'http://o.aolcdn.com/art/merge/?f=/_media/sp/sp-player.js&f=/_media/sp/sp-player-wordpressorg.js&expsec=86400&ver=9&trackcolor=ffffff&bgcolor=ff5a3f';

    @bobegods, you can make it autoplay, check the api link.

    @kosmar, that is a really good idea! you could download the source from here:

    http://o.aolcdn.com/art/merge?f=/_media/sp/sp-player.js

    Than copy it to your local directory, and replace the amazon link with your own. Did a quick search and it looks like this:

    if (streampadPlayer.vars.currentSongVO.album != null) {
    				amazon.setAttribute('href', 'http://www.amazon.com/s/ref=nb_ss_gw_2_10?url=search-alias%3Dpopular&field-keywords='+streampadPlayer.vars.currentSongVO.artist+'%20'+streampadPlayer.vars.currentSongVO.album+'&tag=streampad-20');
    				amazon.style.display = 'block';

    I dont know javascript very well at all but it seems like it would be easy. Code says its gpl and copyright aol? Would be an awesome fork thou.

  9. martinavive
    Member
    Posted 4 weeks ago #

    Hi

    Which file do we edit to insert the auto play code which from the api page reads (autoplay=true).

    how and where do i put this code in please?

    Thanks

Reply

You must log in to post.

About this Topic