Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Comment on How AI and Automation Spotlight the Best of WordPress by Nicholas Garofalo

Дата публикации: 15-06-2026 13:10:16

In reply to <a href="https://make.wordpress.org/marketing/2026/06/13/find-the-best-of-wordpress/#comment-2181">Lawrence</a>.
Thanks, @lozmatic
We currently have a couple dozen Zapier workflows active (built up over time), some of which are over 14 steps. I'm looking into exporting some of these as templates, over even moving them to n8n so we could export them as JSON. In the meantime, I've started packaging up the context and skills used, and dropping them in the <a href="https://github.com/WordPress/marketing" rel="nofollow ugc">marketing repo</a>. Aside from the AI bits though, almost everything is triggered by RSS, which is an over 20-year-old WordPress feature.
- For social, we have various amplification triggers pulling RSS feeds from WordPress.org blogs, Make teams, and WordCamps. These all use the same social writing sub-zap that utilizes an <a href="https://github.com/WordPress/marketing/blob/main/shared/references/wordpress-brand-writing-style-guide.md" rel="nofollow ugc">agent-focused brand writing guide</a>. Everything passes through <a href="https://github.com/WordPress/marketing/issues?q=is%3Aissue%20label%3Aamplification-request" rel="nofollow ugc">GitHub</a> so can maintain transparency.
- In the case of WPTV-to-YT, there is a single branching workflow that pulls the WordPress.tv feed and copes with the various YouTube API failure possibilities. This all runs near-instantly (accounting for YT API rate limits).
- Showcase is probably the most complex. It's a single workflow that ingests submissions via email, runs multiple verifications, utilizes BuiltWith for enrichment, rates entries for prioritization, and eventually gets everything in GitHub (all submissions still route through the Google Sheet for human reviewers as well). Published entries trigger the aforementioned social workflow.
The two most important learnings have been:
1. Break up workflows into parts, if you can. Adding new sources is made easier, and we sometimes customize behavior.
2. For AI, communicate values. A key unlock for better writing has been communicating open source values to the model (same as humans).
The strategy for this entire endeavor, and marketing the project in general, is:
> Make great software, and support the people who use it in telling their own stories. WordPress is marketed by the millions of people who build with it, write about it, teach it, and gather around it at events. The project's role is to make that ecosystem visible, remove friction from contribution, and ensure that the tools and systems for sharing WordPress's story are available to everyone.
We've long talked about leveraging the unique strength of the WordPress community in its marketing. We see releases and events bring everyone together and make that happen. The use of AI and automation allows us to do this consistently throughout the year and at scale.
I'm also really excited about the opportunities this unlocks for some of our new contributors coming in from programs such as the <a href="https://wordpress.org/news/2026/02/ai-leaders-credential/" rel="nofollow ugc">AI micro-credential</a>. The marketer of tomorrow is going to be working with AI agents as much as they will with humans, and this is the perfect blend of both.

Основное содержимое страницы с новостью.

A community is the strongest asset of any open source Open Source denotes software for which the original source code is made freely available and may be redistributed and modified. Open Source **must be** delivered via a licensing model, see GPL. project. For WordPress, that community is millions of people spread across every continent, building sites, writing tutorials, teaching workshops, answering support questions, and gathering at meetups and WordCamps. When they share what they’ve built or what they’ve learned, they are doing something no centralized marketing effort could replicate: telling highly individualized, authentic stories en masse.

In the past, surfacing these stories was difficult. There was a massive chasm between the act of creating something and sharing it with a global audience. A developer would build a feature, and then a separate chain of people would need to understand it, write about it, review it, format it, and distribute it across multiple platforms. A site owner would submit their work to the Showcase, and a team of contributors would need to moderate, write copy, produce screenshots, and publish it. Each handoff took time, and the further the final product traveled from the person who made it, the further any crafted narrative would drift.

Over the past couple years, a growing set of AI-powered workflows has been closing that gap, handling the procedural work that used to sit between a creation and its audience.

Social Media

The WordPress project maintains an official presence across 11 social media platforms (X, Bluesky, Threads, Mastodon, Facebook, Instagram, LinkedIn, YouTube, Twitch, TikTok, and Tumblr). The vast majority of content posted through these channels is the sharing, remixing, and amplifying of work by people within the project, such as event announcements, release news, Showcase entries, and community achievements.

