Created
April 7, 2010 19:55
-
-
Save tal/359353 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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