Home
Softono
i

indieweb

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by indieweb

wordpress-indieweb
Open Source

wordpress-indieweb

# IndieWeb - Contributors: pfefferle, indieweb, dshanske - Donate link: https://indieweb.org/how-to-sponsor - Tags: indieweb, webmention, POSSE, indieauth - Requires at least: 4.7 - Requires PHP: 7.4 - Tested up to: 7.0 - Stable tag: 5.1.1 - License: MIT - License URI: http://opensource.org/licenses/MIT IndieWeb for WordPress! ## Description The IndieWeb Plugin for Wordpress helps you establish your IndieWeb identity by extending the user profile to provide [rel-me](https://indieweb.org/rel-me) and [h-card](https://indieweb.org/h-card) fields and optionally adding widgets to display this. It also includes a bundled installer for a core set of IndieWeb-related plugins. It's meant to be a one-stop shop to help WordPress users quickly and easily join the growing [IndieWeb](https://indieweb.org) movement (see below). Some of these plugins allow you to: * send and receive comments, likes, reposts, and other kinds of post responses using your own site * allow comments on others' sites to show up as comments on your posts * help make IndieWeb comments and mentions look better on your site * allow support for webmentions * add location support to your posts * more easily syndicate your content to other sites to take advantage of network effects and other communities while still owning all of your original content * link to syndicated versions of a post so that comments on your content in silos like Facebook, Twitter, Instagram can come back to your original post as comments there * set up a MicroPub Server to use other posting interfaces. (You could potentially use services like Instagram, Foursquare, and others to post to your WordPress site.) * Use your site to log into other services with [IndieAuth](https://indieweb.org/indieauth). ### The IndieWeb **The [IndieWeb](https://indieweb.org/) is a people-focused alternative to the ‘corporate web’ that allows you to be the hub of your own web presence.** It's been written about in [Wired](http://www.wired.com/2013/08/indie-web/), [The Atlantic](http://www.theatlantic.com/technology/archive/2014/08/the-new-editors-of-the-internet/378983/), [Slate](http://www.slate.com/blogs/future_tense/2014/04/25/indiewebcamps_create_tools_for_a_new_internet.html), and [Gigaom](https://gigaom.com/2014/09/03/dont-like-facebook-owning-and-controlling-your-content-use-tools-that-support-the-open-web/) amongst others. ### The IndieWeb, like WordPress, feels that your content is yours When you post something on the web, it should belong to you, not a corporation. Too many companies have gone out of business and lost all of their users’ data. By joining the IndieWeb, your content stays yours and in your control. ### The IndieWeb is here to help you be better connected Your articles and status messages can be syndicated to all services, not just one, allowing you to engage with everyone in your social network/social graph. Even replies and likes on other services can come back to your site so they’re all in one place. Interested in connecting your WordPress site to the [IndieWeb](https://indieweb.org/)? Let us help you get started. ## Frequently Asked Questions ### How do I get Started? IndieWeb for WordPress includes a plugin installer program. A Getting Started Guide can be found under IndieWeb. ### Where can I find help? Can I contribute? A group of web developers (including those knowledgeable about WordPress, among many other web technologies) can be found discussing and working on IndieWeb related technologies in the wiki at [indieweb.org](https://indieweb.org) or in the #IndieWeb [IRC on Freenode](https://indieweb.org/IRC). WordPress specific portions of the IndieWeb camp can be found at [WordPress](https://indieweb.org/wordpress), [Getting Started on WordPress](https://indieweb.org/Getting_Started_on_WordPress), [Examples](https://indieweb.org/WordPress/Examples), and other [plugins](https://indieweb.org/WordPress/Plugins). If you need additional assistance, feel free to reach out to any of the [WordPress Outreach Club](https://indieweb.org/WordPress_Outreach_Club) members via the website, our individual websites, or our social media presences -- we're happy to help! ### Why IndieWeb? Find more information and details for the motivations for joining the IndieWeb at https://indieweb.org/Why ### What about plugin XYZ? If you think we missed a plugin reference, please file an issue on [Github](https://github.com/indieweb/wordpress-indieweb/issues). ### What plugins are included in this package? Can I install them separately? One could certainly download, install, and activate some or all of these plugins separately, picking and choosing features as needed, but it is much quicker and easier to utilize the interface provided by this IndieWeb plugin to install and activate them. * Webmention (Required) - allows you to send and receive by adding webmention support to WordPress. Mentions show up as comments on your site. * Post Kinds - Allows you to reply/like/RSVP etc to another site from your own, by adding support for kinds of posts to WordPress. * Syndication Links - Automatically adds syndication links from a supported syndication plugin or by manual entry in the post editor. Support for NextScripts: Social Networks Auto-Poster (aka SNAP), the Medium plugin, and a few others. * MicroPub - A MicroPub Server for publishing posts using third-party Micropub clients * IndieAuth - Adds an IndieAuth endpoint to WordPress. * Simple Location - adds basic location and weather support to WordPress posts ## Changelog Project maintained on github at [indieweb/wordpress-indieweb](https://github.com/indieweb/wordpress-indieweb). ### 5.1.1 * Update Plugin Installer to upstream version 1.0.2 * Fix broken styles and scripts on extensions page * Fix PHP deprecation warning for uninstalled plugins ### 5.1.0 * Tested with WordPress 7.0 * Added namespacing and PSR-4 style autoloader * Added unit tests * Centralized hook registrations * Fix fatal error when `get_rel_me` returns false in REST API * Updated dependencies ### 5.0.0 * Requires PHP 7.4 or higher * Tested with WordPress 6.9 * Refreshed icons * Improved security with better input sanitization and output escaping * Improved code quality and plugin structure ### 4.0.5 * Update dependencies * Update assets * Added IndieBlocks ### 4.0.4 * Profile setting for reddit was missing a / ### 4.0.3 * Refresh icons * Add minimal CSS file * Replace Bluesky with now official icon * Add user profile setting for bluesky and reddit as both are now supported by Bridgy * Fix null check ### 4.0.2 * Refresh icons * Add bluesky and nostr icon manually per prior request * Add legacy widget block support ### 4.0.1 * Refresh dependencies and icons ### 4.0.0 * Remove Semantic Linkbacks recommendation * Remove Microformats2 recommendation * Update dependencies * Refresh icons ### 3.4.7 * Update dependencies * Refresh icons * Fix h-card markup issue ### 3.4.6 * Refresh icons * Update CSS ### 3.4.5 * Refresh dependencies * Refresh icons * Fix issue with CSS name collision causing black icons to turn green. ### 3.4.4 * Refresh dependencies ### 3.4.3 * Refresh dependencies ### 3.4.2 * Update domain to icon mapping functionality * Add mastodon profile url field and store the mastodon URL in a transient so it can be mapped ### 3.4.1 * Replace missing icon * Remove Google Plus profile option due impending shutdown of service ### 3.4.0 * Switch from svg sprite to inline svg * Change to layout of Getting Started page, (props @tw2113) ### 3.3.14 * Fixed issue with missing closing tag on h-card widget * Turned h-card widget into an HTML template to allow for easier customization ### 3.3.13 * Typo causing rel-me error. Sorry folks. ### 3.3.12 * Update icon file * Add option to show rel-me icons inside h-card * Remove Bridgy from Suggested Plugins ### 3.3.11 * Code cleanups ### 3.3.10 * Fix email property not being used and hook it to setting * Fix micro.blog icon * Fix PHP notice ### 3.3.9 * Update dependencies * Change text on widgets to be more descriptive * Add uid to h-card widget * Add toggles for location, avatar, and notes to h-card widget setting * Only update author post URL to user_url when option set only on displayed links as messing up backend lookup. ### 3.3.8 * Add privacy declaration * Remove unused dependencies * Change svg generation package to ensure maximum size of svg icons * Add link to chat page in Getting Started page * Add Websub plugin ### 3.3.7 * Add micro.blog username to user profile as it uses rel-me * Remove last.fm due no indieweb support * Add option for the icons to be black and white only ### 3.3.6 * Refresh icons ### 3.3.5 * Fix missing file on previous commit ### 3.3.4 * Script creation of icon pack, CSS colors, and textual notes * Adopt a combination of Genericons Neue and Simple Icons for icon pack * Move telephone out of rel-me as no more authentication in Indieauth ### 3.3.3 * Add colors for the new icons added in previous version * Add Simple Location to the extensions list * Amend Getting Started to be clearer about first steps ### 3.3.2 * Add PHP compatibility testing * Add Travis CI testing of all supported versions of PHP * Add textdomain testing * New icons for the rel-me misc options * Icons now included as SVG and generated within the plugin development files ### 3.3.1 * fix PHP compatibility problem ### 3.3.0 * Add Basic H-Card widget * Minor fixes * Basic CONTRIBUTING.md ### 3.2.2 * Change extra rel-me field to array to ensure proper handlin * Remove hover text field feature ### 3.2.1 * Added IndieWeb admin menu icon ### 3.2.0 * Add Microformats 2 (wp-uf2) to installer. ### 3.1.1 * Disable single author checkbox if not multi-author site * Remove `get_the_author_id` as deprecated since 2.8 ### 3.1.0 * Remove Webmentions for Threaded Comments, hopefully to merge into Webmentions at some future point. * Remove Hum URL Shortener in attempt to narrow focus * Bridgy Publish plugin to assist people in Publish. * Remove Webactions in attempt to narrow focus * Remove IndieWeb Press This as not distributed through wordpress repo * Switch plugin installer from TGM to simpler https://github.com/dcooney/wordpress-plugin-installer * Fix issue where extra user properties were incorrectly sanitized * Handle an @ in the twitter username * If silo field contains valid URL, pass through instead of adding baseurl * Add setting to override author page URL with user website URL * Support enhanced registration of settings introduced in 4.7 * Internationalize additional strings ### 3.0.6 * Fix bug in single author display * Add constant INDIEWEB_ADD_HCARD_SUPPORT to disable hcard additions * Add constant INDIEWEB_ADD_RELME_SUPPORT to disable rel-me widget ### 3.0.5 * Textual improvements ### 3.0.4 * Hidden relme links will be active whenever the relme widget is not active * Changes in documentation ### 3.0.3 * Bug fix re rel=me on multi-author sites * Removal of post author option due changes in global config * Remove use of deprecated functions * Disable hidden rel=me option due error ### 3.0.2 * WordPress coding style * Fixed indents ### 3.0.1 * General cleanups * Update TGM Plugin Activation to 2.6.1 * SVG Icon Support ### 3.0.0 * The plugin now supports establishing your identity on the web with your site. * Extended User Profile * includes additional properties to be used to generate h-card * includes rel-me for the silos supported by IndieAuth plus any arbitrary additional ones * supports 'hidden' rel-me links or a rel-me widget with SVG icons * Admin is redesigned with a top-level menu * Update TGM Plugins Activate to Version 2.6.1 ### 2.2.0 * Update to Version 2.5.0 of the TGM Plugins Activation which adds update capability * Now that Syndication Links has the functionality of WordPress Syndication remove as duplicative ### 2.1.1 * "Post Kinds" is now in the WordPress repository * "MicroPub" server plugin added * "Syndication Links" is now in the WordPress repository ### 2.1.0 * added "syndication-links", "indieauth" and "wordpress-syndication plugins * expanded IndieWeb Page with description of plugins * second contributor * fixed some small bugs ### 2.0.0 * plugins are not bundled any more ### 1.1.0 * updated webmention and semantic-linkbacks plugins * added hum (url shortener) ### 1.0.0 * initial release ## Installation 1. Upload the `indieweb`-folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the *Plugins* menu in WordPress 3. ...and that's it :) 4. Seriously though, this plugin includes a number of other configurable files as well as services, which need to be set up/configured individually. A good resource for details on setting them up quickly can be found at <a href="https://indieweb.org/Getting_Started_on_WordPress">IndieWeb: Getting Started on WordPress</a>. We also recommend viewing the instruction pages of the individual sub-plugins themselves.

