Skip to content

Instantly share code, notes, and snippets.

@facebook
Created February 19, 2010 21:02
Show Gist options
  • Save facebook/309203 to your computer and use it in GitHub Desktop.
Save facebook/309203 to your computer and use it in GitHub Desktop.
<div id="fb-root"></div>
<script src="http://static.ak.fbcdn.net/connect/en_US/core.js"></script>
<div id="content">
<div align="right"><fb:login-button autologoutlink="true" v="2"></fb:login-button></div>
<h1>Recipes For You on Facebook</h1>
<h3>Peanut Butter and Jelly Sandwich</h3>
2 slices bread<br>
1 T peanut butter<br>
1 T jelly<br>
&nbsp;<br>
Using knife, spread peanut butter on one slice of bread. Using a clean knife,
spread jelly on the other slice. Put slices together so that the peanut butter
and jelly meet. If desired, cut into squares or triangles.
<center>
<fb:share-button href="http://apps.facebook.com/example" type="button_count">
</fb:share-button>
</center>
</div>
<script>
FB.init({
apiKey: 'YOUR_API_KEY',
status: true
});
FB.XFBML.parse();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment