 | | Thanksgiving Season |
|
|
|
|
|
|
|
|
|  | 1 Day 1 Hour |
|
| |
|
|
|
| SermonAudio Notice | More.. Reaching Your Community! The easiest way to direct-mail at least 10,000 copies of the Gospel of John to homes directly surrounding your church with your church's own information printed inside. .. click for more info!
|
|
|
|
|
|
|
1,719 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
 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. |
|

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

FEATURED SERMON WIDGET


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

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

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

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

NEWEST BLOG ENTRY
 Use this code to simply display the newest blog entry on your own website. 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 |
|
|
If your treasure is on earth, you are going from it. ... Anonymous |
|
|
|
|
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 |
|
Jeff Arthur Fret Not Because of Evil Doers Elizabeth Baptist Church |
|
|
| Support this site by visiting these |
 | text-features. Get listed! |
Dr. Steve Hereford Ephesians Changed By Grace
|
|
|
Warren Sprouse Biblical Counseling Series Bible Baptist Church
|
|
|
Rev. Rodney Kleyn Lord's Day Covenant Of Grace...
|
|
|
 Advertise Here Advertise your own ministry or business. Learn more..
|
|
|
|
|