Sermon Browser

Sermon Browser

Wordpress plugin

Install on Wordpress

App Details

The Sermon Browser WordPress Plugin allows churches to simply upload sermons to their website, where they can be searched, listened to, and downloaded. It is easy to use with comprehensive help and tutorials, and is used on hundreds of church websites. You can view working demos at Bethel Evangelical Church, or the Evangelical Movement of Wales. Features include:

  1. Store thousands of sermons, and search them by topic, preacher, bible passage or date.
  2. Full podcasting capabilities, including custom podcasts for individual users.
  3. Sermons uploaded in mp3 format can be played directly on your website using the WordPress 3.6 built-in player or your choice of WordPress MP3 plugins.
  4. Three optional sidebar widgets can display sermons on all of your posts or pages.
  5. Embed videos and other flash files from sites such as YouTube or Vimeo, using either HTML code provided by those sites, or shortcode providing by a WordPress plugin.
  6. Other file types can also be uploaded, including PDF, Powerpoint, Word, text and RTF. Multiple files can be attached to single sermons.
  7. The full Bible text of the passage being preached on can be included on each sermon page (eight English-language versions including ESV and NET, plus Spanish, Russian and Romanian).
  8. Files can be uploaded to your own site through the browser or via FTP. Alternatively you can use free audio hosting sites.
  9. Details about each sermon can be added automatically from the MP3’s ID3 tags.
  10. Powerful templating function allows complete customisation to complement the look of your site.
  11. Simple statistics show how often each sermon has been listened to.
  12. Support for multisite.
  13. Extensive help and tutorial screencasts.
  14. Active community support fourm.
  15. Translated into Brazilian Portugese, German, Hindi, Italian, Romanian, Russian, Spanish, Ukrainian and Welsh.

Translations provided by

Customisation

Sermon Browser works out of the box, but if you wish, you can customise it to fit in with your own theme, and to display or hide whatever information you choose. If you want to create an extra page on your site that just shows a few sermons (for example, just the sermons preached at a recent conference), use shortcodes. If you want to customise how Sermon Browser appears throughout your site, use template tags (scroll down for more info), or the built-in CSS editor.

Shortcodes

Shortcodes allow you to put individual sermons or lists of sermons on any page or post of your website. A simple shortcode looks like this: [sermons id=52], though you can combine parameters like this: [sermons filter=none preacher=3 series=7]. The list below gives examples of shortcode uses. A pipe character | means ‘or’. So [sermons id=52|latest] means you would either write [sermons id=52], or [sermons id=latest].

[sermons id=52|latest]

Displays a single sermon page corresponding to the ID of the sermon (you can see a list of sermon IDs by looking on the Sermons page in admin). You can also use the special value of latest which displays the most recent sermon.

[sermons filter=dropdown|oneclick|none]

Specifies which filter to display with a sermon list.

[sermons filterhide=show|hide]

Specifies whether the filter should be shown or hidden by default.

[sermons preacher=6]

Displays a list of sermons preached by one preacher (you can see a list of preacher IDs by looking on the Preachers page in admin).

[sermons series=11]

Displays a list of sermons in particular series (you can see a list of series IDs by looking on the Series & Services page in admin).

[sermons service=2]

Displays a list of sermons preached at a particular service (you can see a list of service IDs by looking on the Series & Services page in admin).

[sermons book=”1 John”]

Displays a list of sermons on a particular Bible book. The book name should be written out in full, and if it includes spaces, should be surrounded by quotes.

[sermons tag=hope]

Displays a list of sermons matching a particular tag.

[sermons limit=5]

Sets the maximum number of sermons to be displayed.

[sermons dir=asc|desc]

Sets the sort order to ascending or descending.

Template Tags

If you want to change the output of Sermon Browser, you’ll need to edit the templates. You’ll need to understand the basics of HTML and CSS, and to know the special SermonBrowser template tags. There are two templates, one (called the results page) is used to produce the search results on the main sermons page. The other template (called the sermon page) is used to produce the page for single sermon. Most tags can be used in both templates, but some are specific.

Results Page Only

  • [filters_form] – The search form which allows filtering by preacher, series, date, etc.
  • [sermons_count] – The number of sermons which match the current search critera.
  • [sermons_loop][/sermons_loop] – These two tags should be placed around the output for one sermon. (That is all of the tags that return data about sermons should come between these two tags.)
  • [first_passage] – The main bible passage for this sermon
  • [previous_page] – Displays the link to the previous page of search results (if needed)
  • [next_page] – Displays the link to the next page of search results (if needed)
  • [podcast] – Link to the podcast of all sermons
  • [podcast_for_search] – Link to the podcast of sermons that match the current search
  • [itunes_podcast] – iTunes (itpc://) link to the podcast of all sermons
  • [itunes_podcast_for_search] – iTunes (itpc://) link to the podcast of sermons that match the current search
  • [podcasticon] – Displays the icon used for the main podcast
  • [podcasticon_for_search] – Displays the icon used for the custom podcast
  • [tag_cloud] – Displays a tag cloud

Both results page and sermon page

  • [sermon_title] – The title of the sermon
  • [preacher_link] – The name of the preacher (hyperlinked to his search results)
  • [series_link] – The name of the series (hyperlinked to search results)
  • [service_link] – The name of the service (hyperlinked to search results)
  • [date] – The date of the sermon
  • [files_loop][/files_loop] – These two tags should be placed around the [file] tag if you want to display all the files linked with to sermon. They are not needed if you only want to display the first file.
  • [file] – Displays the files and external URLs
  • [file_with_download] – The same as [file], but includes a download link after the media player for MP3 files
  • [embed_loop][/embed_loop] – These two tags should be placed around the tag if you want to display all the embedded objects linked to this sermon. They are not needed if you only want to display the first embedded object.
  • [embed] – Displays an embedded object (e.g. video)
  • [creditlink] – displays a “Powered by Sermon Browser” link.
  • [editlink] – Displays a link to edit the current sermon if you are logged in as an admin

Sermon page only

  • [preacher_description] – The description of the preacher.
  • [preacher_image] – The photo of the preacher.
  • [passages_loop][/passages_loop] – These two tags should be placed around the [passage] tag if you want to display all the passages linked with to sermon.
  • [passage] – Displays the reference of the bible passage with the book name hyperlinked to search results.
  • [next_sermon] – Displays a link to the next sermon preached (excluding ones preached on the same day)
  • [prev_sermon] – Displays a link to the previous sermon preached
  • [sameday_sermon] – Displays a link to other sermons preached on that day
  • [tags] – Displays the tags for that sermons
  • [esvtext] – Displays the full text of the ESV Bible for all passages linked to that sermon.
  • [asvtext] – Displays the full text of the ASV Bible for all passages linked to that sermon.
  • [kjvtext] – Displays the full text of the KJV Bible for all passages linked to that sermon.
  • [ylttext] – Displays the full text of the YLT Bible for all passages linked to that sermon.
  • [webtext] – Displays the full text of the WEB Bible for all passages linked to that sermon.
  • [akjvtext] – Displays the full text of the AKJV Bible for all passages linked to that sermon.
  • [hnvtext] – Displays the full text of the HNV Bible for all passages linked to that sermon.
  • [lbrvtext] – Displays the full text of the Reina Valera Bible (Spanish) for all passages linked to that sermon.
  • [cornilescutext] – Displays the full text of the Cornilescu Bible (Romanian) for all passages linked to that sermon.
  • [synodaltext] – Displays the full text of the Synodal 1876 Translation (Russian) for all passages linked to that sermon.
  • [biblepassage] – Displays the reference of the bible passages for that sermon. Useful for utilising other bible plugins (see FAQ).

Pricing

Starting from $0 per month.

Check Out the Pricing Slider Widget

By Common Ninja

Pricing SliderTry For Free!

App Info

Rating

Reviewers

8 reviews

Tags

bible
church
mp3
podcast
sermons

Developed By

Mark Barnes

Quick & Easy

Find the Best Wordpress plugins for you

Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!

Testimonial

Testimonial plugins for Wordpress

Contact Form

Contact Form plugins for Wordpress

Maps

Maps plugins for Wordpress

Translation

Translation plugins for Wordpress

Chat

Chat plugins for Wordpress

Slider

Slider plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Contact

Contact plugins for Wordpress

Galleries

Galleries plugins for Wordpress

SEO

SEO plugins for Wordpress

Forms

Forms plugins for Wordpress

Comments

Comments plugins for Wordpress

Backup

Backup plugins for Wordpress

Privacy

Privacy plugins for Wordpress

Optimize

Optimize plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Comments

Comments plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

Social Sharing

Social Sharing plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Video Player

Video Player plugins for Wordpress

popup

popup plugins for Wordpress

SiteMap

SiteMap plugins for Wordpress

Payment

Payment plugins for Wordpress

Coming Soon

Coming Soon plugins for Wordpress

Inventory

Inventory plugins for Wordpress

Testimonials

Testimonials plugins for Wordpress

Portfolio

Portfolio plugins for Wordpress

Membership

Membership plugins for Wordpress

Forms

Forms plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Events Calendar

Events Calendar plugins for Wordpress

Sliders

Sliders plugins for Wordpress

Analytics

Analytics plugins for Wordpress

Reviews

Reviews plugins for Wordpress

Security

Security plugins for Wordpress

Ads

Ads plugins for Wordpress

Music Player

Music Player plugins for Wordpress

Countdown

Countdown plugins for Wordpress

Email Marketing

Email Marketing plugins for Wordpress

Membership

Membership plugins for Wordpress

Ecommerce

Ecommerce plugins for Wordpress

Customer Support

Customer Support plugins for Wordpress

Video Player

Video Player plugins for Wordpress

Tabs

Tabs plugins for Wordpress

Social Feeds

Social Feeds plugins for Wordpress

More plugins

plugins You Might Like

Discover Apps By Platform

Discover the best apps for your website

WordPress
Wix
Shopify
Weebly
Webflow
Joomla
PrestaShop
Shift4Shop
WebsiteX5
MODX
Opencart
NopCommerce

Common Ninja Search Engine

The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!

Multiple platforms