Abiding Radio Postcard

Click HERE to download high-resolution postcard images (includes front and back).

Postcard Front

Front

Postcard Back

Back

PowerPoint Slide

If your church would like to include Abiding Radio as part of its rolling slideshow, please feel free to download our PowerPoint slide HERE.

PowerPoint

PowerPoint

Abiding Radio Branding

When embedding Abiding Radio player code in your website, please use the logos and icons provided HERE.

Icon

Letterhead

Letterhead (used on a light background)

Banner

Banner

Logo

Logo (used on a dark background)

Promotional Video

Below is a two-minute promotional loop that can be embedded into slides or directly into a website. Download the 640×360 MP4 file here.

You are welcome to embed Abiding Radio music players into your website. We have provided the necessary code for both HTML and WordPress based websites below.

Insert this code just before the "/head" tag in your HTML file:

<script type="text/javascript" src="https://www.abidingradio.org/jwplayer/jwplayer.js"></script>
<script type="text/javascript" src="https://www.abidingradio.org/jwplayer/jwplayer.html5.js"></script>
<script type="text/javascript" src="https://www.abidingradio.org/jwplayer/swfobject.js"></script>
<script language="javascript" type="text/javascript" src="https://www.abidingradio.org/system/streaminfo.js"></script>

Instrumental Player

Insert this code where you would like the Instrumental player to appear. Change the player dimensions as desired.

<b>Abiding Radio - Instrumental</b>

<div id="instrumental">Abiding Radio - Instrumental</div>
<script type='text/javascript'>
	jwplayer('instrumental').setup({
	'author': 'Abiding Radio - Instrumental',
	'description': 'Instrumental',
	'file': 'https://www.abidingradio.org/radio/instrumental',
	'type': 'mp3',
	'provider': 'sound',
	'autostart': 'false',
  	'width': '340',
  	'height': '35'
  	});
</script>

This code will display the currently playing artist and track. Typically you’ll want to insert this just below Instrumental player code.

<a id="cc_strinfo_song_instrumental" class="cc_streaminfo"></a>Loading ...

Sacred Player

Insert this code where you would like the Sacred player to appear. Change the player dimensions as desired.

<b>Abiding Radio - Sacred</b>

<div id="sacred">Abiding Radio - Sacred</div>
<script type='text/javascript'>
	jwplayer('sacred').setup({
	'author': 'Abiding Radio - Sacred',
	'description': 'Sacred',
	'file': 'https://www.abidingradio.org/radio/sacred',
	'type': 'mp3',
	'provider': 'sound',
	'autostart': 'false',
  	'width': '340',
  	'height': '35'
  	});
</script>

This code will display the currently playing artist and track. Typically you’ll want to insert this just below Sacred player code.

<a id="cc_strinfo_song_sacred" class="cc_streaminfo"></a>Loading ...

Kids Player

Insert this code where you would like the Kids player to appear. Change the player dimensions as desired.

<b>Abiding Radio - Kids</b>

<div id="kids">Abiding Radio - Kids</div>
<script type='text/javascript'>
	jwplayer('kids').setup({
	'author': 'Abiding Radio - Kids',
	'description': 'Kids',
	'file': 'https://www.abidingradio.org/radio/kids',
	'type': 'mp3',
	'provider': 'sound',
	'autostart': 'false',
  	'width': '340',
  	'height': '35'
  	});
</script>

This code will display the currently playing artist and track. Typically you’ll want to insert this just below Kids player code.

<a id="cc_strinfo_song_kids" class="cc_streaminfo"></a>Loading ...

Seasonal Player

Insert this code where you would like the Seasonal player to appear. Change the player dimensions as desired.

<b>Abiding Radio - Seasonal</b>

<div id="seasonal">Abiding Radio - Seasonal</div>
<script type='text/javascript'>
	jwplayer('seasonal').setup({
	'author': 'Abiding Radio - Seasonal',
	'description': 'Seasonal',
	'file': 'https://www.abidingradio.org/radio/seasonal',
	'type': 'mp3',
	'provider': 'sound',
	'autostart': 'false',
  	'width': '340',
  	'height': '35'
  	});
</script>

This code will display the currently playing artist and track. Typically you’ll want to insert this just below Seasonal player code.

<a id="cc_strinfo_song_seasonal" class="cc_streaminfo"></a>Loading ...

Bluegrass Hymns Player

Insert this code where you would like the Bluegrass Hymns player to appear. Change the player dimensions as desired.

<b>Abiding Radio - Bluegrass Hymns</b>

<div id="bluegrass">Abiding Radio - Bluegrass Hymns</div>
<script type='text/javascript'>
	jwplayer('bluegrass').setup({
	'author': 'Abiding Radio - Bluegrass Hymns',
	'description': 'Bluegrass',
	'file': 'https://www.abidingradio.org/radio/bluegrass',
	'type': 'mp3',
	'provider': 'sound',
	'autostart': 'false',
  	'width': '340',
  	'height': '35'
  	});
</script>

This code will display the currently playing artist and track. Typically you’ll want to insert this just below Bluegrass Hymns player code.

<a id="cc_strinfo_song_bluegrass" class="cc_streaminfo"></a>Loading ...

If you have a WordPress based website, insert this code at the top of your player page with the WordPress TEXT editor (not the Visual editor). This code will insert an HTML5 compatible audio player which can also be played on Apple iOS devices.

<script language="javascript" type="text/javascript" src="https://www.abidingradio.org/system/streaminfo.js"></script>

Instrumental Player

Insert this code where you would like the Instrumental player to appear. Change the player dimensions as desired.

<audio class="audioplayer" src="https://www.abidingradio.org/radio/instrumental" controls="controls"></audio>

This code will display the currently playing artist and track. Typically you’ll want to insert this just below Instrumental player code.

<a id="cc_strinfo_song_instrumental" class="cc_streaminfo"></a>Loading ...

Sacred Player

Insert this code where you would like the Sacred player to appear. Change the player dimensions as desired.

<audio class="audioplayer" src="https://www.abidingradio.org/radio/sacred" controls="controls"></audio>

This code will display the currently playing artist and track. Typically you’ll want to insert this just below Sacred player code.

<a id="cc_strinfo_song_sacred" class="cc_streaminfo"></a>Loading ...

Kids Player

Insert this code where you would like the Kids player to appear. Change the player dimensions as desired.

<audio class="audioplayer" src="https://www.abidingradio.org/radio/kids" controls="controls"></audio>

This code will display the currently playing artist and track. Typically you’ll want to insert this just below Kids player code.

<a id="cc_strinfo_song_kids" class="cc_streaminfo"></a>Loading ...

Seasonal Player

Insert this code where you would like the Seasonal player to appear. Change the player dimensions as desired.

<audio class="audioplayer" src="https://www.abidingradio.org/radio/seasonal" controls="controls"></audio>

This code will display the currently playing artist and track. Typically you’ll want to insert this just below Seasonal player code.

<a id="cc_strinfo_song_seasonal" class="cc_streaminfo"></a>Loading ...

Bluegrass Hymns Player

Insert this code where you would like the Bluegrass Hymns player to appear. Change the player dimensions as desired.

<audio class="audioplayer" src="https://www.abidingradio.org/radio/bluegrass" controls="controls"></audio>

This code will display the currently playing artist and track. Typically you’ll want to insert this just below Bluegrass Hymns player code.

<a id="cc_strinfo_song_bluegrass" class="cc_streaminfo"></a>Loading ...