WordPress/Plugins: Difference between revisions

From IndieWeb
(note about webmentions for comments)
m (heading level, summary)
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The WordPress.org repository has over 30,000 plugins. There are more outside of the official repository. While not all plugins are expressly designed for Indieweb, some can be used regardless with little to no adjustment.
The WordPress.org repository has over 30,000 plugins. There are more outside of the official repository. While not all plugins are expressly designed for Indieweb, some can be used regardless with little to no adjustment. WordPress recommends


<dfn>WordPress Plugins</dfn> are plugins that can help make your site more IndieWeb friendly.
<dfn>WordPress Plugins</dfn> are plugins that can help make your site more [[friendly|IndieWeb friendly]].
 
==Common Plugins Summary==
 
{| class="wikitable"
|-
! scope="col"| Name/Wiki Page
! scope="col"| Logo
! scope="col"| Short Description
! scope="col"| Install &amp; feedback
! scope="col"| Developer(s)
|-
! scope="row"| [[WordPress_IndieWeb_Plugin|IndieWeb Plugin]]
| Logo <!--- need better/smaller logo {{pagelogo|https://ps.w.org/indieweb/assets/banner-772x250.png}} -->
| Adds rel-me and h-card to your user profile; bundled installer for core IndieWeb plugins.  
| [https://wordpress.org/plugins/indieweb/ WordPress install]<br/>
[https://github.com/indieweb/wordpress-indieweb GitHub] ([https://github.com/indieweb/wordpress-indieweb/issues issues])
| {{pfefferle}}, {{GWG}}, [[WordPress Outreach Club]]
|-
! scope="row"| [[Wordpress_Webmention_Plugin|Webmention]]
| {{pagelogo|https://indieweb.org/images/thumb/3/3c/webmention-logo.svg/160px-webmention-logo.svg.png}}
| Adds Webmention sending support so you can use your blog to reply to posts on other blogs!
| [https://wordpress.org/plugins/webmention/ WordPress install]<br/>
[https://github.com/pfefferle/wordpress-webmention GitHub]([https://github.com/pfefferle/wordpress-webmention/issues issues])
| {{pfefferle}}
|-
! scope="row"| [[Semantic Linkbacks]]
| Logo
| Displays received Webmentions as [[comments]], [[reposts]], [[likes]], and [[favorites]]. Supports [[microformats2]].
| [https://wordpress.org/plugins/semantic-linkbacks/ WordPress install] <br/>
[https://github.com/pfefferle/wordpress-semantic-linkbacks GitHub]([https://github.com/pfefferle/wordpress-semantic-linkbacks/issues issues])
| {{pfefferle}}, {{GWG}}, {{acegiak}}
|-
! scope="row"| [[Micropub_for_WordPress|Micropub]]
| Logo
| Adds [[Micropub]] support to your blog, so you can use any Micropub client to post.
| [https://wordpress.org/plugins/micropub/ WordPress install]<br/>
[https://github.com/snarfed/wordpress-micropub GitHub]([https://github.com/snarfed/wordpress-micropub/issues issues])
| {{snarfed}}, {{GWG}}
|-
! scope="row"| [[Syndication_Links|Syndication Links]]
| Logo
| Adds links to [[syndication|syndicated]] copies of your posts. Supports <code>u-syndication</code> markup.
| [https://wordpress.org/plugins/syndication-links/ WordPress install]<br/>
[https://github.com/dshanske/syndication-links GitHub]([https://github.com/dshanske/syndication-links/issues issues])
| {{GWG}}
|-
! scope="row"| [[Wordpress_IndieAuth_Plugin|IndieAuth]]
| Logo
| Adds [[IndieAuth]] support to WordPress.
| [https://wordpress.org/plugins/indieauth/ WordPress install]<br/>
[https://github.com/indieweb/wordpress-indieauth/ GitHub]([https://github.com/indieweb/wordpress-indieauth/issues issues])
| {{GWG}}, {{pfefferle}}, {{aaronpk}}
|-
! scope="row"| [[WebSub#WordPress_Plugins_for_PuSHWebSub|WebSub]]
| Logo
| Short Description
| WordPress install (none currently)<br/>
[https://github.com/pubsubhubbub/wordpress-pubsubhubbub GitHub]([https://github.com/pubsubhubbub/wordpress-pubsubhubbub/issues issues])
| {{pfefferle}}
|-
! scope="row"| [[Post_Kinds_Plugin|Post Kinds]]
| Logo
| Respond to and interact with other sites using IndieWeb standards for different [[posts#Types_of_Posts|types of posts]].
| [https://wordpress.org/plugins/indieweb-post-kinds/ WordPress install]<br/>
[https://github.com/dshanske/indieweb-post-kinds GitHub]([https://github.com/dshanske/indieweb-post-kinds/issues issues])
| {{GWG}}
<!-- Cut/paste the section below to add additional plugins to the table
|-
! scope="row"| Plugin Name
| Logo
| Short Description
| WordPress install <br/>
Development Version (issues)
| Developer Name
-->
|}
 
__TOC__
== WordPress Directory IndieWeb Plugins ==
The WordPress Plugin Directory has several IndieWeb plugins.
* https://wordpress.org/plugins/search/indieweb/
In general, if a plugin has been updated within the past two years, it should be compatible with the latest version of WordPress. If a plugin older than two years, it should be avoided.
 
Start with:
* Install the '''[https://wordpress.org/plugins/indieweb/ IndieWeb Plugin for WordPress]'''
This plugin helps you establish your IndieWeb identity by extending the user profile to provide [[rel-me]] and [[h-card]] fields and optionally adding widgets to display an hcard on your sidebar.
 
The IndieWeb plugin also includes a bundled installer for a core set of IndieWeb-related plugins and a dashboard menu for settings of plugins you activate. Additional plugins on the extensions tab of the menu include: [[Wordpress Webmention Plugin]], [[Semantic Linkbacks]], [[WordPress Micropub Plugin]], [[Post Kinds Plugin]], [[Syndication Links]], [[Bridgy_Publish_plugin|WordPress Bridgy Plugin]], [[Wordpress IndieAuth Plugin|WordPress IndieAuth Plugin]], [[WordPress Microformats2 Plugin]], [[Simple_Location|Simple Location]], and [[WebSub#WordPress_Plugins_for_PuSH|WordPress WebSub Plugins]].
 
== Plugins by feature ==
Plugins are categorized by the functionality they bring to the IndieWeb WordPress community


=== Webmention Support ===
=== Webmention Support ===
Line 7: Line 98:
[[Webmention]]s are also part of the core IndieWeb [[building-blocks]]. They let you send and receive replies, likes, etc. directly from your site.
[[Webmention]]s are also part of the core IndieWeb [[building-blocks]]. They let you send and receive replies, likes, etc. directly from your site.


To add webmention support to your WordPress site, install the [[Webmention Plugin]]
To add webmention support to your WordPress site:
 
* Install the '''[[Webmention Plugin]]'''
To further enhance webmentions:
To further enhance webmentions:
* Try combining the [[Webmention Plugin]] ([http://andysylvester.com/2014/01/27/working-with-webmention-video/ video available]) and [[Semantic Linkbacks]] plugins. This adds support for richer  [[comments]] (including the [[likes]], [[reposts]], [[favorites]], [[RSVPs]] and classic [[mentions]].
* Also install the '''[[Semantic Linkbacks]]''' plugin. This adds support for richer  [[comments]] (including the [[likes]], [[reposts]], [[favorites]], [[RSVPs]] and classic [[mentions]].
* Add the "[https://github.com/pfefferle/wordpress-webmention-for-comments Webmentions for Comments]" plugin to enable webmentions support for threaded comments. (This separate plugin is being integrated into the main Webmention plugin, so take care not to duplicate the functionality by installing versions which may have both.)


==== alternatives ====
==== alternatives ====
Line 23: Line 113:
=== Publishing to Your Site ===
=== Publishing to Your Site ===
[[Micropub for WordPress]] implements a [[Micropub]] server endpoint.
[[Micropub for WordPress]] implements a [[Micropub]] server endpoint.
[https://github.com/dshanske/indie-webactions Indie-WebActions] implements webactions and a basic posting UI.


=== POSSE Plugins ===
=== POSSE Plugins ===
Line 49: Line 137:
* [http://ifttt.com/ IFTTT] (If This, Then That)  
* [http://ifttt.com/ IFTTT] (If This, Then That)  
** [[User:Techlifeweb.com|Scott Kingery]] has [http://techlifeweb.com/using-wordpress-for-indieweb/#posse documented some of how he uses IFTTT].
** [[User:Techlifeweb.com|Scott Kingery]] has [http://techlifeweb.com/using-wordpress-for-indieweb/#posse documented some of how he uses IFTTT].
* [https://github.com/crowdfavorite/wp-social Social (aka Mailchimp Social, aka WP Social)] (Twitter/Facebook); this was also previously a [http://wordpress.org/plugins/social/ WordPress.org hosted plugin].
** '''Nota Bene''', this [https://github.com/crowdfavorite/wp-social/issues/213#issuecomment-282094259 service no longer works as of late 2016] as a required middleware proxy hosted by MailChimp was shut down and is no longer supported.


==== Single silo plugins ====
==== Single silo plugins ====
Line 64: Line 150:
The [https://wordpress.org/plugins/syndication-links/ Syndication Links] plugin is designed to support both manual and automatic entry of [[rel-syndication]] links. It is extensible to add support for plugins and has support from Tumblr Crosspostr, Diaposter, Medium, and WP-Crosspost, as well as having integrated support courtesy of rel-syndication plugin for [[SNAP]], Bridgy Publish, and Social.
The [https://wordpress.org/plugins/syndication-links/ Syndication Links] plugin is designed to support both manual and automatic entry of [[rel-syndication]] links. It is extensible to add support for plugins and has support from Tumblr Crosspostr, Diaposter, Medium, and WP-Crosspost, as well as having integrated support courtesy of rel-syndication plugin for [[SNAP]], Bridgy Publish, and Social.


Alternatively, you can try the [http://wordpress.org/plugins/relsyndication/ rel-syndication plugin] for that (Currently only supports the Social plugin, the [https://github.com/jihaisse/wordpress-syndication GitHub mainline] has minimal support of Tumblr, Twitter and Facebook for NextScripts' SNAP ).
Also, if you are writing status updates that will be duplicated in the content share boxes in your edit post screen, there is some handy code [http://davidpeach.co.uk/autofill-share-fields-for-status-posts/ here] to autofill those share fields to save copy/pasting them from the content WYSIWYG.
Also, if you are writing status updates that will be duplicated in the content share boxes in your edit post screen, there is some handy code [http://davidpeach.co.uk/autofill-share-fields-for-status-posts/ here] to autofill those share fields to save copy/pasting them from the content WYSIWYG.


Line 73: Line 157:
In case [[POSSE]] is not available - for example, due to API limitations like in case of Instagram - there is always the option to pull in your data from other hosts using [[PESOS]]
In case [[POSSE]] is not available - for example, due to API limitations like in case of Instagram - there is always the option to pull in your data from other hosts using [[PESOS]]


* [https://wordpress.org/plugins/keyring-social-importers/ Keyring Social Importers] - an impressive importer with auto-import functionality and with an easily extendable setup on top of the [https://wordpress.org/plugins/keyring/ Keyring] plugin. Currently supporter networks:  
* [https://wordpress.org/plugins/keyring-social-importers/ Keyring Social Importers] - an impressive importer with auto-import functionality and with an easily extendable setup on top of the [https://wordpress.org/plugins/keyring/ Keyring] plugin. Currently supported networks:  
** Delicious
** Delicious
** Flickr
** Flickr
Line 88: Line 172:
* [https://www.integromat.com/en/integrations/wordpress Integromat] appears to be a PESOS service, similar to [[IFTTT]], that can be used with WordPress
* [https://www.integromat.com/en/integrations/wordpress Integromat] appears to be a PESOS service, similar to [[IFTTT]], that can be used with WordPress


=== IndieAuth ===
=== Authentication ===
Install the '''[http://wordpress.org/plugins/indieweb/ IndieWeb plugin]''' to add rel-me links to your WordPress site!
 
In order to use your own domain name to sign into other websites, you will want to add support for [[IndieAuth]]. This requires [http://wordpress.org/plugins/indieauth/ IndieAuth for Wordpress].
 
The plugin also supports [[web sign-in]], allowing you to sign into your own site using an external endpoint.


In order to use your own domain name to sign into other websites, you will want to add support for [[IndieAuth]]. This requires the appropriate [[rel-me]] link(s) appear on your homepage.
==== Alternatives ====
 
Install the '''[http://wordpress.org/plugins/indieweb/ IndieWeb plugin]''' to add rel-me links to your WordPress site! This will allow you to login using sites that support [[relmeauth]].


Once you have rel-me links set up, head over to [https://indieauth.com/ indieauth.com] and sign in to test that you've set things up appropriately!
Once you have rel-me links set up, head over to [https://indieauth.com/ indieauth.com] and sign in to test that you've set things up appropriately!


==== Alternatives ====
If you don't want to add a plugin, you can follow the instructions for [http://en.support.wordpress.com/add-social-media-buttons-to-your-sidebar-or-footer/ adding social media buttons] or the documentation for [http://codex.wordpress.org/WordPress_Widgets#Using_Text_Widgets using text widgets]. You can also add [[rel-me]] links to a custom menu by enabling the Link Relationships under Screen Options on the custom menu page.
If you don't want to add a plugin, you can follow the instructions for [http://en.support.wordpress.com/add-social-media-buttons-to-your-sidebar-or-footer/ adding social media buttons] or the documentation for [http://codex.wordpress.org/WordPress_Widgets#Using_Text_Widgets using text widgets]. You can also add [[rel-me]] links to a custom menu by enabling the Link Relationships under Screen Options on the custom menu page.


More details for setting up rel-me links can be found at https://indieauth.com/setup.
More details for setting up rel-me links can be found at https://indieauth.com/setup.
The [http://wordpress.org/plugins/indieauth-links/ IndieAuth-Links plugin] is another option, though as of 2015-12-03 the plugin has not been updated for two years and is only confirmed compatible up to WordPress version 3.7.11.
If you want to support Indieauth for logging into your own site, [http://wordpress.org/plugins/indieauth/ IndieAuth for Wordpress] which allows users to sign in with their domain instead of a username and password.


=== Backfeed ===
=== Backfeed ===
Line 126: Line 210:
* [https://premium.wpmudev.org/project/reader/ WPMUDEV Reader] (requires subscription, meant for WP multi-site use)
* [https://premium.wpmudev.org/project/reader/ WPMUDEV Reader] (requires subscription, meant for WP multi-site use)


=== Other Indieweb Plugins ===
== Other Indieweb Plugins ==
Here are a few more plugins you might want to try. Many require FTP or other more technical setup.
Here are a few more plugins you might want to try. Many require FTP or other more technical setup.
* [http://wordpress.org/plugins/hum/ URL Shortener: WP-Hum]
* [http://wordpress.org/plugins/hum/ URL Shortener: WP-Hum]
* [https://github.com/pfefferle/wordpress-webactions WebActions]
* [https://github.com/pfefferle/wordpress-webactions WebActions]
* [https://gist.github.com/pfefferle/1724438 blavatars (icons)]
* [https://gist.github.com/pfefferle/1724438 blavatars (icons)]
* [https://snarfed.org/indieweb-press-this-bookmarklets-for-wordpress IndieWeb reply, repost, like, and RSVP bookmarklets]
* [https://wordpress.org/plugins/indieweb-press-this/ IndieWeb reply, repost, like, and RSVP bookmarklets]
* [[Simple Location]]
* [[Simple Location]]
* [https://github.com/dshanske/semantic-comments Semantic Comments]
* [https://github.com/pfefferle/wordpress-indienews IndieNews Plugin] for submitting content to [[IndieNews]]
* [https://github.com/pfefferle/wordpress-indienews IndieNews Plugin] for submitting content to [[IndieNews]]
* [https://github.com/sebastiangreger/sg-bookmarks sg-bookmarks] - a custom plugin for creating [[bookmark]]s in WordPress. [https://sebastiangreger.net/2014/01/own-your-data-part-1-bookmarks/ additional details]
* [https://github.com/sebastiangreger/sg-bookmarks sg-bookmarks] - a custom plugin for creating [[bookmark]]s in WordPress. [https://sebastiangreger.net/2014/01/own-your-data-part-1-bookmarks/ additional details]
* [[WordPress uf2]]
* [[WordPress uf2]]


=== Plugins that May Be of Interest to Indieweb Users ===
=== Obsolete ===
The following plugins are deprecated/obsolete and should be uninstalled if you happen to have them:
 
* "[https://github.com/pfefferle/wordpress-webmention-for-comments Webmentions for Comments]" plugin - now part of webmention plugin. Old description: enable webmentions support for threaded comments.
 
== Plugins that May Be of Interest to Indieweb Users ==
* [http://wordpress.org/plugins/browserid/ BrowserID/Persona]
* [http://wordpress.org/plugins/browserid/ BrowserID/Persona]
* [http://wordpress.org/plugins/pubsubhubbub/ PubSubHubbub]
* [http://wordpress.org/plugins/pubsubhubbub/ PubSubHubbub]
Line 149: Line 237:
* [https://github.com/acegiak/moodkind Moodkind] for tracking mood in conjunction with Post Kinds
* [https://github.com/acegiak/moodkind Moodkind] for tracking mood in conjunction with Post Kinds


=== Past or old tech plugins ===
== Past or old tech plugins ==
* [http://wordpress.org/plugins/openid/ OpenID]
* [http://wordpress.org/plugins/openid/ OpenID]
* [https://github.com/pfefferle/wordpress-ostatus OStatus]
* [https://github.com/pfefferle/wordpress-ostatus OStatus]
* [https://github.com/pfefferle/wordpress-salmon Salmon]
* [https://github.com/pfefferle/wordpress-salmon Salmon]


=== Criticisms ===
== Criticisms ==
Many Indieweb Plugins are developed on Github and not pushed or maintained in the official Wordpress.org repository.
 
While the Indieweb Plugin allows Github repositories to be downloaded and installed, the Indieweb plugin does not support update notifications.


To encourage adoption, more Indieweb plugins should be pushed and regularly updated through the usual means by which WordPress plugins are installed.


There is also an experiment to [https://github.com/indiewordpress/composer use composer] as alternative to the WordPress plugin directory.
There is also an experiment to [https://github.com/indiewordpress/composer use composer] as alternative to the WordPress plugin directory.

Revision as of 06:35, 20 June 2018

The WordPress.org repository has over 30,000 plugins. There are more outside of the official repository. While not all plugins are expressly designed for Indieweb, some can be used regardless with little to no adjustment. WordPress recommends

WordPress Plugins are plugins that can help make your site more IndieWeb friendly.

Common Plugins Summary

Name/Wiki Page Logo Short Description Install & feedback Developer(s)
IndieWeb Plugin Logo Adds rel-me and h-card to your user profile; bundled installer for core IndieWeb plugins. WordPress install

GitHub (issues)

 Matthias Pfefferle, David Shanske, WordPress Outreach Club
Webmention Adds Webmention sending support so you can use your blog to reply to posts on other blogs! WordPress install

GitHub(issues)

 Matthias Pfefferle
Semantic Linkbacks Logo Displays received Webmentions as comments, reposts, likes, and favorites. Supports microformats2. WordPress install

GitHub(issues)

 Matthias Pfefferle, David Shanske, Ashton McAllan
Micropub Logo Adds Micropub support to your blog, so you can use any Micropub client to post. WordPress install

GitHub(issues)

Ryan Barrett, David Shanske
Syndication Links Logo Adds links to syndicated copies of your posts. Supports u-syndication markup. WordPress install

GitHub(issues)

David Shanske
IndieAuth Logo Adds IndieAuth support to WordPress. WordPress install

GitHub(issues)

David Shanske,  Matthias Pfefferle, Aaron Parecki
WebSub Logo Short Description WordPress install (none currently)

GitHub(issues)

 Matthias Pfefferle
Post Kinds Logo Respond to and interact with other sites using IndieWeb standards for different types of posts. WordPress install

GitHub(issues)

David Shanske

WordPress Directory IndieWeb Plugins

The WordPress Plugin Directory has several IndieWeb plugins.

In general, if a plugin has been updated within the past two years, it should be compatible with the latest version of WordPress. If a plugin older than two years, it should be avoided.

Start with:

This plugin helps you establish your IndieWeb identity by extending the user profile to provide rel-me and h-card fields and optionally adding widgets to display an hcard on your sidebar.

The IndieWeb plugin also includes a bundled installer for a core set of IndieWeb-related plugins and a dashboard menu for settings of plugins you activate. Additional plugins on the extensions tab of the menu include: Wordpress Webmention Plugin, Semantic Linkbacks, WordPress Micropub Plugin, Post Kinds Plugin, Syndication Links, WordPress Bridgy Plugin, WordPress IndieAuth Plugin, WordPress Microformats2 Plugin, Simple Location, and WordPress WebSub Plugins.

Plugins by feature

Plugins are categorized by the functionality they bring to the IndieWeb WordPress community

Webmention Support

Webmentions are also part of the core IndieWeb building-blocks. They let you send and receive replies, likes, etc. directly from your site.

To add webmention support to your WordPress site:

To further enhance webmentions:

alternatives

wp-webmention-again provides an async alternative webmention sender/receiver, using WP Cron for both, but it's yet to see a stable release. It also doesn't do any comment formatting.

Kinds of Posts

WordPress supports several different ways of organizing data. To support different kinds of posts, you can try the Post Kinds Plugin.

The Post Kinds adds a taxonomy to the post type in Wordpress allow for posts to be classified as a reply/like/repost etc. This allows archives to be generated for these kinds of posts as well as support to add the appropriate markup.

Publishing to Your Site

Micropub for WordPress implements a Micropub server endpoint.

POSSE Plugins

Along with personal-domains, POSSE is one of the cornerstones of the IndieWeb. In short, instead of posting to social network silos, you post to your own site and then copy to the silos.

You can POSSE manually, but most people automate it. WordPress has many plugins that do this. A few of the most popular are found below.

Multi silo plugins

These plugins have the ability to target multiple silos simultaneously:

Single silo plugins

These plugins focus on POSSE to only one target silo each:

rel-syndication

If you POSSE, it's good practice to include rel-syndication links on your WordPress posts.

The Syndication Links plugin is designed to support both manual and automatic entry of rel-syndication links. It is extensible to add support for plugins and has support from Tumblr Crosspostr, Diaposter, Medium, and WP-Crosspost, as well as having integrated support courtesy of rel-syndication plugin for SNAP, Bridgy Publish, and Social.

Also, if you are writing status updates that will be duplicated in the content share boxes in your edit post screen, there is some handy code here to autofill those share fields to save copy/pasting them from the content WYSIWYG.

If you also want to go the other direction and pull your social network posts and data back to WordPress, there are PESOS plugins too. To start, try Lifestream.

PESOS Plugins

In case POSSE is not available - for example, due to API limitations like in case of Instagram - there is always the option to pull in your data from other hosts using PESOS

Authentication

In order to use your own domain name to sign into other websites, you will want to add support for IndieAuth. This requires IndieAuth for Wordpress.

The plugin also supports web sign-in, allowing you to sign into your own site using an external endpoint.

Alternatives

Install the IndieWeb plugin to add rel-me links to your WordPress site! This will allow you to login using sites that support relmeauth.

Once you have rel-me links set up, head over to indieauth.com and sign in to test that you've set things up appropriately!

If you don't want to add a plugin, you can follow the instructions for adding social media buttons or the documentation for using text widgets. You can also add rel-me links to a custom menu by enabling the Link Relationships under Screen Options on the custom menu page.

More details for setting up rel-me links can be found at https://indieauth.com/setup.

Backfeed

Even if you're POSSEing or you're adding manual syndication urls ( for example, with Syndication Links plugin ) you probably want to pull comments and likes on the social network posts back to your site. This is called backfeed.

Some of the POSSE plugins have built-in functionality to do this for some networks.

Other options:

  • Bridgy - another option is Bridgy, a service that automatically sends webmentions for activity on your POSSEd posts inside silos (before starting to use Bridgy, make sure you first install the webmention and semantic-linkbacks plugins described below).
  • Keyring Reactions Importer - a generic, extendable plugin in early stage, on top of the Keyring plugin. It can auto-imports reactions for every post with syndicated links ( see readme of the plugin ) by polling, based on chained scheduled wp-cron events, so it may become heavy. Currently supported networks:
    • Facebook - comments & likes
    • Flickr - favorites & comments
    • 500px - likes, favorites, comments - requires an additional worker for Keyring )
    • Instagram - comments & likes
    • ... and anything you add

Reader / follower plugins

Other Indieweb Plugins

Here are a few more plugins you might want to try. Many require FTP or other more technical setup.

Obsolete

The following plugins are deprecated/obsolete and should be uninstalled if you happen to have them:

  • "Webmentions for Comments" plugin - now part of webmention plugin. Old description: enable webmentions support for threaded comments.

Plugins that May Be of Interest to Indieweb Users

Past or old tech plugins

Criticisms

There is also an experiment to use composer as alternative to the WordPress plugin directory.

WordPress
Topics Getting Started on WordPressAdvanced WordPress Set UpPluginsThemesExamplesWordPress with BridgyDevelopmentDataSecurity
Primary Plugins Indieweb PluginWebmentionSemantic LinkbacksMicropubIndieAuthPost KindsSyndication LinksWebSub plugins
POSSE Plugins Syndication LinksSocial Network Auto PosterJetPack PublicizeWP CrosspostTumblr CrosspostrDiasposterMastodon AutopostBridgy Publish plugin (deprecated) • Medium (deprecated)
PESOS Plugins Keyring Social ImportersDsgnWrks Twitter ImporterDsgnWrks Instagram Importer
Other Plugins IndieBlocksShortnotesActivityPub PluginAperture Refback pluginIndieWeb Press ThisWordPress MF2 Feeds PluginWordPress uf2OpenIDSimple LocationParse ThisIndieweb ActionsPressForwardYarns Indie ReaderWhisperFollowblogroll2email
Themes SemPress • (SemPress Child Themes: SemPress Lite, SenPress, and Index) • AutonomieIndependent PublisherIndieWeb Publishermf2_sTwenty Sixteen IndieWeb-friendly forkIndieWeb Twenty Fifteen ThemeDoublescores
Assistance Join the #indieweb chatIRC and other chat optionsWordPress FAQWordPress Outreach ClubTroubleshooting TipsWordPress toolsWordPress channel
See also WordPress related wiki pagesCategory:WordPress pluginsCategory:WordPress themesCategory:WordPress sessionsWordPress.comWordPress using IndieMarkAWS Tutorial


See Also

  • ...