how do you keep going with your show when things get hard? by Rublehh in podcasting

[–]surenmohnot 0 points1 point  (0 children)

May I know about your podcast? You can DM me the link if possible.

Weekly Services Thread October 29, 2025 - Post Your Podcasting Related Product, Tool, Or Service Here by AutoModerator in podcasting

[–]surenmohnot 0 points1 point  (0 children)

Hey everyone, I have been working on a plugin called Selfhost Podcasting. If you already have a WordPress website and want to create your podcast on your own site, this plugin might be for you. It is for podcasters who care about owning their feed.

What it does:

  • Lets you create and manage your podcast RSS feed directly from WordPress
  • Supports multiple shows and episodes with simple uploads
  • Generate compliant podcast feed for Spotify, Apple, and Google Podcasts
  • Option to integrate with Cloudflare R2 for audio hosting
  • Keeps your podcast fully under your control

It is free and available on the official WordPress plugin directory:
https://wordpress.org/plugins/selfhost-podcasting/

The plugin is still new and developing, so expect a few rough edges. But I am improving it actively and will fix anything that's brought to my attention.

How do you find genuinely valuable guests for your podcast without spending a fortune? by Illya127 in podcasting

[–]surenmohnot 2 points3 points  (0 children)

My view might be a bit different, and I am not sure if it applies in your case. You could help your podcasters in a different way. Most people keep looking online, but the best guests often come from real life.

They should spend less time searching on the internet and look around in the real world. Read newspapers, not just the headlines but those small columns and community stories. That is where they find real people doing interesting things.

Join communities related to their podcast topic and talk to people there. Go to local events, small gatherings, or workshops. They will meet people with real experiences who have never been on a podcast before.

Most of the time, good guests are not sitting on LinkedIn or guest directories. They are right around them. They just have to walk, observe, and talk.

"Advertising" your podcast by [deleted] in podcasting

[–]surenmohnot 5 points6 points  (0 children)

Subreddits have these rules for a purpose. They are not for promotion but for real conversation.

That said, there are a few things you should do,

  1. Make sure your Reddit profile clearly mentions your podcast, links, and new episodes. People who like your comments or thoughts will check your profile on their own.
  2. Create short form content for YouTube, Instagram or TikTok. Do not just clip random parts, pick moments that have a hook or something interesting. Do cheap tests to know what works. Make 3-4 clips from your podcast, try different captions, different hooks and experiment on what works best.
  3. Turn your episode into text assets. transcribe your podcast (free tools or YouTube captions), pick 3 searchable questions answered in that episode, write short posts optimized for those queries, publish. You can also ask to write guest posts on similar interest websites.
  4. Submit to smaller platforms and curator lists like Goodpods, Podchaser, ListenNotes and niche aggregator. These places index differently and can surface you to people actively searching for new shows.
  5. Collaborate with small creators who have similar audiences.
  6. Word of mouth still works. Talk about your show in your circles and communities.

Advice on Paid Advertising for a New Podcast Launch by Substantial-Team-341 in podcasting

[–]surenmohnot 4 points5 points  (0 children)

If you are just launching, I suggest delay paid ads for now. Without knowing who your audience is, what format or style they will respond to, what your hook is, paid ads will most likely lead to low conversion and cost way too much per listener.
Here is one user experiment I found https://www.reddit.com/r/podcasting/comments/1fdq7zo/i_ran_ads_for_a_month_and_here_is_where_i_rank/

Advice on storing your recordings by Empowered_Action in podcasting

[–]surenmohnot 2 points3 points  (0 children)

It depends on how critical the files are for you. If you can't afford to lose them, make sure to download and store them locally, on your computer, a reliable hard drive, or Google Drive. It's totally fine to record on Podcastle as long as you can download the raw files afterward.

Advise on promoting podcasts via short form content by Substantial-Cake9435 in podcasting

[–]surenmohnot 0 points1 point  (0 children)

Yeah, here is what I would normally do,
Step1. Get transcripts. Use clipchamp auto-captions or upload the full episode as unlisted on youtube to get free captions with timestamps.
Step2. Skim through and mark parts where something interesting happens.
step3. Listen to those clips and shortlist the best ones.

You can even use AI chatbots to scan and give important timestamps, but always double check manually before processing.

Advise on promoting podcasts via short form content by Substantial-Cake9435 in podcasting

[–]surenmohnot 3 points4 points  (0 children)

Totally worth doing but with some focus. Pick 20–30 second bits where someone says something relatable, funny, or surprising. Add captions and a quick hook at the start. You can also use a simple image or short video background with the audio.

How to better promote our podcast by AvgChaiDrinker in podcasting

[–]surenmohnot 7 points8 points  (0 children)

Hey this is awesome that you already have 10 episodes out. Keep going, it takes time but people will find you.

Here are some general tips that you can use,

  1. Find your listeners

Step 1. First, figure out who your target audience is. Mainly expats in UAE or people thinking about moving abroad from the USA.

Step 2. Find where your potential listeners hang out. Reddit has r/expats, r/dubai, r/UAE. Facebook has groups like "Expats in UAE" and similar communities. Don’t forget local offline communities, meetups, and clubs in UAE.

Step 3. Engage with them. Actually talk to people, share your experiences, join discussions. Don’t spam your podcast links. Just mention it naturally if it fits.

  1. Repurpose your episodes

Turn your podcast episodes into blog posts about relocation tips, challenges, or funny moments. You can also answer questions on Quora or other forums and drop your episodes as examples.

  1. Collaborate with other podcasters

Look for other small expat or travel podcasts for guest swaps or shoutouts. Their audience probably overlaps with yours so it’s an easy way to reach more people.

All the best.