Each platform has its own audience expectations, content formats, and norms. In recent years, we’ve built a series of automated workflows (hat tip to Zapier) to collect content from dozens of sources and AI prompts to generate unique drafts that respect each platform’s conventions. The resulting amplification requests are tracked in the Marketing GitHub repository. The result is that when someone in the WordPress community ships a release, publishes a Showcase entry, or organizes an event, their work reaches 2.4 million followers across platforms without significant delay. Recently, our confidence in these workflows has grown to the point that some content, such as releases, is auto-posted immediately.

WPTV to YouTube

WordPress.tv is the project’s archive for WordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. sessions, contributor talks, and community content. Hundreds of people give talks at WordCamps every year, and for many, that presentation represents months of preparation and talent shared freely with the community. For years, though, speakers whose talks lived only on WPTV were missing an enormous potential audience on YouTube, one of the largest search engines in the world.

In 2022, a seven-year-old Trac ticket was finally closed, and new content from WordPress.tv began automatically uploading to the WordPress YouTube channel. Recent enhancements have added error handling for issues like API An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. rate limits, failed uploads, and duplicate entries, and videos now auto-publish with thumbnails and metadata intact rather than requiring manual review. Every WordCamp speaker, every contributor who shares their expertise, and every community video that lands on WordPress.tv now reaches YouTube’s audience automatically. The channel had roughly 14,000 subscribers before the automation launched. Today, it has over 117,000, and annual watch time has grown from about 15,000 hours to over 75,000. The community’s collective knowledge is reaching more people than ever before.

Showcase

The WordPress Showcase highlights the best sites built on WordPress, and in doing so, honors those who built them. Work on the current version began as early as 2015, but a whole new Showcase didn’t launch until late 2023, bringing with it a refreshed design, cleaned-up entries, and a rethought moderation process.

In 2025, automation began replacing the most time-consuming manual steps. Submissions are now ingested into a shared Google Sheet, automatically verified as running WordPress, and rated on a five-star scale by AI, which evaluates each site’s content, authority, and design alongside external data like page rank. Each rating comes with a written rationale, so a reviewer can quickly see why a site scored the way it did. Qualifying sites are then submitted as GitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/ issues in the Showcase GitHub project, complete with AI-generated copy. What used to take weeks of coordination can now be done in minutes, which means the people who submit their sites see their work recognized faster.

Last year, over 600,000 users visited the Showcase, contributing to more than 1.3 million page views. For visitors whose WordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ session begins at the Showcase, organic search is the most common entry point, meaning people are actively looking for examples of what WordPress can do and finding the work of the creators who built them.

What Comes Next

There is room to close the gap further. If you have ideas, or if you’ve already built something that helps surface or distribute WordPress community content, share it in the comments (a prompt, an agent, a Zapier workflow). The best way to move this forward is the open source way: show what’s possible, and build on each other’s work.

+make.wordpress.org/community/
+make.wordpress.org/tv/
+make.wordpress.org/ai/

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1WordPress Performance: What You’re Still Getting Wrong05.7824-07-2026
2 Comment on New AI-Powered Tools for Creating WordPress Learning Materials by Noruzzaman 09.2610-04-2026
3Сейчас куда ни посмотри — везде какие-то автоматические контент-заводы. Агенты, ...012.2727-07-2026
4WordPress as the text of the web04.6213-08-2026
55 Huge WordPress SEO Mistakes and How AI Can Help You Fix Them09.5206-08-2026
6Meet the Community Agents: AI assistants for WordPress community workflows08.8814-07-2026
7Giving AI agents real context for WordPress block development09.4814-05-2026
8AI-integratie en WordPress: een diepgaande analyse van de architectuur en een praktijkvoorbeeld012.3122-07-2026
9 Kommentar zu WordPress 7.0 ist da: KI im Kern & ein frisches Dashboard von Naumann 014.0127-05-2026
10 Comment on Themes Team Meeting Notes – August 08, 2023 by Jeffrey Paul 013.0422-01-2026

Классификация: Пресс-релизы. Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 6.54. Источник: make.wordpress.org.