diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-09-14 14:37:39 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-09-14 14:37:39 -0700 |
commit | 5332f68b60f6c37850468ab3922936d0a12d9daf (patch) | |
tree | 8dec7a7e6d308ec0c0895e963cb92a215cdbbb07 /pages/home.php | |
parent | 450b6daf7e80bb139fe679db3aa8e701c5563cca (diff) | |
download | pathery-5332f68b60f6c37850468ab3922936d0a12d9daf.tar.xz |
Like button
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pages/home.php b/pages/home.php index ffba035..27605dd 100644 --- a/pages/home.php +++ b/pages/home.php @@ -97,7 +97,11 @@ $mergesolution = $map; //<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fpathery.com/&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
?>
+
<br />
+<div width='94%' align='right'>
+<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/pages/Pathery/176985129018434&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:95px; height:21px;" allowTransparency="true"></iframe>
+</div>
<div class="col1">
<p>
@@ -168,8 +172,8 @@ echo $solutiondiv; //
// <meta property="og:title" content="Pathery - The Game"/>
// <meta property="og:site_name" content="Pathery.com"/>
-// <meta property="og:image" content="http://www.pathery.com/ some sort of log.... "/>
-// <br /><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fpathery.com/&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
+// <meta property="og:image" content="http://www.pathery.com/ some sort of logo.... "/>
+// <br /><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com/pages/Pathery/176985129018434&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
//
?>
|