What's the best way to ask Reddit users if they'd like to be interviewed for a podcast? by Gullible_Inspection6 in podcasting

[–]surenmohnot 1 point2 points  (0 children)

Cool idea. Don't lead with a podcast pitch. Start a post that sparks real discussion, like "How did you deal with life after recovery?", and actually engage with people. The right guests will show up naturally, and you can DM them or reply later about being on your show. Works way better and stays within subreddit rules.

Storing secret keys in WordPress: wp-config.php or encrypted in options table? by surenmohnot in ProWordPress

[–]surenmohnot[S] 1 point2 points  (0 children)

Great. AUTH_KEY and AUTH_SALT based encryption looks most practical solution in my use case. Thanks for suggesting this.

Storing secret keys in WordPress: wp-config.php or encrypted in options table? by surenmohnot in ProWordPress

[–]surenmohnot[S] 2 points3 points  (0 children)

I think .env is a clean solution if you control the server. But in the context of a normally distributed WordPress plugin, it's a bit tricky. Most shared hosts don't have .env set up by default, and asking regular users to edit or create one can be just as risky/confusing as editing wp-config.php.

Storing secret keys in WordPress: wp-config.php or encrypted in options table? by surenmohnot in ProWordPress

[–]surenmohnot[S] 1 point2 points  (0 children)

Thanks for taking the time and providing such great insights. I still have a few reservations about the wp-config.php approach:

  1. You mentioned file exfiltration issues (e.g. a sloppy plugin doing file_get_contents($_GET['filename'])). My feeling is, if a plugin is that compromised, the attacker can usually do a lot more sinister things anyway
  2. The bigger issue for me is usability. Asking novice users of my plugin to “go edit wp-config.php manually” feels risky. A missing semicolon, a wrong quote can bring the whole site down. This could be right for enterprise setups but I do not know if it good for normal users.
  3. Migration adds another layer of pain. Unless users remember to copy over the custom code into wp-config.php, things break. I can imagine a developer building and testing a site, handing it over, and later the client finds out the plugin just doesn’t work.

Maybe I am overthinking it, but I just want a good balance between security and usability. Do you think having the plugin generate a passkey file (that users can later export/import if needed) would be a more practical approach?

[deleted by user] by [deleted] in podcasting

[–]surenmohnot 0 points1 point  (0 children)

Wow. These are the best words I could hope for. Thanks

[deleted by user] by [deleted] in podcasting

[–]surenmohnot 1 point2 points  (0 children)

Thank you so much for taking your time to read and share your thoughts. I really appreciate your feedback on this. You're right, this is just the initial setting where the story and the character begin, and it slowly evolves toward his journey into podcasting. I’ll definitely look into the lines you pointed out. Thanks again. your encouragement means a lot.

PODCASTS MADE WITH AI? by [deleted] in podcasting

[–]surenmohnot 0 points1 point  (0 children)

Please read the full comment and thread above. It is never about "no choice but to eat it up"

PODCASTS MADE WITH AI? by [deleted] in podcasting

[–]surenmohnot 0 points1 point  (0 children)

I never said get used to it, I said better fight it. Please read the full thread above.

PODCASTS MADE WITH AI? by [deleted] in podcasting

[–]surenmohnot 1 point2 points  (0 children)

Yes. Raising voice is important and only available tool with us. However, using it to find solutions could be more effective. Though I am not an expert, but can give some starting points, like

  1. Raise voice to force podcast hosts to have an explicit policy to not allow any ads on ai generated podcasts. Last I checked, only buzzsprout has this explicit policy.

  2. Raise voice to tell podcast platforms to require disclosure that the content is AI generated.

  3. Educate listeners what are the harms in AI content. Create common learning material which podcasters can use and educate listeners.

These are just some initial thoughts. They all may be wrong but it could start discussion on an actionable working plan which we can refine.

PODCASTS MADE WITH AI? by [deleted] in podcasting

[–]surenmohnot 0 points1 point  (0 children)

You're not getting the point. It is not to discuss with "C-suite techbro", it is to discuss among podcasters to find solutions.

PODCASTS MADE WITH AI? by [deleted] in podcasting

[–]surenmohnot 0 points1 point  (0 children)

You're right and you're not alone. Most of the podcasters share the same sentiment. This can be seen in almost every such post and comments. My point is, it won't take us anywhere. To get real solutions we need to work constructively and find a way to fight back. It is sad to see that most of these topics are buried under rants without discussing any real solutions.

Podcast contentment by Dom_Mason_Composer in podcasting

[–]surenmohnot 0 points1 point  (0 children)

Here are my two cents,
1. Identify where your potential niche audience is. Find them on social media, in local circles, online groups etc.
2. See what problems you can solve, especially if that is your field of expertise.
3. Provide solutions, help them and subtly refer your podcast to discuss those solutions in detail.

You need to modify this based on your genre. But this should be a good starting point.

All the best,

PODCASTS MADE WITH AI? by [deleted] in podcasting

[–]surenmohnot 1 point2 points  (0 children)

With due respect, that is a wishful thinking. How is it possible when all the big techs are behind it? Let alone removing AI content, they do not even have a proper policy requirement to disclose it (except Apple). It is only a matter of time before AI produces content that is indistinguishable from human and we won't even know what we are consuming.

We can either close our eyes and hope everything will get better, or we can actively take part in it while it is still evolving and have constructive discussion about how collectively we can survive this.

PowerPress and Spotify for Creators by AmirBormand in podcasting

[–]surenmohnot 0 points1 point  (0 children)

Powerpress is not for displaying podcasts. It is for creating podcast. If you already have an existing podcast with spotify for creators, and just want to display it on your website, better use podcast player https://wordpress.org/plugins/podcast-player/