Add the Follow Button to your website
To build your Follow Button and embed it on your website, head to the Marketing Tools section of the Bandsintown for Artists dashboard and click Follow Button.
From the customization options, choose the size, label, font, colors, and language of for your follow button. Once you're happy with the look and feel of your new button, hit Copy Code and head to your website.
<iframe src="https://www.bandsintown.com/artist/id_2619661/track_button?size=small&display_tracker_count=true&text_color=%23FFFFFF&background_color=%2300B4B3&hover_color=%2300908f" height="50" width="300" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowtransparency="true" ></iframe>
Paste the code anywhere you'd like to display the Follow button.
PRO TIP: To get the most out of the Follow Button, the following areas of your website are most effective:
Header or footer with other social media icons
Above or below your list of event dates
Additional customizations
Copy this snippet of code in a text editor application.
<iframe src="https://www.bandsintown.com/artist/your_artist/track_button?size=small&display_tracker_count=true&text_color=%23FFFFFF&background_color=%2300B4B3&hover_color=%2300908f" height="50" width="300" scrolling="no" frameborder="0" style="border:none; overflow:hidden;" allowtransparency="true" ></iframe>
First, replace "your_artist" with your artist ID (prefixed with "id_"). You can find your artist ID in the URL of your Bandsintown artist page after bandsintown.com/a/.
Size
Choose to display a small or a large Follow button. If you prefer a large one, replace size=small by size=large and height="25" by height="32". If you prefer a small one, leave the code as-is.
Follower count
Choose whether or not to display your Bandsintown follower count. If you want to hide the follower count, replace display_tracker_count=true by display_tracker_count=false. If you want to show it, leave the code as-is.
Color
To customize the text color, modify text_color=%23FFFFFF to your preferred color (color name or color code). To customize the background color, modify background_color=%2300B4B3 to your preferred color (color name or color code).
Create your own Follow Button
Copy the code below, replace YOUR_ARTIST with your artist name, and replace YOUR_IMAGE_URL by the image file of a Bandsintown logo or another image of your preference to fit your website's style.
<a href="http://www.bandsintown.com/track/YOUR_ARTIST"><img src="YOUR_IMAGE_URL" alt="Follow YOUR_ARTIST on Bandsintown"></a>
โ