summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-23 15:33:32 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-23 15:33:32 -0400
commitc4041b4766f8afa0c462fbea2963b61bc43f0e08 (patch)
tree406a8971cd214abb4e817dd60c7c7217e91c1efb /template/profile.st
parenta0ff1251ce9fc1452fcd8c92737897f414f365c0 (diff)
sostler prod commit
Diffstat (limited to 'template/profile.st')
-rw-r--r--template/profile.st16
1 files changed, 14 insertions, 2 deletions
diff --git a/template/profile.st b/template/profile.st
index c36a803..97fcfa8 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -1,6 +1,9 @@
<html>
<head>
<title>$nick$'s dump.fm</title>
+ <meta property="og:image" content="$avatar$"/>
+ <meta property="og:title" content="$nick$'s dump.fm"/>
+ <meta property="og:site_name" content="dump.fm"/>
$head()$
<link rel="stylesheet" type="text/css" media="screen" href="/static/css/dump.css">
<script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script>
@@ -67,7 +70,8 @@
$endif$
</div>
- <div id="middash">
+ <div id="middash">
+
<h2><a href="http://dump.fm/$nick$/log">$dump_cnt$ dumps &#10145;</a></h2>
<hr>
<h2><a href="http://dump.fm/$nick$/favorites">$dumps_user_faved_cnt$ dumps Faved &#10145;</a></h2>
@@ -75,11 +79,19 @@
<h3>$if(score_ent)$ $score$ $else$ 0 $endif$ of $if(is_home)$ your $else$ $nick$'s$endif$ dumps Faved</h3>
</div>
<div id="dashpix">
- <div id="favstxt">$nick$'s most recent dumps</div>
+ <a href="http://dump.fm/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a>
<div id="mostrecentdumps">
$dumps: { d | $dash_dump(dump=d)$ }$
</div>
+
+ <div id="likebutton">
+ <iframe src="http://www.facebook.com/widgets/like.php?href=http://dump.fm/$nick$"
+ scrolling="no" frameborder="0"
+ style="border:none; width:500px; height:30px"></iframe>
+ </div>
+
</div>
+
</div>
<div id="footerc">
$footer()$