Last Updated
Map
In the latest episode of An Indieweb Podcast, Chris Aldrich and I get together to talk about what we’ve been up to since the last episode in September.
Syndication Links 4.0.0 Released
The major version number change is because in this version, Syndication Links takes on a new role. As promised previously, I’ve built new syndication code and added supported for Bridgy and Indienews, which both uses Webmentions to trigger a syndication action. This is disabled by default.
As my first live use outside of testing, I’m using the plugin to send this post to Indienews and Twitter(via Bridgy).
The new code adds the concept of a syndication provider, which, when registered, adds the provider as a syndication target for Micropub clients as well as adds it to the WordPress classic editor as a series of checkboxes, er postone for each service.
The Bridgy Publish plugin I announced deprecation on had additional options on a per post and a global level. While the global settings will be coming back in a future version, I likely will not bring back the per-post settings.
Instead, I’d like to add more intelligence behind these decisions, based on other properties of the post. A checkbox is all you should need. The same with auto-syndication. If you decide you want everything to go to Twitter or some site, it shouldn’t check the box…there shouldn’t be a box at all. It should just go, even if there are some more parameters to make that decision…type of post, etc.
So, you are either all in, or in on a per post basis.
I look forward to feedback. This is only the beginning. I hope to do what I did for displaying syndication links, and interface with existing plugins in addition to writing my own integrations.
Simple Location Version 3.4.0 Released
Because of that, I completely rewrote the system that registers new location providers so I could more easily create new ones.
- The Nominatim provider has been switched to now use the Nominatim API provided by MapQuest(Yes, they are still around).
- You can now use Bing and Google to lookup addresses from coordinates
- Bing, Google, and Mapquest will now fill in elevation/altitude data on posts if not supplied during lookup, based on their APIs for this.
- Altitude will display if it is over 500 meters. So, right now, basically if I post on a plane.
- Location visibility, which is a feature now built into at least one Micropub client, has been enhanced in here. It should work more reliably now.
- Mapquest and HERE are new static map providers.
- The conflict with the Jetpack plugin, which added location services in 2017 unknown to me, has been resolved. If you activate this plugin, it unloads the conflicting Jetpack module.
- If there is no address to display, it will now display the coordinates.
- Dark Sky is now an alternate weather provider. I was going to add Weather Underground as well, but they apparently shut down their API.
- When publishing using Micropub, if coordinates are provided, it automatically generates a display address if none is provided and stores the current weather conditions.
- The default location visibility checkbox now offers any three of the visibility options… Private, Public, or Protected. Protected is show the display address but not the map or the coordinates.
What’s next for this plugin? Well, better logic around location visibility. Right now, if you do not set it, it goes to a global default.
So, I’d like to include geofencing. That would be a list of zones. Zones would be a location with a radius around it that if you are inside, it would automatically set to protected and/or replace the address with a generic one. For example, if you are within 50 meters of home, it would always use a pre-identified location of ‘Home’ and/or default to a city level description.
The plugin supports Location providers other than the browser. This means that the plugin could query a server to get the current location of the user.
However, there aren’t any I’ve implemented yet really. But this would allow me to query an API to get my location, which has a lot of potential in future, especially if I want to look up my historical location.
For example, I’ve let Google store some of my location history since March of 2013. There is no API I know of to poll the data, but you can export it. I would just have to find a place to import it to. 6 years, 50mb of data. If I had some way to load it up, query it by date and time, I would be able to add location to all posts and photos that didn’t have it, based on the location of my phone at the time the post was made.
I already have a program on my phone that sends my location periodically to my home automation system, but I’d have to try something different to store historical data. There are several options for this. I’m tempted to write something into WordPress, as I have a tendency to build things into my website. Not sure if there is an off the shelf project to suit my needs, though I’ve looked at Aaron Parecki’s Compass. I could build similar functionality into my site to accommodate this, but I think I need something that both my house and my website can query.
Either way, look to see me testing this on my upcoming trip to Indiewebcamp Berlin.
Version 2.0 of the Micropub Plugin Released
For those of you not familiar with it, Micropub is a standard that allows for you to publish to a website.
The major work on this actually finished in August, but due to some bug issues, most of them in the accompanying IndieAuth plugin, that affected some of the testers, I held off on releasing the plugin till today. If there is anyone still experiencing issues, please open an issue on the Micropub plugin Github repository.
The core functionality of the plugin remains the same, as does much of the original code. So, what changed?
- The plugin is no longer a single file. The code that handles the endpoint, the code that handles authorization, and the code that handles rendering are now separated.
- The code no longer works outside of WordPress.
- The original design didn’t log the user into WordPress. It determined which user was supposed to be represented and posted as them. If it couldn’t figure out what user was represented, it posted it anyway, which is no longer permitted. The new version is much better integrated into the WordPress stack, which admittedly revealed some new login issues.
- The Micropub endpoint is now implemented using the WordPress REST API functionality. Again, this means that it is implemented inside functionality built into WordPress for creating custom endpoints as opposed to the previous system, where a query variable bypassed the WordPress load and substituted a separate one. It also has the positive advantage of a pretty permalink for the endpoint(wp-json/micropub/1.0/endpoint).
- Dozens of little bugfixes and checks to remove nagging error notices
- Improved error handling
- Fixes to better comply with the Micropub spec, which was finalized after the initial creation of this plugin
- A nag for those who use the plugin on a site without encryption(http as opposed to https). It can be disabled if you want to live dangerously.
And only one major new feature. A media endpoint. A media endpoint handles uploading of media files and hands back a URL to the Micropub endpoint. This one uploads to the WordPress Media Library.
The Post Kinds update last week already ensured that Post Kinds will work well with the changes.
Part of this is an opportunity to improve audio post presentation on my website, so you will see audio posts improve over time.
Show Notes
The originating articles that kicked off the Facebook/Cambridge Analytica issue:
- 3/16/18: Facebook’s Newsroom: Suspending Cambridge Analytica and SCL Group from Facebook by Paul Grewal Protecting people’s information is at the heart of everything we do.
- 3/17/18: The Guardian: Revealed: 50 million Facebook profiles harvested for Cambridge Analytica in major data breach https://www.theguardian.com/news/2018/mar/17/cambridge-analytica-facebook-influence-us-election
- 3/17/18: New York Times: “How Trump Consultants Exploited the Facebook data of Millions”: https://www.nytimes.com/2018/03/17/us/politics/cambridge-analytica-trump-campaign.html
Other related articles:
- Anil Dash: Article bringing the Facebook issue back around to regaining the good parts of the “old” web” https://medium.com/@anildash/the-missing-building-blocks-of-the-web-3fa490ae5cbc
- How To Change Your Facebook Settings To Opt Out of Platform API Sharing (Electronic Frontier Foundation) https://www.eff.org/deeplinks/2018/03/how-change-your-facebook-settings-opt-out-platform-api-sharing
- 3/24/18: Ars Technica: Facebook scraped call, text message data for years from Android phones
Recent Documented Facebook Quitters:
Jonathan LaCour: https://cleverdevil.io/2018/ive-officially-deleted-my-facebook-account-and
Eddie Hinkle: https://eddiehinkle.com/2018/03/22/5/article/
Natalie Wolchover: https://twitter.com/nattyover/status/975711260221362177
New York Times Profile of multiple quitters: https://www.nytimes.com/2018/03/21/technology/users-abandon-facebook.html
IndieWeb Wiki related pages of interest here:
- https://indieweb.org/why
- https://indieweb.org/principles
- https://indieweb.org/Facebook
- https://indieweb.org/silo-quits
- https://github.com/tootsuite/mastodon/issues/6074
Potential simple places to move to when leaving Facebook
- Micro.blog for $5/month (or bring your own web site for free)
- Mastodon
- WordPress.com
- Tumblr.com
- WithKnown (Paid service or host your own)
- WordPress.org (self-hosted or managed)
- Other possible projects/options: https://indieweb.org/projects
Sebastian Greger’s Privacy policy: https://sebastiangreger.net/privacy-policy/
Mastodon not supporting Webmention specification: https://github.com/tootsuite/mastodon/issues/6074#issuecomment-378452136
WordPress Plugin for IndieAuth
Related IndieWeb Wiki Pages
Micropub Apps Mentioned in the episode
PESOS – Post Elsewhere, Syndicate to your Own Site
POSSE – Post on your Own Site, Syndicate Elsewhere
Closing discussion of IndieWeb Readers and MicroSub Pieces
The current podcast feed on this site can be found in a variety of ways.
- Audio Posts on this Site – This is a feed of all my audio posts.
- An Indieweb Podcast – I have something called Series on my site, so this is the feed for this as a series. I probably should have a feed called Podcast.
Co-Host: Chris Aldrich of Boffosocko.com
Show Notes
Facebook has announced ending publishing by API…and David is thinking about what it means for the community and his current project.
- Facebook is ending posting via API on August 1, 2018 https://developers.facebook.com/blog/post/2018/04/24/new-facebook-platform-product-changes-policy-updates/
- Bridgy Announces the coming changes: https://snarfed.org/2018-04-26_bridgy-publish-for-facebook-shuts-down-in-august
- Buffer responds, but then checks itself: https://twitter.com/buffer/status/988915108620505088
- I’m done with Syndication. Let’s help people be themselves on the web. By Ben Werdmuller https://werd.io/2018/im-done-with-syndication-lets-help-people-be-themselves-on
- Deprecating and Replacing Bridgy Publish for WordPress by David Shanske https://david.shanske.com/2018/04/28/deprecating-and-replacing-bridgy-publish-for-wordpress/
History:
ThinkUP from Anil Dash and Gina Trapani ultimately died trying to fight the API wars with various social silos. They spent all their time trying to keep up with no guarantee that the silos would cooperate. All their engineering resources were spent trying to keep up instead of innovating on a stable platform.
Related IndieWeb wiki pages
- crossposting
- POSSE
- PESOS
- Manual until it hurts
- Brid.gy Publish
WordPress Plugins:
With the GDPR regulations coming into effect in Europe May 25th, privacy seems to be on everyone’s mind. This week, we tackle what webmentions are, using them for backfeed, and the privacy implications.
- The Indieweb Privacy Challenge: https://sebastiangreger.net/2018/05/indieweb-privacy-challenge-webmentions-backfeeds-gdpr/
- Webmention Specification http://webmention.net
Related IndieWeb wiki pages
- Principles https://indieweb.org/principles
- Webmention https://indieweb.org/webmention
- Privacy https://indieweb.org/privacy
- GDPR https://indieweb.org/GDPR