Skip to content

Commit

Permalink
facebook share fix
Browse files Browse the repository at this point in the history
  • Loading branch information
menny authored and detro committed Apr 17, 2011
1 parent 10d3751 commit 96309e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/squared/post.html
Expand Up @@ -43,7 +43,7 @@ <h1>{{ post.title|escape }}</h1>
</li>
<li>
<!-- Facebook Share Button: http://www.facebook.com/share/ -->
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fexample.com%2Fpage%2Fto%2Flike&amp;layout=box_count&amp;show_faces=true&amp;width=55&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=62"
<iframe src="http://www.facebook.com/plugins/like.php?{{ post.path|escape }}&layout=box_count&show_faces=true&width=55&action=like&font=arial&colorscheme=light&height=62"
scrolling="no" frameborder="0"
style="border:none; overflow:hidden; width:55px; height:62px;" allowTransparency="true"></iframe>
</li>
Expand Down

0 comments on commit 96309e7

Please sign in to comment.