Dan York

Just a guy in Vermont trying to connect all the dots...

Author's posts

TDYR 402 – WordPress Now Powers 39% of the Web, and the State of the Word(Press) 2020

Is it true that over 39% of websites now use WordPress? In this episode I talk about that statistic and other information coming out of the “State of the Word 2020” event by Matt Mullenweg, co-founder of WordPress and CEO of Automattic, the company behind the hosted WordPress.com and driving overall WordPress development

TDYR 401 – Will Twitter’s Fleets bring the Story format to Twitter? Or will they be fleeting?

In November 2020, Twitter launched "Fleets" globally, bringing the vertical "Story" format first launched on Snapchat and then Instagram, Facebook, and most other social networks. In this episode, I explore what Fleets are all about, how they work, what some of the issues I've seen with them, and some of my thoughts for their future. You can read more at: https://blog.twitter.com/en_us/topics/product/2020/introducing-fleets-new-way-to-join-the-conversation.html

TDYR 400 – Reflecting on 7 years and 400 episodes of this podcast

After 7 years and 400 episodes of The Dan York Report, this episodes has a look back at how and why I started this podcast, what I've used to create it, some of the content I've covered, along with some thoughts about the future. I would definitely welcome your comments!

TDYR 399 – The Genius of a Ceiling-Mounted Greenscreen

With two hooks in the ceiling, I made the single biggest home office improvement for Zoom calls and live streaming! In this episode I talk about how useful a ceiling-mounted green screen can be, and how green screens in general can help improve the quality of your video calls or live streaming...

Train cars crossing

Internet Society Seeks Nominations for 2021 Board of Trustees (Featured Blog)

re you passionate about preserving the global, open Internet? Do you have experience in Internet standards, development or public policy? If so, please consider applying for a seat on the Internet Society Board of Trustees. The Internet Society supports and promotes the development of the Internet as a global technical infrastructure, a resource to enrich people's lives, and a force for good in society. More...

Dan York Live Stream

Testing Automatically Creating a Twitter Thread from a WordPress post

By way of a mention on Techmeme today, I learned that WordPress now allows you to tweet out a blog post as a linked thread of tweets. You can do this either using the hosted WordPress.com solution – or using self-hosted WordPress with the Jetpack plugin.

The Jetpack plugin included this feature as part of the 9.0 release on October 6, 2020.

All you need to do to use it is to:

  1. Connect a Twitter account via Jetpack.
  2. Press the Jetpack icon in the upper right.
  3. Write your blog post

You can see the setting you need to choose in this screenshot:

In theory, I’m supposed to be seeing little marks in the WordPress editor showing me where each tweet would end. I see a Twitter symbol, but it seems to move with me, and I know I have already written way more than can be in a single tweet.

(I see now that when I go back and click through the text, the Twitter symbols do show me where each Tweet will begin and end.)

My initial thought was sort of … why would I want to use this? Typically the writing I do for a blog post is very different – and often much longer – than I want for social media.

I like to write longer posts on my blogs, and then link to them from Twitter. It just seems like apples and oranges – two very different types of content.

However, as I’ve thought more about it, there is one use case I could see for this. Sometimes I know in advance that I want to create a thread on Twitter.

If I just go and create the thread on Twitter, there are a couple of issues:

  • I usually want to create the thread in another editor first, so that I have my thread all figured out. (Not always… sometimes a thread just happens very organically, but sometimes I do want to write it all before tweeting.)
  • The text is locked inside of Twitter’s “walled garden” of content. Yes, I can refer people to it… but it’s locked inside of Twitter. If they decide to remove my tweets, or remove my access to my account, I could lose the content.

Writing a post inside of WordPress allows me to solve both of these issues. I can easily write out text in advance, and, regardless of whatever Twitter may or may not do with my content, I have a copy on my own website.

What do you think? Will you use this new WordPress feature to create Twitter threads? (Or is this just something that will clog up Twitter timelines?)


UPDATE #1: As advertised, Jetpack very nicely created a thread on Twitter. It also added a final tweet that points over to this blog post where you can read the whole thread:

This obviously removes the need to use one of the various services that gather all the tweets in a thread so that you can read them on a single page (and share the link to that single page). Very nicely done.

Using the details element via a Gutenberg block

As I wrote about last year, the HTML5 “details” element is a very useful and lightweight way to create a collapsed list of questions or other content. Investigating possible options, these kind of parts of a web page seem to be often called an “accordion”. There are a number of accordion plugins, but almost all the ones I could find use some kind of additional JavaScript scripts to make the accordion.

Why do I want to use the <details> element vs JavaScript?

Because the native HTML element is already known to browsers. The extra JavaScript is not needed.

Should this be faster?

I would expect so, because there is no need to load additional JavaScript

What WordPress plugin provides this capability?

I found the “Lightweight Accordion” plugin found in the WordPress plugin directory.

Now, obviously I would need to style it a bit more to have it fit in here well, but it’s very easy to add in Gutenberg. It also has the ability to be added in the Classic Editor, too.

TDYR 398 – COVID-19, online learning, and… the END OF SNOW DAYS??

What??? With schools moving to online learning, are we really seeing the end of *snow days*? In this episode, I talk about the long tradition of "snow days" in the northern US, and how the COVID-19 pandemic is changing the way we learn... and removing the need to have a day off for snowstorms! If you are in areas with snow, are you hearing something similar? (no snow days) What do you think about all of this?