Skip to content

Instantly share code, notes, and snippets.

@reinaldob
Created July 4, 2014 13:51
Show Gist options
  • Save reinaldob/a38edcc1dd9c0a4b6219 to your computer and use it in GitHub Desktop.
Save reinaldob/a38edcc1dd9c0a4b6219 to your computer and use it in GitHub Desktop.
<section class='dashboard'>
<%= raw botao_add_to_page %>
</section>
<script>
$(function () {
$('#app_request').click(function () {
FB.ui({
method: 'apprequests',
message: 'You should learn more about this awesome game.',
data: 'tracking information for the user'
});
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment