diff options
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 16 |
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 ➡</a></h2> <hr> <h2><a href="http://dump.fm/$nick$/favorites">$dumps_user_faved_cnt$ dumps Faved ➡</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()$ |
