diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2012-07-17 21:40:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2012-07-17 21:40:57 -0400 |
| commit | da15cfb1e452a0af4902272ba351d5a6d0d0b56a (patch) | |
| tree | 8525e56790625ab7b67e4c534fdf1739d0f592b6 /template/profile.st | |
| parent | 38091d8e194aa48f6bd64e2cf8ccba6fd27c36a2 (diff) | |
update src, scripts, etc from 2012
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/profile.st b/template/profile.st index f37aeba..120a472 100644 --- a/template/profile.st +++ b/template/profile.st @@ -4,6 +4,12 @@ <meta property="og:image" content="$avatar$"/> <meta property="og:title" content="$nick$'s dump.fm"/> <meta property="og:site_name" content="dump.fm"/> + <meta property="og:type" content="website" /> + <meta property="og:url" content="http://dump.fm/$nick$"/> + <meta property="og:description" content=""/> + <meta property="fb:admins" content="34601449,100001923956223" /> + <meta property="fb:app_id" content="119457341519154" /> + $head()$ <script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script> <script src="/static/js/ajaxupload.js"></script> |
