Eric Teubert
Forum Replies Created
-
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Storage at Amazon S3If you haven’t found it yet, I recommend following the short setup guide here: https://www.youtube.com/watch?v=Hmrm-jUe6u4
In your case, the “Upload Location” under “Podlove > Podcast Settings” should be
https://s3.amazonaws.com/topfivereport/.In the episode, the “Episode Media File Slug” is
T5R_episode_1_secretorigins.Does that help?
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Storage at Amazon S3Have you uploaded an audio file to the bucket yet? Can you copy the publicly available URL to that file here?
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Version 2.7.7 Downloadlink is brokenHi and thanks for reporting. I already contacted the WordPress plugin repository team about it.
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Post_CountSend me an email to eric@ericteubert.de with a more detailed description or an example / sketch of what you need and we will figure something out 🙂
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Post_CountThe property post_count of the WP_Query class cannot be accessed with this plugin.
Forum: Reviews
In reply to: [Podlove Podcast Publisher] Poorly written script; Resource hogHi Keith,
Sorry about troubles with your existing feeds. If you find the time to describe your setup, which sounds like multiple podcast plugins active at the same time, I would like to see if I can remove any incompatibilities.
Thank you,
EricForum: Reviews
In reply to: [Podlove Podcast Publisher] Breaks some major detailsHi there,
Sorry you had to go through such troubles.
Would you mind elaborating on the Yoast SEO incompatibilities? Since you managed to fix it, maybe there is a way for me to patch it so everyone can benefit.
I have not encountered the feed redirect issue you describe yet. If you still have the system running, I would like to have a look. But in case you already moved on, never mind 🙂
Best Regards, Eric
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Does NOT work on WordPress 4.9.1To generate the URLs I use the WordPress
home_urlfunction, and that has not changed in over a year.Your first audio tag includes a tracking URL, the second apparently a setup without tracking. Maybe your environments are just setup differently?
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Does NOT work on WordPress 4.9.1I will investigate. Your first error (“class not found”) sounds like WordPress did not update the plugin files correctly, which is why reinstalling helped. The file URL
DOMAIN.se/podlove/file/3/s/webplayer/c/embed/FILENAME.mp3is correct, that is a tracking link generated by the plugin. If that does not work, maybe the permalink structure got lost in the update. Please try to go to the permalinks page and simply click on “save”, which regenerates all permalinks.Forum: Plugins
In reply to: [Podlove Podcast Publisher] question on featuresEpisodes are WordPress Custom Post Types, so it should work well with membership plugins (but I haven’t tested it).
The main issue with podcast behind paywalls is that, by design, audio files and subscription feeds are public, so anyone who knows the URL to the actual feed or file has access. What you can do is simply not offer a feed, solving at least one problem.
Also does this come with an ‘add to my playlist’ or ‘favorites’ option?
No
And is it easy to search for episodes based on categories, etc. with a main search tool on the site?
Yes, the search should also work in episode metadata.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] What exactly is a “download”?Every request is counted. However, we do try our best to remove duplicate and invalid requests, see http://docs.podlove.org/podlove-publisher/guides/download-analytics.html#data-cleanup.
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Display full posts?There is no tag for full content. If you know some PHP you can add it using the
archivist_template_renderfilter (see README for details).Forum: Plugins
In reply to: [Podlove Podcast Publisher] Episode won’t play and website freezesCheck in “Podlove > Expert Settings > Web Player” that your mp3 asset is selected for “MP3 Audio”
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Episode won’t play and website freezesDo you have a link to your site?
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Multiple archive on the same pageHi,
I assume the JavaScript needs to be adjusted. However I’m on vacation now can’t say if/when I might have time to take care of this.
Regards, Eric