Skip to content

Commit

Permalink
Merge pull request mmistakes#246 from groundh0g/issue-86
Browse files Browse the repository at this point in the history
Fix for issue mmistakes#86.
  • Loading branch information
plusjade committed Feb 28, 2015
2 parents c77431d + f0b8883 commit a5554de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/JB/comments-providers/facebook
Expand Up @@ -6,4 +6,4 @@
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId={{ site.JB.comments.facebook.appid }}";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="{{ site.production_url }}" data-num-posts="{{ site.JB.comments.facebook.num_posts }}" data-width="{{ site.JB.comments.facebook.width }}" data-colorscheme="{{ site.JB.comments.facebook.colorscheme }}"></div>
<div class="fb-comments" data-href="{{ site.production_url }}{{ page.url }}" data-num-posts="{{ site.JB.comments.facebook.num_posts }}" data-width="{{ site.JB.comments.facebook.width }}" data-colorscheme="{{ site.JB.comments.facebook.colorscheme }}"></div>

0 comments on commit a5554de

Please sign in to comment.