Skip to content

Commit

Permalink
Use absolute href URL to make facebook button work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarchi committed Jul 16, 2013
1 parent 6a29e35 commit 2b36c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externals/header.phtml
Expand Up @@ -90,7 +90,7 @@ if (isset($homepage)) { ?>
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div class="fb-like" data-href="www.gnucash.org" data-send="false" data-layout="box_count" data-width="60" data-show-faces="true" data-font="verdana"></div>
<div class="fb-like" data-href="http://www.gnucash.org" data-send="false" data-layout="box_count" data-width="60" data-show-faces="true" data-font="verdana"></div>
</div>
<!-- google +1 button-->
<g:plusone size="tall" href="http://www.gnucash.org/"></g:plusone>
Expand Down

0 comments on commit 2b36c16

Please sign in to comment.