The more I think about modern blogging; the more I think the out of the box concept WordPress et al presents us is outdated.
Sander van Dragt's Notes
-
-
Am totally into CSS backgrounds with partial transparent color overlay in the element above. Nicely ties the palette together.
-
Slack users: do you setup channels per project or per content type (build; errors)?
-
Interrupting ads are as bad in games as they are on websites.
-
Experiencing "Slack and the case of the missing emails"
-
Updated my microblogging .htaccess gist so if you used that yesterday please try again.
-
Microblogging with WordPress and Twitter
Manton Reece has been having very interesting discussions about microblogging and content ownership recently. He's working on an unannounced project in this area and I've been following his progress.
A few days ago he wrote a post about Microblogging with Wordpress in which he describes most of the process of writing your status updates on your own blog first. As I had to adapt his process for it to work with my configuration of WordPress and as I am using Twitter instead of App.net I thought it would be useful to detail how I went about, based on Manton's write-up.
Requirements
- A theme that supports post-formats.
- an IFTTT and Twitter account.
- A self-hosted WordPress installation, hosted using Apache.
- (optionally) the DoNote app from IFTTT for your mobile device.
Step 1: Link a status updates feed to Twitter
In order to post only the status updates to twitter, we have to identify them in both WordPress and for IFTTT.
Create a dedicated category
In Wordpress, if you do not have a category for status updates, create a Snippets category (with the slug snippets). Note the category ID. In addition, create a new category called ifttt-status if you plan to post to Wordpresss from your mobile device later, as I did (this is a workaround to allow WordPress to convert from this category to the status post format).
Setup the RSS feed endpoints
With the category ID, we can now create a new feed by editing the .htaccess file in your WordPress installation directory, see my gist comment on manton's configuration. I had redirection issues with Manton's original setup so I amended it. What we do here is create two endpoints, one for posts without status updates (rss.xml); and one for only status updates (snippets.xml). We then point any requests to /feed (the default WordPress endpoint) to the first endpoint.
Update (26 June): I updated the gist comment after identifying issues in initial configuration. Please reread the gist if you had problems using the initial configuration.
Post new status updates to Twitter
Now create a new recipe that is triggered from the snippets RSS feed, with the action to post a tweet with the tweet text EntryContent.
You can now blog from WordPress to twitter (just leave the title empty).
Step 2: Post status updates from your mobile device
I'm using DoNote to post to IFTTT which then posts to WordPress.
Setup WordPress
Login to your WordPress blog and in the users section create a ifttt user with the role of Author (this allows the user to create posts).
Install the "IFTTT Post Formats & Post Types" plugin, it will convert posts with the ifttt-status category to the status post-format. It will also hide the ifttt-status category from showing up in your template for example.
Link DoNote to WordPress using IFTTT
Back in IFTTT, In the My Recipe's DoNote section, create a new recipe for WordPress (you might get asked to provide the WordPress username and password you created for this purpose) with the action to create a post with the following values:
- Title: (leave empty)
- Body: NoteText
- Categories: Snippets,ifttt-status
- Tags: (leave empty)
- Post status: Publish immediately
You are not limited to using DoNote if there is a trigger for your service, and you are not limited to usin IFTTT at all if there are WordPress plugins for your status update service and WordPress support for your writing app, but these will require similar configuration as detailed in this post.
Hope this helps!
-
My status updates are now published to my own site first. #contentownership
-
On The God who Peter Molyneux forgot
Wesley Yin-Pool, writing for Eurogamer:
You will become a digital god, Molyneux proclaims in the video, of 22Cans' next game, Godus. And, you will receive a cut of the money made by Godus from the start of your reign to its end.
18 months later, as Bryan Henderson approaches his 21st birthday, he has yet to become God of Gods, he has yet to receive the "riches" Molyneux promised him, and it's looking increasingly likely he never will.
The core issue with promising such a fantastic reward is that it depends on a future that hasn't materialised:
"But we can't have the God of Gods role without the ability for people to challenge the God of Gods role, and the God of Gods role can't be challenged without combat, and we can't implement the combat without sorting out the server issues, which are being sorted out as of last week. It's just a maelstrom."
It looks to me that the whole team is continually rushed into firefighting the next feature development, with never enough revenue coming in to take a breather and plan things out properly.
He confirms the Godus development team has shrunk considerably to just a few people as resources are diverted to a new game, called The Trail.
Trust me, by the time the server issues are sorted; the combat is implemented; the multiplayer is developed and the God of God feature is finished there will be no players left to make any money from. 22Cans would do better to offer some kind of goodwill gesture to restore the morale of its staff and its fans before this PR opportunity turned completely toxic.
-
Switched to secure connection [updated]
I've switched this site to HTTPS, a secure connection, using a ssl proxy service provided for free by Cloudflare, for reasons. Let me know if you come across any issues.
For those using WordPress, changing the settings Site Address and WordPress Address to HTTPS may make your site unavailable. FYI, the solution I settled on is to install the WordPress HTTPS plugin. Then I set the Site Address to HTTPS. Finally, I cleared the cache. All is working fine now.
Update (06/02/15): I've moved away from Cloudflare as my DNS provider and as a side-effect this means I'm no longer HTTPS for now. Sorry.