Saturday, November 22, 2008
» members, click to sign in
Live Webcast: OFF AIR 1 Day 3 Hrs 58 Mins
Start Here · Home
Upcoming Events
Newest Sermons ···
Our Broadcasters
Local Church Finder
Live Webcasts ···
Sermons by Bible
Sermons by Topic
Sermons by Speaker
Sermons by Date
Recommended Picks
Sermon Comments
Member Albums
Member Web Stores
Online Bible Search
Online Hymn Search
My Daily Reading ···

 
 
EASY-TO-USE COPY-AND-PASTE HTML CODE AND GRAPHICS

FREE BUTTONS & WEB CODE

Do you have a web site? Help promote SermonAudio.com with these free buttons! Simply click on the button graphic of your choice, then copy the HTML code from the text area below into your own web page. Nothing could be easier!
Code Window:



136x70


100x30


90x15

150x120


150x30

SermonAudio RSS/Podcast


Member RSS/Podcast
Code Window:



Use the above code button to drop in a fully-functional sermon browser from your SermonAudio account to your own website! Page and filter through all sermons in your library! Don't forget to replace the "MEMBERID" with the broadcaster's Member ID.

NEW! Direct links to stream and download the MP3 audio without going through SermonAudio are automatically presented in this format. Learn more about direct linking by clicking here.
Code Window:


Video Flash WidgetSermons Flash Widget
Picks Flash Widget
Options: 
 
 
  |  info
Use the above code button to insert a flash widget of your sermons, videos, or picks on your own website! To display the featured or latest sermon by a specific broadcaster, replace the "MEMBERID" with the broadcaster's Member ID. Optionally, add the width and height options.

TIP!  Use this flash widget to display the most recent sermons or videos on your site's front page and then use the sermon browser (above) to display your entire library of sermons.
Code Window:




Options: 
 
 
 
  |  info
Use the above code button to display the currently featured sermon or latest sermon preached from your SermonAudio homepage! To display the featured or latest sermon by a specific broadcaster, replace the "MEMBERID" with the broadcaster's Member ID.
Code Window:





Use the above code button to display the newest sermons on SermonAudio or from your church or from a specific speaker, or display sermons from a specific sermon series! Replace the MEMBERID, SPEAKERNAME, EVENTID, or SUBTITLE parameters as needed.
NEW! Adjust color the scheme to match your own site. CSS ID style tags used are: even-row, odd-row, sermonsub-style1, sermonsub-style2.
Usage:	<STYLE type=text/css>
	#even-row   {background-color:yellow;}
	#odd-row    {background-color:red;}
	#sermonlink {color:black;}
	</STYLE>
Code Window:





Use the above code button to display a random sampling of the my recommended picks sermon list on your own website! To display the recommended sermon picks by a specific broadcaster, replace the "MEMBERID" with the broadcaster's Member ID.
NEW! Adjust color the scheme to match your own site. CSS ID style tags used are: even-row, odd-row, recommended-style1, recommended-style2
Usage:	<STYLE type=text/css>
	#even-row   {background-color:yellow;}
	#odd-row    {background-color:red;}
	#sermonlink {color:black;}
	</STYLE>
Code Window:



Use the above code button to display the upcoming events & blogs from your SermonAudio homepage! Don't forget to replace the "MEMBERID" with the broadcaster's Member ID.
Use the above code button to display a sermon search box on your own website. To search only a specific broadcaster, replace the "MEMBERID" with the broadcaster's Member ID.
Also, you can specify a width parameter for further customization.
Code Window:


If you are a live webcaster, use the above code button to display your full live webcast info on your own site! All webcast info is updated automatically. When a LIVE webcast is in progress,... the entire box turns RED for maximum visibility! Be sure to replace the "MEMBERID" with your own Member ID.
If you are a live webcaster, you can use the above code button to display the live webcast button ONLY on your own site! When a LIVE webcast is in progress, the button automatically turns RED! Be sure to replace the "MEMBERID" with your own Member ID.

NEW! SOAP APIs & XML WEB SERVICES
Are you web developer or programmer and need more control over the data from your SermonAudio account or tighter integration with your website? We've made available SermonAudio SOAP APIs and basic XML web services! See details below..

SermonAudio SOAP API  | SOAP (Simple Object Access Protocol) is a standard protocol for exchanging XML-based messages over HTTP. Opening up SermonAudio via SOAP API's will allow programmers and web developers to extend the rich functionality of SermonAudio beyond the confines of the browser. Client applications can now access data on SermonAudio with dynamic, interactive controls. Web components can integrate SermonAudio sermons on to any third-party website with your own look-and-feel.

To access the SermonAudio SOAP API's, please refer to the following reference URL:

http://www.sermonaudio.com/soapapi
Some of the API's currently available include:
  • GetEventTypes - Returns a list of valid event categories.
  • GetLanguages - Returns a list of valid languages.
  • GetSeriesByMemberID - Returns all sermon series by Member ID.
  • GetSpeakersByKeyword - Returns all speakers by matching keywords.
  • GetSpeakersByMemberID - Returns all speakers by Member ID.
  • NewestSermonsByMemberID - Returns newest sermons by Member ID.
  • NewestSermonsBySpeaker - Returns newest sermons by speaker.
  • SermonList - Returns all sermons (title, speaker, etc) by Member ID.
  • SubmitSermon - Submits a sermon entry and returns the Sermon ID.
