Ifttt – Puts the internet to work for you

IFTTT (pronounced ‘ift’) is an acronym for ‘IF This Then That’.

Think of all the things you could do if you were able to define any task as: when something happens (this) then do something else (that).

If this then that

this – trigger

The this part of a task is the Trigger. Some example Triggers are “I’m tagged in a photo on Facebook” or “I tweet on Twitter”.

Paper.li – Be a publisher

Paper.li is a website that let you publish newspapers based on topics you like.

You can create a newspaper just with your Twitter or Facebook account, the sources of the articles are:

  • Me and the people I follow : The links that you and those your follow have shared (example : @kdhungerford )
  • Single Twitter user : add a Twitter username and share all links that person tweets ( example : @jdevoo )
  • Twitter List: The links shared for a Twitter List ( example : @kdhungerford/media )
  • Twitter #tag : name any #tag and we’ll post the links shared for that tag ( example : #paperli )
  • Keywords on Twitter : Key word search and query. Use Twitter advanced search to check your results before you publish
  • Keywords on Facebook : Post content based on simple key words ( Ex : climate or “climate change” )
  • RSS feed: Add your favorite RSS feed ( the feed needs to begin with http://….. Right mouse click on the RSS feed, and Copy Link to get the correct URL. Paste that URL into your RSS feed)
  • Single Google+ user: simply enter the user ID which can be found in the URL of the Google user and we’ll import all future posts from this user.
  • Keywords on Google+: if you conduct a search on Google+, just copy and paste your search results into the Keyword content stream and we’ll import all search results for public posts on Google+ e.g https://plus.google.com/u/0/s/machine%20learning?hl=en

Hootsuite – Social Media Management Dashboard

HootSuite is a social media management system for brand management created by Ryan Holmes in 2008.
The system’s user interface takes the form of a dashboard, and supports social network integrations for:

  • Facebook
  • Twitter
  • LinkedIn
  • Google+
  • Foursquare
  • Mixi
  • MySpace
  • Ping.fm
  • WordPress

For some time I’m using this awesome tool to manage all my social accounts and I find it great! You can have an overview of all your profiles just changing tab in your page. I recommend it to everyone who has multiple social accounts.

Google+ button with javascript

You can insert the Google+ button in the way Google says, but if you want to validate your page it won’t, to do it I found a javascript way.

Includes

In order to make it works you need the latest jQuery library and Google API.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>

Html

You need to insert a div with an id attribute set.

<div id="googleButton"></div>

Random posts