• Well where do I start?

    It works, yes. (5 Stars)

    But:
    It says “now with Gutenberg support”, well no, not really. It either copies a shortcode into your clipboard, which you need to copy into a shortcode block. Or it creates a new post, which is a classic editor block.

    So, it kind of works with Gutenberg, but calling it “Gutenberg Support” is exgagurated. (-1 Star)

    Next, if you are a paying customer in the business tier for at least 65€/month, and you are using a custom subdomain, which likely is one of the reasons you’re paying a 40€ premium per month. The plugin will not work. (-1 Star) (*)

    If you contact the Podigee Support (as paying customer) you’ll get the response, it’s known not to work with custom domains (which, just to remind us, we paid a lot of money to get in the first place). (-1 Star)

    Now, my company has a custom domain, I had the choice of accepting this, or try to fix it.

         curl_setopt($ch, CURLOPT_URL, $Url);
         curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    +	curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
         $output = curl_exec($ch);
         curl_close($ch);

    By adding the marked line in the podigee-quick-publish.php, the plugin works with custom domains.

    I’ve sent this patch, among some minor fixes for broken code, to podigee at the 16th March 2023 and well… obviously no update, otherwise I wouldn’t be writing this, and worst of all, not even a reply.

    This deducts the next star, leaving us at 1 Star.

    TLDR: If you are not using a custom domain, or if you are willing to add my patch above, the plugin is ok, and would rather get 3-4 stars at the current state. My biggest complaint is, that Podigee ignores a paying business tier customer and ignores a sent in patch file.

    @podigee: I’m more than happy updating my review, once you update the plugin.

    *) EDIT May 2024: Custom Domains are supported roughly 8 Months after I’ve done my initial review and roughly 10 Months after I’ve sent them my initial email. Since I can’t test it anymore the following update is untested and unverified. But I’ll revoke the -1 Star for not working custom subdomain, but I’m still behind the other deductions, leaving us with an updated 2/5 Stars.

    • This topic was modified 5 months, 4 weeks ago by Christoph Daum. Reason: Plugin update fixed one of my complaints
  • The topic ‘Works but…’ is closed to new replies.