home.social

#wordpressdev — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wordpressdev, aggregated by home.social.

fetched live
  1. Do you need a Fediverse account to install FediStation?
    No.
    Your readers need one to share. You don't need one to publish.
    Big difference. ⚙️

    https://fediboard.com/products/fedistation

    #WordPress #Fediverse #OpenWeb #Blogging #WordPressDev

  2. Four steps. Under two minutes. Install FediStation. Activate. Configure. Done. A Fediverse share panel on every article. Your blog just joined the open social web. 👇 https://wordpress.org/plugins/fedistation-open-social-web-sharing #WordPress #Fediverse #OpenWeb #SocialWeb #WordPressDev

  3. I do a lot of #WordPress Gutenberg development and I have a bunch of code snippets I run in the browser console.

    This one retrieves the meta fields and filters the property names to only those that contain "mysubstring"

    ((substring) => Object.fromEntries(
    Object.entries(
    wp.data.select('core/editor').getEditedPostAttribute('meta')
    ).filter(
    ([key, value]) => key.toLowerCase().includes(substring.toLowerCase()
    )
    )))('mysubstring')

    See salferrarello.com/filter-meta-

    #WordPressDev

  4. I do a lot of #WordPress Gutenberg development and I have a bunch of code snippets I run in the browser console.

    This one retrieves the meta fields and filters the property names to only those that contain "mysubstring"

    ((substring) => Object.fromEntries(
    Object.entries(
    wp.data.select('core/editor').getEditedPostAttribute('meta')
    ).filter(
    ([key, value]) => key.toLowerCase().includes(substring.toLowerCase()
    )
    )))('mysubstring')

    See salferrarello.com/filter-meta-

    #WordPressDev

  5. What Really Happens When You Type a URL in Your Browser?

    Typing a URL feels instant, but behind that single keystroke, a global engineering marathon begins. From DNS resolution and TLS handshakes to HTTP/3, rendering engines, and GPU compositing, your browser coordinates thousands of decisions in milliseconds. This post breaks down what really happens when you press Enter, step by step, without the fluff.

    Checkout my full blog: kishanjasani.in/what-happens-w

    #PHP #http #webdev #WordPressDev

  6. What Really Happens When You Type a URL in Your Browser?

    Typing a URL feels instant, but behind that single keystroke, a global engineering marathon begins. From DNS resolution and TLS handshakes to HTTP/3, rendering engines, and GPU compositing, your browser coordinates thousands of decisions in milliseconds. This post breaks down what really happens when you press Enter, step by step, without the fluff.

    Checkout my full blog: kishanjasani.in/what-happens-w

    #PHP #http #webdev #WordPressDev

  7. Introducing Gemini MCP Tools for #WordPress - An AI Plugin for WordPress that's Packed with CLI tools for the most popular #LLMs & enhanced with Native MCP Support for OpenRouter, Claude Code Router, Exa Search, and a Multi-Agent Local Server 🧑‍💻🚀🚀

    -- Supercharge WordPress with
    AI-Powered MCP Tools 🔥 🔥 🧑‍💻🧑‍💻🚀🚀

    We created the ultimate #WordPressAIPlugin that brings 37+ powerful #AITools directly into your workflow. Control your entire #WordPress site through natural language commands, and enjoy native MCP support via an AI Engine integration.

    Why Gemini MCP Tools Beats Other WordPress AI Plugins: 😭🥹🥹🤔

    - 🎯 37+ free #ArtificialIntelligence tools for WordPress (most give you 5-10)
    • True MCP protocol (no quirks)
    • Multiple AI providers via OpenRouter (50+ LLMs to choose from, not just one)
    • Privacy-first (data stays on YOUR server)
    • Toolkit bundled (no Git needed) or easily copy the repo! 😋😋
    • Developer-friendly (clean, semantic code)
    • Open source (you can contribute! 🤗)

    Start free, scale to premium when ready!

    #WordPressDevelopment #AIEngine #AIEnginePlugin #Tech #Technology #TheGeeklineFeed #WordPressDevelopment #WPDev #WPDeveloper #WordPressDev #MCP #MCPprotocol #OpenAI #Cli #CliTools #Claude #ClaudeCodeRouter #OpenRouter #GeminiCli #ClaudeCode #WordPressPlugin #WordPressDeveloper #WP #WordPressSite #AIWordPressTools

    maniainc.com/gemini-mcp-tools-

  8. Introducing Gemini MCP Tools for #WordPress - An AI Plugin for WordPress that's Packed with CLI tools for the most popular #LLMs & enhanced with Native MCP Support for OpenRouter, Claude Code Router, Exa Search, and a Multi-Agent Local Server 🧑‍💻🚀🚀

    -- Supercharge WordPress with
    AI-Powered MCP Tools 🔥 🔥 🧑‍💻🧑‍💻🚀🚀

    We created the ultimate #WordPressAIPlugin that brings 37+ powerful #AITools directly into your workflow. Control your entire #WordPress site through natural language commands, and enjoy native MCP support via an AI Engine integration.

    Why Gemini MCP Tools Beats Other WordPress AI Plugins: 😭🥹🥹🤔

    - 🎯 37+ free #ArtificialIntelligence tools for WordPress (most give you 5-10)
    • True MCP protocol (no quirks)
    • Multiple AI providers via OpenRouter (50+ LLMs to choose from, not just one)
    • Privacy-first (data stays on YOUR server)
    • Toolkit bundled (no Git needed) or easily copy the repo! 😋😋
    • Developer-friendly (clean, semantic code)
    • Open source (you can contribute! 🤗)

    Start free, scale to premium when ready!

    #WordPressDevelopment #AIEngine #AIEnginePlugin #Tech #Technology #TheGeeklineFeed #WordPressDevelopment #WPDev #WPDeveloper #WordPressDev #MCP #MCPprotocol #OpenAI #Cli #CliTools #Claude #ClaudeCodeRouter #OpenRouter #GeminiCli #ClaudeCode #WordPressPlugin #WordPressDeveloper #WP #WordPressSite #AIWordPressTools

    maniainc.com/gemini-mcp-tools-

  9. consistency and reducing the need for manual handling. #WordPressDev

    🔄 Unified Interfaces: Both classes promote reusability and consistent HTML output, which simplifies development and reduces code complexity.

    📦 Compatibility & Extension: Developers can extend these classes for custom

  10. 6/ 🛠️ New React Hooks:

    useEvent for stable callbacks.
    useResizeObserver for responsive components.
    useStyleOverride for dynamic styling. #WordPressDev

  11. The combination WordPress HTML api and interactivity api have been amazing, and this upcoming update looks great

    make.wordpress.org/core/2024/0

    #WordPressDev