Shorts/Snippets/Tips/Tricks: A proposal for a new type of content on the Dev Blog #314
Replies: 7 comments 8 replies
-
I love this idea and I think it can have an even better chance at success if posted on X with regularity. Does the team have an app like Typefully where you can collaborate on X content and auto repost it? Lots of content gets lost if shared only once. Automating that bit will ensure it continues to get shared and keeps it in builders periphery. |
Beta Was this translation helpful? Give feedback.
-
@justintadlock I think this is a great idea! A holistic solution to any project is made up of several micro-solutions. I often find snippets of useful information in long-form tutorials, but the full tutorials are usually too opinionated for most use cases. This reminds me of an old project of mine where I reached out to developers to submit snippets did you submit one @justintadlock? many of these snippets I still refer to today. Bite-sized shorts, snippets, tips, and tricks would be incredibly useful in my opinion. |
Beta Was this translation helpful? Give feedback.
-
I'm not opposed to the idea and think it could encourage more authors to contribute. However, I would like to clarify the maintenance of existing and future posts (regardless of format). Does the Developer Blog have a policy or standard around whether an original author needs to maintain their posts, including responding to comments, updating code shared to adhere to API changes, etc.? My concern is that snippets are shared, they become canonical amongst the community, but they're never updated, and eventually, they become irrelevant, potentially impacting the reputation of the Developer Blog. As far as naming: shorts, snippets, tips, tricks - my vote is for snippet.
Some type of visual differentiation would be necessary to allow site visitors to glance and garner what the different types of content offered. 👍 |
Beta Was this translation helpful? Give feedback.
-
I've written a Snippet-style post using one of the pre-approved topics here: #307 Google Doc here: https://docs.google.com/document/d/1S4aWXZ-Q3GUklA82XAi4fq8ZdtJBseAYl9I_zeSAeVI/edit?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
I absolutely love this idea! Naming idea: The gist. Then, all code snippets can be linked to a GitHub gist, where users can star them, subscribe and fork them as needed. |
Beta Was this translation helpful? Give feedback.
-
Love this idea. I've been struggling to finish longer form content for the dev blog because of time constraints; shorter form quick content would be easier to contribute to. |
Beta Was this translation helpful? Give feedback.
-
I think it's safe to close this discussion now. Thanks for your feedback, everyone! The first snippet is live on the site now: https://developer.wordpress.org/news/snippets/conditionally-unregister-patterns/ We're still working through some of the implementation details here: WordPress/wporg-developer-blog#70 And we'll need to make some decisions around that in the next Editorial Group meeting. |
Beta Was this translation helpful? Give feedback.
-
One of the areas that the Dev Blog excels at is with long-form, deep-diving tutorials on big subjects. However, we're missing a solid short-form of content that I don't think we've truly explored at this point. We don't necessarily have word minimums/maximums, but I think there's a general thought that everything has to be some epic undertaking.
I'd like to propose a new category titled "Shorts" or "Snippets" or some other comparable name. They would follow a format similar to this:
The goal is to keep these at less than X number of words (400 words or so?) and describe a quick solution. I believe this would be more inviting to some potential authors, and it wouldn't need to feel like such an epic undertaking to add useful info on the blog.
For me, the goal is to share tips and tricks that aren't usually covered in the documentation. I have tons of snippets like these that'll never see the light of day, but they're really not worth writing a full-on tutorial about.
Side note: it'd be cool to have a featured image design that is specific to these types of posts too.
Example Short
Title: How to add the Core button element class to the login/out block
A description of the problem that it doesn't have the
.wp-element-button
class and can't be styled throughtheme.json
. Then showcase a short snippet of using the HTML API to add a class...Beta Was this translation helpful? Give feedback.
All reactions