WordPress Themes & Plugins SSO & Authentication
84 Github Stars
wordpress-micropub
Open Source

wordpress-micropub

# Micropub - Contributors: indieweb, snarfed, dshanske, pfefferle - Tags: micropub, publish, indieweb, microformats - Requires at least: 4.9.9 - Tested up to: 7.0 - Stable tag: 2.5.0 - Requires PHP: 7.2 - License: CC0 - License URI: http://creativecommons.org/publicdomain/zero/1.0/ Allows you to publish to your site using Micropub clients. ## Description Micropub is an open API standard that is used to create posts on your site using third-party clients. Web apps and native apps (e.g. iPhone, Android) can use Micropub to post short notes, photos, events or other posts to your own site, similar to a Twitter client posting to Twitter.com. Requires the IndieAuth plugin for authentication. Once you've installed and activated the plugin, try a client such as [Quill](http://quill.p3k.io/) to create a new post on your site. It walks you through the steps and helps you troubleshoot if you run into any problems. A list of known Micropub clients are available [here](https://indieweb.org/Micropub/Clients). Supports the full [Micropub spec](https://micropub.spec.indieweb.org/). As this allows the creation of posts without entering the WordPress admin, it is not subject to any Gutenberg compatibility concerns per se. Posts created will not have Gutenberg blocks as they were not created with Gutenberg, but otherwise there should be no issues at this time. Available in the WordPress plugin directory at [wordpress.org/plugins/micropub](https://wordpress.org/plugins/micropub/). ## Frequently Asked Questions ### What is Micropub? [Micropub](https://www.w3.org/TR/micropub/) is a W3C Recommendation that defines an open API standard for creating, updating, and deleting posts on your own website. ### I am experiencing issues in logging in with IndieAuth. There are a series of troubleshooting steps in the IndieAuth plugin for this. The most common problem involves the token not being passed due the configuration of your hosting provider. ### Why do I need the IndieAuth plugin? For reasons of security it is recommended that you only use this plugin on sites that implement HTTPS. Authentication is not built into this plugin. The IndieAuth plugin provides the authentication layer. ### What Micropub extensions are supported? Supports Stable Extensions: * [Post Status](https://indieweb.org/Micropub-extensions#Post_Status) - Either `published` or `draft` * [Visibility](https://indieweb.org/Micropub-extensions#Visibility) - Either `public` or `private` * [Query for Category/Tag List](https://indieweb.org/Micropub-extensions#Query_for_Category.2FTag_List) * [Slug](https://indieweb.org/Micropub-extensions#Slug) - Custom slug * [Query for Post List](https://indieweb.org/Micropub-extensions#Query_for_Post_List) Supports Proposed Extensions: * [Limit Parameter for Query](https://github.com/indieweb/micropub-extensions/issues/35) * [Offset Parameter for Query](https://github.com/indieweb/micropub-extensions/issues/36) * [Filter Parameter for Query](https://github.com/indieweb/micropub-extensions/issues/34) * [Location Visibility](https://github.com/indieweb/micropub-extensions/issues/16) * [Query for Supported Queries](https://github.com/indieweb/micropub-extensions/issues/7) * [Query for Supported Properties](https://github.com/indieweb/micropub-extensions/issues/8) * [Discovery of Media Endpoint using Link Rel](https://github.com/indieweb/micropub-extensions/issues/15) * [Extended GEO URIs](https://github.com/indieweb/micropub-extensions/issues/32) * [Deleting uploaded media](https://github.com/indieweb/micropub-extensions/issues/30) * [Querying for media](https://github.com/indieweb/micropub-extensions/issues/14) * [Filtering media by mime-type](https://github.com/indieweb/micropub-extensions/issues/45) * [Return Visibility in q=config](https://github.com/indieweb/micropub-extensions/issues/8#issuecomment-536301952) ### What configuration options are available? These configuration options can be enabled by adding them to your wp-config.php: * `define('MICROPUB_NAMESPACE', 'micropub/1.0')` - Change the namespace for the micropub endpoint * `define('MICROPUB_DRAFT_MODE', 1)` - Override default post status and set to draft for debugging ## Changelog Project and support maintained on GitHub at [indieweb/wordpress-micropub](https://github.com/indieweb/wordpress-micropub). ### 2.5.0 * Add namespaces and PSR-4 autoloader * Refactor REST API to use WP_REST_Controller pattern * Fix q=source to return valid MF2 JSON for all properties * Fix REST response headers causing PHP warning * Replace admin notice with Site Health test for HTTPS check * Restructure test suite to match project conventions * Modernize build setup and workflows * Add PHPDoc documentation for all hooks and filters * Tested up to WordPress 7.0 ### 2.4.0 * Remove sole setting as no longer needed (see upgrade notice) * Remove settings page as no more settings * Bump minimum PHP version to PHP 7.2 * Require IndieAuth plugin as a dependency * Switch to dynamic from static rendering on posts ### 2.3.3 * Stop including visible text in reply contexts since they go inside e-content * Fix undeclared variables ### 2.3.2 * Update readme * Fix client name bug ### 2.3.1 * Made one little mistake ### 2.3.0 * Sanitize media endpoint queries * Add mime_type filter for media queries * Update media endpoint query response * Set client application taxonomy id if present * Add display functions for showing the client or returning the client data * Normalize JSON inputs to ensure no errors * Add support for Visibility config return * Sets `_edit_last` property when a post is updated ### 2.2.5 * Update readme links * Add filter to allow custom database insert * Latitude and longitude properties are now converted into a location property * Introduce new function to simplify returning a properly set datetime with timezone * Media Endpoint now supports a delete action * New query unit test revealed bug in new q=source&url= query previously introduced * Update media response to include published, updated, created, and mime_type ### 2.2.4 * Add published date to return from q=source on media endpoint ### 2.2.3 * Deduplicated endpoint test code from endpoint and media endpoint classes * Removed error suppression revealing several notices that had been hidden * Abstract request for scope and response into functions * Switch check in permissions to whether a user was logged in * Published, updated, name, and summary properties are no longer stored in post meta * Store the timezone offset for the post in meta ### 2.2.2 * Fixed and updated testing environment * Fixed failing tests as a result of update to testing environment * Change return response code based on spec update from 401 to 403 ### 2.2.1 * Change category query parameter from search to filter * Fix permissions for Media Endpoint to match Endpoint * For source query on both media and micropub endpoint support offset parameter ### 2.2.0 * Deprecate MICROPUB_LOCAL_AUTH, MICROPUB_AUTHENTICATION_ENDPOINT and MICROPUB_TOKEN_ENDPOINT constants * Remove IndieAuth Client code, will now require the IndieAuth plugin ### 2.1.0 * Fix bug where timezone meta key was always set to website timezone * Fix issue where title and caption were not being set for images * Remove post scope * Add support for draft scope * Improve permission handling * Fix issue with date rendering in events * Return URL in response to creating a post * Introduce new filters for post type and taxonomy input ### 2.0.0 * Rewrite using REST API * Add Media Endpoint * Improve error handling * Ensure compliance with Micropub spec ## Installation Follow the normal instructions for [installing WordPress plugins](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins). ### Automatic Plugin Installation 1. Go to Plugins > Add New 2. Search for "micropub" 3. Click Install Now, then Activate ### Manual Plugin Installation 1. Download the plugin from [GitHub](https://github.com/indieweb/wordpress-micropub/releases) or [WordPress.org](https://wordpress.org/plugins/micropub/) 2. Upload to `wp-content/plugins/` 3. Activate the plugin ## Filters and Hooks ### Filters `before_micropub( $input )` Called before handling a Micropub request. Returns `$input`, possibly modified. `micropub_post_content( $post_content, $input )` Called during the handling of a Micropub request. Returns `$post_content`, possibly modified. `micropub_post_type( $post_type = 'post', $input )` Called during the creation of a Micropub post. Defaults to post but allows setting a custom post type. `micropub_tax_input( $tax_input, $input )` Called during the creation of a Micropub post. Allows setting custom taxonomy. `micropub_syndicate-to( $synd_urls, $user_id, $input )` Called to generate the list of `syndicate-to` targets. `micropub_query( $resp, $input )` Allows you to replace a query response with your own customized version. `micropub_suggest_title( $mf2 )` Allows a suggested title to be generated for the post slug. `pre_insert_micropub_post( $args )` Filters the arguments sent to wp_insert_post just prior to insertion. ### Hooks `after_micropub( $input, $wp_args = null )` Called after handling a Micropub request. Not called if the request fails. `micropub_syndication( $ID, $syndicate_to )` Called only if there are syndication targets for the post. ## Upgrade Notice ### 2.4.0 The following option and setting was removed from the plugin as the IndieAuth plugin now allows the creation of a draft token. The MICROPUB_DRAFT_MODE config override remains in place. Static rendering for newer posts has been replaced by dynamic render. ### 2.2.0 The Micropub plugin will no longer function without the IndieAuth plugin installed. ### 2.0.0 This version changes the Micropub endpoint URL as it now uses the REST API. You may have to update any third-parties that have cached this info.

WordPress Themes & Plugins
53 Github Stars