File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 7373 intensedebate :
7474 account : 123abc
7575 facebook :
76- apikey : 123
76+ appid : 123
77+ num_posts : 5
78+ width : 580
79+ colorscheme : light
7780
7881 # Settings for analytics helper
7982 # Set 'provider' to the analytics provider you want to use.
Original file line number Diff line number Diff line change 1- <h3>Facebook comments TODO!</h3>
1+ <div id="fb-root"></div>
2+ <script>(function(d, s, id) {
3+ var js, fjs = d.getElementsByTagName(s)[0];
4+ if (d.getElementById(id)) return;
5+ js = d.createElement(s); js.id = id;
6+ js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId={{ site.JB.comments.facebook.appid }}";
7+ fjs.parentNode.insertBefore(js, fjs);
8+ }(document, 'script', 'facebook-jssdk'));</script>
9+ <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>
You can’t perform that action at this time.
0 commit comments