Skip to content

Instantly share code, notes, and snippets.

@muex
Created June 16, 2012 20:55
Show Gist options
  • Save muex/2942490 to your computer and use it in GitHub Desktop.
Save muex/2942490 to your computer and use it in GitHub Desktop.
makes page valid with opengraph tags
/* Put this in <head> /*
<?php
function is_facebook() {
if(!(stristr($_SERVER["HTTP_USER_AGENT"],'facebook') ===FALSE))
return true;
}
if(is_facebook()) {
OpenGraph Data
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment