|
|
|
|
|
|  | Webcast LIVE NOW! |
|
| |
|
|
|
|
|
|
1,240 users!! |
 |
|
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!
 136x70
 100x30
 90x15 |
 150x120
 150x30 |
 SermonAudio RSS/Podcast
 Member RSS/Podcast
|
|
 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. |
|


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. |
|


 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>
|
|


 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>
|
|
 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. |
|
 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".
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.
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!


|
|
|
|
|
|
 
|
 |
Today's Quote |
|
|
The greatness of a man's power is the measure of his surrender. ... William Booth |
|
|
|
|
SermonAudio.com is not an association, organization, or denomination. Ecclesiastical fellowship is not necessarily implied by becoming a broadcaster. SermonAudio.com is a privately-owned and operated site that seeks to promote the " Fundamentals of the Faith." Articles of Faith | About Us |
|
No One Accepts ChristW. J. Mencarow Reformation Presbyterian... Psalm 47 How many times have you heard something like this?...
|
|
|
|
Today's Text Features | »
|
Rev. Duncan Campbell Revival On The Isle Of Lewis Random Staff Pick »
|
|
|
Ralph Bouma Gospel Chapel Ministries Revelation 21:23
|
|
|
Tom Hill False Prophets 1 Samuel 2:12-17
|
|
|
Pastor James Mansfield Doctrine of Angels Part 2 of 2 Jude | Sunday - AM
|
|
|
 |
|