'Webmentions' spec promises future linkspam outbreakSomething called Webmentions – which looks remarkably like the old WordPress pingbacks, once popular in the late 2000s – is grinding through the machinery of the mighty, and slow-moving, World Wide Web Consortium (W3C).
But don’t be deceived. Lurking behind that unassuming name lies something that might eventually offer users a way of ditching not just Facebook and Twitter but also those other massive corporations straddling the web.
Category: WordPress
👓 Customizing WordPress Feeds | Digging Into WordPress
WordPress feeds enable your visitors to subscribe to your content for use in their favorite feed-reader. For example, subscribing to the main-posts feed and/or the comments feed is a great way for your readers to stay current with all the latest news and content from your website.
With WordPress, you can deliver a wide variety of "Full-text" or "Summary" (partial) feeds in numerous formats, including Atom, RDF, and RSS2. This variety extends the reach of your content by enabling your feeds to be read in more apps, readers, and devices.
As awesome as the default feeds may be, they are also readily customizable using a variety of methods. In addition to WP's built-in ways of configuring your feeds, you can go even further with custom templates, functions, and plugins. In this DigWP post, you'll learn everything you need to customize your feeds with bonus content, recent posts, social media, and much more.
👓 Automatic Feed Links | WordPress Codex
Automatic Feed Links is a theme feature introduced with Version 3.0. This feature adds RSS feed links to HTML <head>.
Reply to Greg McVerry on changing themes from GitHub
/wp-admin/themes.php
- Change temporarily to another theme
- Delete old version of theme by clicking on it and then clicking on
deletein the bottom right corner of the pop-up/modal - Click
Add Newbutton at top - Click
Upload Themebutton - Select and upload the .zip file they downloaded from GitHub (or other location)
- Activate the updated theme
Fortunately needing to update themes doesn’t happen often. If you’re using a GitHub theme then be sure to “watch” the repository on GitHub and enable email notifications for it so that you’ll see any future updates, issues, or ongoing work to know about needing to update in the future.
Hint: this workflow could also be used to upload the theme from an external source in the first place.
👓 IndieWeb has many meanings and a singluar meaning | Gist
Note: this will probably be rambling and will need editing to add links and such, but I needed to put it odwn and put it out there
IndieWeb has many meanings and a singluar meaning–own your content on a domain you control. Plumbing, how you create the content, how it is stored and how you display it is all up to you. As long as it is your content that you can take with you on a domain name you control, you are IndieWeb already.
But with the recently published article about Webmentions, IndieWeb also takes on having the ability to also interact from your own site. A practical example:
- I publish this post its syndicated to Twitter, micro.blog and a feed (atom as well as jsonfeed).
- You reply with a tweet, it shows up as a comment on the site. Someone else replies within micro.blog, same thing. Someone else reads it in their feed reader and writes a blog post sendinga webmention, same - shows up as a comment.
- I can reply natively to each comment and it will aggregate back to my site.
All accomplished with existing WordPress plugins available in the wp.org repo.
The catch? Microformats. Specifically Microformats 2. That is the semantic markup in the theme that facilitates communicating the context of the content.
WordPress still supports the original microformats, which can cause problems when parsing mf2. There was an attempt to introduce mf2 into WP core
Then, it was closed as
wontfixbecause changing a class name might break themes that used it as a style hook.I can't see how the change could be made without breaking a majority of WordPress sites.That was 2 years ago. And while I'm still trying to get an exact current state of affairs to know precisely what needs changed, I'm saying its time to rethink this decision.
WordPress has always had the tag line "democratizing the web." As we enter a new phase of the Internet and fears of walled gardens and homogonized social silos, now more than ever WordPress should use a major update to introduce what I would suggest a minor breaking change in display on some sites to allow further development of inter-site communication using WordPress.
Gutenberg is ushering in a slew of changes in how themes will work best, so if there is a good time to change something like a css class, why not now?
👓 How to create custom RSS feeds with WordPress | Raphael Hertzog
Wordpress has many alternate built-in feeds: per category, per tag, per author, per search-keyword. But in some cases, you want feeds built with some more advanced logic. Let's look at the available options.
👓 How to Customize the RSS Feed on Your WordPress site | First Site Guide
Although WordPress creates an RSS feed for your blog automatically, that doesn't mean you can't customize it. Learn more about it and modify RSS to your needs.
👓 Easy Custom Feeds in WordPress | Digging Into WordPress
Now that we have seen how to setup Tumblr-style posts, it would be nice to be able to segregate the Tumblr-posts category from the main feed into its own, separate feed. This would enable readers to subscribe exclusively to the Tumblr-posts feed and maybe display it in their sidebar or something.
While we’re at it, it would also be cool to be able to provide readers with a full menu of feed choices:
Everything feed: includes both the main posts and the Tumblr posts
Articles-only feed: includes only the main articles and no Tumblr stuff
Tumblr-only feed: includes only the Tumblr-style posts
Let's look at an overview of the process..
👓 How to Deliver Separate WordPress Category RSS Feeds | GreenGeeks
Really Simple Syndication, or RSS, is a common method for content marketing. Feeds are used to share your content with RSS readers of all kinds. For example, users can connect a WordPress custom RSS feed directly to their Netvibes accounts for the latest news. But what if you have categories...
👓 Gutenberg: Theme Support | WordPress.org
By default, blocks provide their styles to enable basic support for blocks in themes without any change. Themes can add/override these styles, or they can provide no styles at all, and rely fully on what the blocks provide. Some advanced block features require opt-in support in the theme itself as i...
👓 How to Import Your GoodReads List Into WordPress, for free | Glenn Dixon
Here are the steps I took in order to get all of my GoodReads books/reviews over into my IndieWeb-ified Wordpress: Prerequisites: A GoodReads account with a decent amount of books reviewed and/or starred A self-hosted WordPress site Twenty Seventeen theme (could work with others) Advanced Custom Fie...
📅 RSVP to WordPress Pasadena General Meetup, July 2018. We Have A/C, Why Fight it, Edition
Tue, Jul 31, 2018, 7:00 PM
Cross Campus, 85 N. Raymond Avenue · Pasadena, CAWordPress Pasadena is back in beautiful Old Town Pasadena at one of the first (and finest) Co-Workin' spaces in town, CrossCampus (http://www.crosscamp.us/).
Bring your curiosity, your questions, your swell attitude and lots of potatoes. J/k, just bring your smiling faces. Please read the info below as it pertains to our meetup format and FAQs.
Improve comments admin UI to filter out likes and Swarm replies
Perhaps I can figure out a way to use query parameters to filter out some of the like webmentions and replies from Swarm so that I’m not really building anything new?
Sometimes you make a major step forward and it creates new UI problems. We’ll get there eventually.
If I add my my email address within the comment editing interface, then the appropriate Gravatar is pulled and displayed as expected. This leads me to believe that somehow SL either isn’t finding/pulling the Gravatar URL that it’s storing, or the code is potentially skipping looking for it within its logic structure.
I’ve noticed this also seems to be the case for other WP sites which I have reason to suspect are running this same version as well.
Webmentions from other non-Gravatar related sites don’t seem to be affected by this and they’re displaying the proper avatar images as defined within their h-cards.
Reply to Morten Rand-Hendriksen about Webmention and WordPress Core