-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinc.facebook.php
More file actions
20 lines (20 loc) · 791 Bytes
/
inc.facebook.php
File metadata and controls
20 lines (20 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$uri = $_SERVER['REQUEST_URI'];
/*$uri_exp = explode('/',$uri);
$uri_cond = explode('.',$uri_exp[2]);
if ($uri_cond[0] == 'talks') {
$fbTitle = 'Talks - ';
} elseif ($uri_cond[0] == 'etc') {
$fbTitle = 'ETC - ';
} elseif ($uri_cond[0] == 'snaps_viewer') {
$fbTitle = 'Snapshots - ';
}*/
?>
<meta property="og:url" content="http://lilis.net<?php echo $_SERVER['REQUEST_URI']; ?>"/>
<meta property="og:type" content="article"/>
<meta property="og:title" content="Skyremix Studio"/>
<meta property="og:site_name" content="Skyremix Studio"/>
<meta property="og:description" content="LILIS's playground"
<meta property="og:image" content="http://lilis.net/17th/img/skyremix_logo.png"/>
<meta property="fb:app_id" content="1207026882680660"/>
<meta property="og:locale" content="ko_KR"/>