Apps by Arlomedia

BandHelper => Repertoire Help => Topic started by: rollercoaster on January 14, 2016, 12:09:46 AM

Title: Website / wordpress integration for Setlists
Post by: rollercoaster on January 14, 2016, 12:09:46 AM
Hi - great application - I've converted most of the band to it... 60-70 high end functions a year.  It's made a huge difference to gigs.  So thank you!

QUESTION:  The setlists for the band are often moving forward - I create new ones based on a 'template'.  I would like this to be viewable by clients on my website - i.e.. on my band website 'Songlist' page, there would be a feed, or live link to the actual setlist we use (on Bandkeeper).  I don't want to have to export new setlist to PDF's or jpegs, as it is more time intensive.  The best example, is the diary page, which I link to the Google Calendar feed.

Is this possible, or are there any plans to make it so?

Many thanks,
Alistair.
www.rollercoasterband.co.uk
Title: Re: Website / wordpress integration for Setlists
Post by: arlo on January 14, 2016, 09:15:20 AM
All right, I'm glad you like BandHelper.

I was thinking of adding a set list feed feature similar to the calendar feed I added recently (http://forum.arlomedia.com/index.php/topic,1146.0.html). I was planning to wait and get some more feedback on the calendar feed before extending that idea to set lists. I'll post back here whenever I end up adding a set list feed.
Title: Re: Website / wordpress integration for Setlists
Post by: Teddy on January 28, 2017, 08:30:44 PM
Our band would use this feature also Arlo.

We love to give our fans the option of looking on our website from their cell phones, during a performance, and allowing them to request songs they want to hear.  This feature can be a tool to generate tips also.  Our band is constantly adding, and rehearsing, new songs in BandHelper and it would be an awesome feature to be able to share our progress with our fans automatically in this way.  There are many songs that we perform, but our fans are unaware of them.  This would add an element of interaction that we currently don't have.


Title: Re: Website / wordpress integration for Setlists
Post by: arlo on February 03, 2020, 11:26:59 PM
Yesterday's release adds a set list widget that you can use to embed one or more set lists or smart lists into your website. Details are in the second section on this page:

http://www.bandhelper.com/tutorials/sharing_set_lists.html

All yesterday's changes are listed here:

http://www.bandhelper.com/support/release_notes.html
Title: Re: Website / wordpress integration for Setlists
Post by: Kevin on February 04, 2020, 03:34:51 PM
Wow Arlo, that looks awesome. Thanks for adding that capability to the app.
Title: Re: Website / wordpress integration for Setlists
Post by: lehik on February 06, 2020, 11:07:19 AM
Great feature, thank you.

When I was reading the documentation I immediately started to wonder if the list comes as "fixed" HTML or if there would be any chance of fetching just the data and do the presentation myself...and there is! It's awesome that you also provide the data in JSON format. I'm pretty sure I'll find some usage for it sooner or later. Thumbs up.
Title: Re: Website / wordpress integration for Setlists
Post by: matthew_ on May 08, 2020, 10:05:00 AM
Wordpress does not seem to like javascript copied into pages, and I can probably hack it in there, but I was wondering if there is a simple way to add the setlist widget to a page that I am missing. Is a plugin the best option?

Thanks!!
Title: Re: Website / wordpress integration for Setlists
Post by: arlo on May 08, 2020, 07:08:23 PM
The two options are to embed the widget (which is a JavaScript file reference) or write your own code to connect to the JSON feed and present the data. You could do the latter with client-side or server-side code, so that might be a better option.