
2,913 active users! |
|

|
|
EASY-TO-USE COPY-AND-PASTE HTML CODE AND GRAPHICS |
|
|
FREE BUTTONS & GRAPHICS
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!

SERMON BROWSER
|
Copy and paste a fully-functional sermon browser from your SermonAudio account to your own website! Page and filter and search through all sermons in your library!
|
|

FEATURED SERMON WIDGET
Copy and paste the currently featured sermon or latest sermon preached from your SermonAudio homepage! Simply go to any sermon page and click on the Email & Share button there and you'll see all available options to customize the embed content!

|
|

FLASH WIDGET
Copy and paste a flash widget of your sermons, videos, or picks on your own website!
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.
|
|

NEWEST SERMONS



 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! Change the sorting order of the list by changing the "orderby" value to either: LASTPLAYED, ASC, DESC, or simply leave it empty to show a random selection.
|
|

RECOMMENDED PICKS



 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! Change the sorting order of the list by changing the "orderby" value to either: DATEADDED, DATE, LASTPLAYED, or simply leave it empty to show a random selection.
|
|

CALENDAR & SEARCH BOX
 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. |
|

LIVE WEBCAST BUTTON

NEWEST BLOG ENTRY
 Use this code (click the above graphic) to simply display the newest blog entry on your own website. Be sure to replace the "MEMBERID" with your own Member ID.
TIP! Look for the orange XML|PODCAST button on any of your blog pages to quickly copy the ready-to-use HTML code without any modification! |
|

SPURGEON'S DAILY DEVOTIONAL
 Use this code (click the above graphic) to display the current Spurgeon's Daily Devotional (Morning & Evening) on your own website. It's quick. It's easy. And it provides fresh content twice daily to your site! |
|

PHOTO ALBUMS INTEGRATION
 Use this code to simply integrate your SermonAudio photo albums on to your own website. Be sure to replace the "MEMBERID" with your own Member ID. And optionally, replace the "ALBUMID" with an individual Album ID to display only a single album.
TIP! Look for the orange XML|PODCAST button on any of your album pages to quickly copy the ready-to-use HTML code without any modification! |
|
|
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.
Please note. There is a standard $1 charge for every sermon submitted via this API. But for those churches needing to submit a backlog of sermons in batch, we hope this will provide that extra flexibility and convenience.
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 - MP4 video duration in minutes.
- VideoFilesize - MP4 video filesize in bytes.
- VideoBitrate - MP4 video encoding bitrate in kbps.
- VideoDownloadCount - MP4 video download count.
- VideoPlayLink - MP4 video link to stream media.
- VideoDownloadLink - MP4 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".
SERMONAUDIO BROCHURE
| SermonAudio Feature Summary | Revision 3 |
|
|
If you live in the USA and would like to receive our free brochure in the mail, please drop us an email and we'll mail one out to you ASAP. |
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!



|
|

|

|