Skip to content

Commit

Permalink
Facebook SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
amunro committed Jun 16, 2012
1 parent 17ea381 commit 1a6c052
Show file tree
Hide file tree
Showing 10 changed files with 1,554 additions and 33 deletions.
19 changes: 19 additions & 0 deletions desktop/cause.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php
if (!preg_match('#facebook#', $_SERVER['HTTP_USER_AGENT'])){
header('location: http://giver.am-dv.com/desktop/fundraise.php');
}
?>

<!DOCTYPE html>
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# giver_fb: http://ogp.me/ns/fb/giver_fb#">
<meta property="fb:app_id" content="244733612303557" />
<meta property="og:type" content="giver_fb:cause" />
<meta property="og:url" content="http://giver.am-dv.com/desktop/cause.php" />
<meta property="og:title" content="Canadian Red Cross" />
<meta property="og:image" content="http://www.redcross.ca/crc2008/images/logo.gif" />
</head>
<body>

</body>
</html>
Loading

0 comments on commit 1a6c052

Please sign in to comment.