news feed – Stay N Alive

Google+ Isn’t Dying. Facebook Isn’t Dying. The News Feed is Dying.

Paul Adams, inventor of Google+ Circles, and an all-around smart guy, wrote a post I shared earlier today on Facebook about basically the death of “the destination”. His post really resonated with me. I’ve long wondered, with the death of Google Authorship among other things being removed from Google+, if plus.google.com would stick around, instead being favored as just a layer across all Google products (Google+ therefore still definitely having a future). I’ve come to the conclusion of this: The idea of “a news feed” will be dead in the next 5 years. Facebook as you know it will be gone. Twitter as you know it will be gone. So will plus.google.com. Heck, arguably Google.com will be gone too.

Instead, the status update will still exist. Privacy will still exist. Your social graph will still exist. So will all the meta data about you – your phone location, likes, interests, and much, much more. But you won’t have to “go somewhere” to see all this stuff or consume it. It will all just be delivered to you as you need it.

Imagine getting updates on your phone, or watch, or Google Glass equivalent saying “because you like Google, your friend just said, …” Or, you go by a good restaurant and up pops a message saying, “So-and-so was just here and posted this picture”. Or, “We know you love pictures of spiders. Terrie Gray (Louis Gray’s Mom takes amazing macro photography) just posted some really awesome pictures of spiders you’ll want to see.”

This is the direction we’re headed. We’re actually almost already there with things like Google Now, Safari notifications, the lock screens on your phones, Facebook Home, and more. The truth is, the concept of “a news feed” or destination site like plus.google.com or facebook.com will soon no longer be necessary. This is why Google Inbox just launched. It’s why my phone is getting smarter and smarter, and why Apple and Google are now launching watches. It’s why Google launched Google Glass.

It’s also why Google is removing features like Google Authorship from Google+. The fact is, SEO will no longer exist in the next 6-7 years, all in favor of contextual optimization. What does that mean for a marketer? It means instead of trying to optimize what your content says and how it appears when someone searches for it, you’ll instead be trying to understand your exact audience for your content, what their location is, where they could be consuming it, and adapting different versions of your content for all sorts of different audiences. You’ll also be building apps to take advantage of all the sensory data available from your audience and building contextual experiences around that.

I finally think I figured it out though. Google+ isn’t going away. Neither is Facebook. It’s the News Feed, and in some ways, search, that are going away in favor of contextual experiences that aren’t destinations. The data and experience is still all there though – it just follows you, instead of you having to go towards it. Mark my words. This is our future.

Facebook Works to Reduce Spam Further With "Feed Forms"

Today, a new way of posting to the News Feed in Facebook appeared on the Facebook Developer’s wiki. Facebook introduced “Feed Forms”. To use a Feed form, you simply create a regular form as you would any other form, but add a special “fbtype” attribute to the form. The only documented value listed thus far is “publish”. Facebook then intercepts the form, reads the url in the action parameter, and prompts the user, asking them if they want to publish the story to their friends.

To use a “feed form”, the url in your action parameter for the form should return content in the form of JSON with a simple feed response. The example they give for return JSON data is this:

{ "method": { "fbtype" : "publish",

           "next": "http://my.canvas.com/next_page.php",

  "feed": {"title_template": "{actor} published status",

  "body_template" : "New status is \"{status}\"",

  "body_data" : {"status": $_POST['status']}}

}

I created a sample form that looks like this, returning the above data (changing the url) in application/x-json format:

Unfortunately it doesn’t seem this feature is live yet (or I’m just doing it wrong), as my returned JSON data just gets returned back to me when the form is submitted. I will post screen shots as soon as I hear confirmation that it has gone live (I expect that to be next Tuesday, when they usually do pushes).

Does this mean Facebook is doing away with the automated posting of News feeds by applications, or is it just one more way, and better way to make your feed story more likely to appear in your user’s friends’ news feeds? There is no official word from Facebook yet as to how they intend to use this.