Skip to content

Instantly share code, notes, and snippets.

@tal
Created April 7, 2010 19:55
Show Gist options
  • Select an option

  • Save tal/359353 to your computer and use it in GitHub Desktop.

Select an option

Save tal/359353 to your computer and use it in GitHub Desktop.
<a href="#" clicktoshowdialog="fan-dialog" oncancel="console.log('test')">Fan us!</a>
<fb:dialog id="fan-dialog">
<fb:dialog-title>Fan OUR GAME!</fb:dialog-title>
<fb:dialog-content>
<div id="fan-me">
<fb:iframe scrolling="no" frameborder="0"
src="http://www.facebook.com/connect/connect.php?id=44856213161&connections=0&stream=0&locale=en_US"
allowtransparency="true"
style="border: none; width: 300px; height: 64px;"
height=64
width=300>
</fb:iframe>
</div>
</fb:dialog-content>
<!-- <fb:dialog-button type="button" close_dialog="true" value="Close" clickwriteurl="<%= update_permissions_url %>" clickwriteid="hideshithere" clickrewriteform="hideshithere"/> -->
<fb:dialog-button type="button" close_dialog="true" value="Close" id="close-fan-dialog" />
</fb:dialog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment