이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Podcast Feed Player Widget and Shortcode

설명

A simple feed widget or shortcode that displays the iTunes set image for the episode and embeds the default WordPress’ internal audio player to play it.

About Podcast Feed Player Widget

WordPress has an RSS Widget, but it doesn’t includes custom podcast tags for the episode image and the audio file, this one does!

Shortcode Usage:

[podcastfeed feedurl="" quantity="" imgsize="" imgclass="" itunes="" google="" soundcloud="" icons=""]Here are our latest podcasts.[/podcastfeed]
  • feedurl – Your podcast feed address.
  • quantity – The quantity of podcasts you wish to display.
  • imgsize – The size of the image you’d like to display, 0 for no image.
  • imgclass – The class for the image, default is alignleft
  • itunes – Your iTunes address to display in the icons.
  • google – Your Google Play address you’d like to display in the icons.
  • soundcloud – Your SoundCloud address you’d like to display in the icons.
  • icons – Whether you want to display icons, default is true.

스크린샷

  • Widget Options
  • Widget Output

설치

  1. Upload the podcast-feed-player-widget folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Drag the widget into your sidebar.
  4. Set the title of your widget area.
  5. Add your Podcast Feed.
  6. Specify your iTunes and Google Play URLs.
  7. Identify how many podcasts you wish to display.
  8. Set the image size of your episode image.
  9. Option: Set your iTunes, Google Play, and optional SoundCloud URLs to promote your podcast.
  10. Click Save

FAQ

Do you have a shortcode for embedding in pages or posts?

Yes! Shortcode usage:

[podcastfeed feedurl="" quantity="" imgsize="" imgclass="" itunes="" google="" soundcloud="" icons=""]Here are our latest podcasts.[/podcastfeed]
Can I disable the thumbnail?

Yes, you can set the thumbnail size to 0 and then it will not display it.

Why is the thumbnail loaded via Weserv?

The image size on your podcast feed is not optimal and could slow down your site, so we use a free image resize and caching service.

Can it support multiple feeds?

Yes, just enter the feeds with a comma as the delimiter.

What if my image is very large and slowing down the site?

We’ve added a Cloudimage integration so you can add your token and the images are cached and resized on the fly.

What if I don’t have an image?

No worries, the image area will not be displayed.

Can I customize the styling?

Yes, classes are designated for each element.

후기

2018년 5월 8일
After searching for a while and struggling with the right terms, I didn't want to CREATE a Podcast. I just wanted to display my episodes in Wordpress. This does that quite neatly.
2018년 1월 2일
This is a great option for podcasters who want to have their podcasts available via a WordPress blog. It's easy to setup and it looks great. It has a nice, clean design that won't detract from your site. If you want to see it in action, look at https://bigpodcast.com/blog/ in the right-hand column.
2017년 11월 28일 1 reply
I've been looking for an RSS reader that contains an audio player for so long! This works perfectly with the Widgets on Pages plugin too, so the feed player can be placed anywhere on your site! Thank you for creating this plugin
2017년 9월 30일 1 reply
Worked like a charm, easy to use. Code is well done and easy to modify. It is a great example of how to read an XML feed and do something useful with it, as well. Would love to see it use the standard Playlist (showing multiple files) rather than the series of single Audio Players.
2017년 9월 29일 1 reply
This works well and is just what I needed to feature the latest 3 episodes of a podcast. I love that it also pulls the image, and you can define the size. Thank you!
모든 7 평가 읽기

기여자 & 개발자

“Podcast Feed Player Widget and Shortcode”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Podcast Feed Player Widget and Shortcode”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.2.0

Fixed a bug where no image was still outputting an image tag.

2.1.1

Added code so the feed doesn’t include anything.

2.1.0

Added code to disable the shortcode in a feed since feeds don’t support the audio player.

2.0.2

Really added Shortcode documentation.

2.0.1

Added Shortcode documentation.

2.0.0

Added Shortcode capabilities to pull Podcast Feeds into a page or post.

1.4.5

Additional change to logic to look for a 0 in the size field.

1.4.4

Minor change to logic to look for a 0 in the size field.

1.4.3

Added an option to display no thumbnail if the size is set to 0.

1.4.2

Updated the plugin to utilize Weserv, a free image resizing and caching proxy.

1.4.1

Fixed an issue with the validation and multiple feeds.

1.4.0

Added a Cloudimage integration to cache and resize images.

1.3.3

Corrected an issue where the image was outside the paragraph tag for the description.

1.3.2

Added “Listen to ” and the title of the podcast to the image alt tag for accessibility.

1.3.1

Added SoundCloud as a subscription option to display.

1.3.0

Added a check to ensure the feeds URLs are valid and secure if your site is secure.

1.2.0

Added options to display your iTunes and Google Play URLs with Font Awesome Icons.

1.1.1

The default audio player for WordPress doesn’t work if there’s a querystring on the audio URL. Added code to strip it off.

1.1.0

Added support for an array of feeds comma delimited.

1.0

First version.