So for example, using the SubmitSermon API, a program could be written to submit multiple sermon entries to SermonAudio (in batch). Or using the SermonList API, a program could be written to retrieve the complete sermon listing for your church, and slice, dice, and search the data quickly in a client-side application.

The possibilities are endless!

Are you a web design company? Here's a tip. Developing an integrated solution with SermonAudio via the SOAP API provides a strong value-add for your web church clients. Your clients can enjoy all of the additional exposure on SermonAudio while still having their sermons tightly integrated into the design of their own standalone website.

Alternate Basic XML Web Service  | There is another way to access sermon data on SermonAudio and that is through our basic XML web service. The web services we provide are simple Web APIs that can be accessed over the Internet, and executed on a remote system hosting the requested services.

The XML that we provide contains the following elements:

  • Sermon ID - the SermonAudio unique identifier for the sermon.
  • Title - the title (long version) of the sermon.
  • SubTitle - the sermon's subtitle (optional).
  • Speaker - the full speaker name.
  • EventType - the event category of the sermon.
  • Date - the date preached field.
  • BibleText - the Bible reference for the sermon (optional).
  • PageViewCount - the number of pageviews for the sermon.
  • SALink - SermonAudio link to the sermon detail page.
  • MP3Duration - MP3 audio duration in minutes.
  • MP3Filesize - MP3 audio filesize in bytes.
  • MP3Bitrate - MP3 audio encoding bitrate in kbps.
  • MP3DownloadCount - MP3 audio download count.
  • MP3PlayLink - MP3 audio link to stream media.
  • MP3DownloadLink - MP3 audio link to download media.
  • VideoDuration - WMV video duration in minutes.
  • VideoFilesize - WMV video filesize in bytes.
  • VideoBitrate - WMV video encoding bitrate in kbps.
  • VideoDownloadCount - WMV video download count.
  • VideoPlayLink - WMV video link to stream media.
  • VideoDownloadLink - WMV video link to download media.
  • PDFDownloadCount - PDF text download count.
  • PDFPlayLink - PDF text link to view media.
  • PDFDownloadLink - PDF text link to download media.
Note: the stream and download media links provided are direct links to the media files themselves and therefore do not require any interaction with the SermonAudio site to access. More info..

Usage: use the following URL to access the XML feed. Be sure to replace the "MEMBERID" and "PASS" strings with your own Member ID and Password.
http://www.sermonaudio.com/xml_source.asp?sourceid=MEMBERID&password=PASS
Optional Fields:
  • category - ie: "speaker", "series"
  • item - ie: "Dr. Alan Cairns", or "Prayer Talk Series"
Example 1: To retrieve the XML sermon feed for a specific speaker in your church:
http://www.sermonaudio.com/xml_source.asp?
sourceid=MEMBERID&password=PASS&category=speaker&item=SPEAKERNAME
Example 2: To retrieve the XML sermon feed for a specific sermon series from your church:
http://www.sermonaudio.com/xml_source.asp?
sourceid=MEMBERID&password=PASS&category=series&item=SERIESSUBTITLE

DESKTOP WALLPAPER

Get cool SermonAudio.com desktop wallpapers for your computer! Choose from the growing list below and select the link to the appropriate size for your screen resolution. Internet Explorer and Netscape 4.x users then right-click on the image and select "Set as Wallpaper".

800x600 | 1024x768

800x600 | 1024x768

800x600 | 1024x768 | 1280x1024

800x600 | 1024x768 | 1280x1024
300x300 | Album Art for Zune | info..

Some MP3 players (like the Microsoft Zune)
can display album art when playing MP3s.
You can use this graphic with the MP3s
downloaded from SermonAudio if you wish.

SERMONAUDIO BROCHURE

We've produced a new, single-page brochure promoting some of the highlights of our services on SermonAudio. We have also made available a high-res (print-quality) version to download.
Click to view!

We would encourage you to distribute it freely to other churches or broadcasters you know who may not yet be aware of our services. Thank you!

View our PDF brochure
Download hi-res version (7MB)


Recommend our services with email instead!

HI-RES LOGO GRAPHIC

Do you want to print our logo on a sign or on a t-shirt? Here's a high-resolution graphic of our SermonAudio logo free for you to download! It is zipped in the BMP format (the second link is in the Adobe Illustrator vector-line-art format). Enjoy! And feel free to drop us a photo on how you're using the graphic!

Click to download!
Click to download!

Today's Quote We hated God without a cause, and He loved us without a cause. ... Alfred Peet
This Free Presbyterian MINI site is powered by SermonAudio.com. The Host Broadcaster for this site is Faith Free Presbyterian Church
Email: info@sermonaudio.com | Our Services | MP3 Tools • Best with Internet Explorer. Copyright © 2008 SermonAudio. Site Design: Animotion Studios