Eric Teubert
Forum Replies Created
-
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Feed not availableI found an issue that appeared with WordPress 4.5. Please update to the just-released 2.3.11 and see if that helps.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Feed not availableDo you have a link to your website / feed?
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Fix Facebook taggingHi burton-nerd,
where did you find a specification for “og:audio:title”?
From http://ogp.me:The og:audio tag only has the first 3 properties available (since size doesn’t make sense for sound):
<meta property="og:audio" content="http://example.com/sound.mp3" />
<meta property="og:audio:secure_url" content="https://secure.example.com/sound.mp3" />
<meta property="og:audio:type" content="audio/mpeg" />I think Facebook should use what’s in “og:title”.
Have you checked that there is no other plugin active that generates open graph metadata, that might interfere with the data generated by Podlove?Regards, Eric
Forum: Reviews
In reply to: [Podlove Podcast Publisher] Difficult to use and buggyHi Bakedblue,
Sorry to hear you had difficulties getting started.
There is a free support forum at https://community.podlove.org and documentation including a getting started guide here: http://docs.podlove.org/podlove-publisher. Both sites are linked to in the plugin dashboard.I wish you happy podcasting, no matter what plugin you end up using.
Regards, EricForum: Plugins
In reply to: [Podlove Podcast Publisher] Customize playerHi Justinas,
you can customise the player with CSS. Have a look at http://customplayer.webgeplapper.de. It’s a tool for customising the player style.
Each episode has a unique URL, just like WordPress posts. If you need to change it beyond what WordPress options allow, you need to redirect the existing URL to the URL you want.
Thanks for sharing your solution 🙂
I don’t know where this HTML is coming from but I can guarantee you it’s not from the Publisher. We don’t embed any resources from Google Code. My guess is that it is from another plugin.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Having issues with finding episodesDoes it work if you turn off tracking?
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Having issues with finding episodesIt still looks like a timeout issue. There is no response for 10 seconds and the request is aborted. The question is why it takes so long to respond. If I try to access an audio file from my machine, it only takes 1–3 seconds.
I’m not sure what might be the issue. But please report back if you make any progress.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] make podcast settings available for editorsAh I see, we haven’t thought about that use case.
You’re right, I don’t think it’s possible at the moment since the capabilities are hardcoded and have no hook attached. We might introduce our own capabilities at some point, then those specific capabilities could be assigned to other roles in code or via role management plugins. But that’s just me making it up now, we don’t have a timeline for that.Forum: Plugins
In reply to: [Podlove Podcast Publisher] make podcast settings available for editorsWhat section exactly? The whole Podlove menu or just parts of it?
We are actually currently changing the capabilities a bit and in the next version the dashboard and analytics will be visible to authors.Forum: Hacks
In reply to: Optimize plugin phpunit test suite startup speedCould be solved by using nfs to mount the virtual box. Explained here: http://ttmm.io/tech/varying-vagrants-evolved/
Forum: Hacks
In reply to: Optimize plugin phpunit test suite startup speedTurned out to be an issue with running the tests in vagrant. When I run them locally via MAMP they finish in 2 seconds.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Zip file from desktop to publisherHi there,
Have a look at http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/ They have a very detailed explanation of how to install a WordPress plugin.
Hope that Helps 🙂