gooloo.de for Developers.

gooloo.de shares here free-to-use and Public Domain Code Snippets and basic Plugins based on PHP, made with the Help of AI-powered Platforms like Perplexity Pro, and ChatGPT Plus.

  • Easy LLMs.txt File

    Easy LLMs.txt File

    AI can be good. Can. But it currently isn’t – and disrupts everything from news to your basic search query. To block your website from most bots, do the following: First, create a file called llms.txt and add it to the root folder of your website, so that it reaches at yourdomain.com/llms.txt Add this to…

  • Add Sources via Metabox

    Add Sources via Metabox

    Hi, to structure our posts better and have a clearer division between the content, we’ve added a sources meta box that automatically appends them at the end of the post, linking to them via a target=”_blank” solution. NOTE: If you use custom post types, use the following code. If not, scroll down to “Snippet”. Snippet…

  • Ask for Comments at 50% of paragraphs

    Ask for Comments at 50% of paragraphs

    With this very easy snippet, to all posts a container will be inserted at 50% of the posts paragraphs that asks for feedback/comments. In this version, it’s german and the currently used version on gooloo.de. You can alter it to your personal needs. The text is responsive, creating a one-line headline on all screen sizes…

  • Submit your posts to the Internet Archive

    Submit your posts to the Internet Archive

    With this very simple plugin, all posts and pages that are published in the future, will be automatically submitted to the Wayback Machine’s Internet Archive for crawling. The request is submitted automatically once a post or page is published, including those, that are planned. Update 1 Here’s an optimized version of the Wayback Machine archiving…

  • [Update] Auto Post your WordPress Posts to Bluesky

    [Update] Auto Post your WordPress Posts to Bluesky

    Hi, we’ve created a very tiny, under 12kB (3kB zipped) in size Plugin that automatically shares your WordPress Posts to your Bluesky Account. First, download the Plugin here. After that, install and activate it through Plugins > Add New; or by uploading the unzipped plugin via FTP. Current Version: 1.8 (Dec 2nd 2024) Please update…

  • Add a for “Logged-in”, “Logged-out”, and “All” Users selection to WordPress Navigation

    Add a for “Logged-in”, “Logged-out”, and “All” Users selection to WordPress Navigation

    Hi, with the following code snippet there will appear a selection dropdown in your WordPress Navigation’s Items that will hide them for logged-out, logged-in, or all users or more so show them to only the specified users. This code is extremely helpful for things like Login and Logout Links in your Navigation. Add to your…

  • Aggressively block all notifications in WordPress Backend

    Aggressively block all notifications in WordPress Backend

    Hi, we wanted to reduce our plugin and instead of relying on one, we created the following snippet. It blocks every and all notices in the WP Backend (though that includes “Saved Post”, and other WP-own notifications). Add the following snippet to your functions.php, or via a Plugin.

  • Disable WordPress Link Security

    Disable WordPress Link Security

    WordPress’ native link security is really great, but can interfere, especially when you’re selling guest posts or banners. You can disable the link security features (nofollow, noreferrer) by implementing this code to your functions.php file, or via a Code Snippet Plugin. Be careful though, as this can interfere with your Website’s Security.

  • Add HTML Tags to Author Bio

    Add HTML Tags to Author Bio

    WordPress, by default, disables the inclusion of HTML Tags in Author Bios for security reasons. You can alter this measure to allow low-risk tags, like <a> and <i>, f.ex. for the use of Font Awesome. To do so, add (or alter) this snippet to your functions.php file, or via a Code Snippet Plugin. In this…

  • Add HSTS and Preload via PHP Snippet

    Add HSTS and Preload via PHP Snippet

    Hi, HSTS is a very strong security barrier that should be enabled on any WordPress Website using SSL and/or TLS. With this snippet, your HSTS Header is being set with a lifetime of one year. It also add HSTS Preload, which you can verify, once added to your functions.php file, by visiting https://hstspreload.org/. Add the…

Follow us on Codepen