An example of adding Facebook plugins to a YouTube video with some simple styling to make a professional looking page.
0
Twitter API: Tweet Button Callbacks
I wanted to reward users for tweeting, but didn’t want to use the full Twitter API and OAuth authentication. I found a simple solution that triggers a callback when a user tweets using the standard Tweet button.
JavaScript, Twitter, Twitter APIFacebook API: Generating a Large Square Profile Image
Facebook still restrict the “square” image to 50px by 50px. Here is a clever way of generating a new thumbnail image for the user (on the fly) using the Facebook Graph API and the PHP GD2 library.
Facebook, Facebook Graph API, GD2, Image ManipulationSocial BBC News Example
Here is an example of socialising a video player with Facebook’s social plugins. In this example, I’ve integrated the BBC News Player with the Facebook Like and Comment plugins.
Facebook, Facebook Social Plugins, Flash