I found this awasome tutorial from Thinkdiff.net that explains how to use Facebook Graph API and SDK 3.0.
It gives you a complete example that shows you how to work with Facebook.
I found this awasome tutorial from Thinkdiff.net that explains how to use Facebook Graph API and SDK 3.0.
It gives you a complete example that shows you how to work with Facebook.
If you need to find your Facebook Page id or your Facebook User id there’s this website: Find Facebook Page ID or User ID Online, By Joby Joseph, that finds your id for you.
Thanks to Joby Joseph.
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).
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 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:
“Is the Internet changing the way we think?”
Nicholas Carr, author of The Shallows, asks if the Internet is changing the way we think and he wrote an interesting article on The Telegraph.
I recommend you to read it and think about how internet changed your life.
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:
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.
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.
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>
You need to insert a div with an id attribute set.
<div id="googleButton"></div>