Use absolute URLs for FB comments box

This commit is contained in:
Paul O’Shannessy
2013-06-18 10:20:34 -07:00
parent 0e91febb9c
commit 870a29d9b0
2 changed files with 2 additions and 2 deletions

View File

@@ -20,6 +20,6 @@ sectionid: docs
{% endif %}
</div>
<div class="fb-comments" data-width="650" data-num-posts="10" data-href="/react{{ page.url }}"></div>
<div class="fb-comments" data-width="650" data-num-posts="10" data-href="{{ site.url }}{{ site.baseurl }}{{ page.url }}"></div>
</div>
</section>

View File

@@ -16,6 +16,6 @@ sectionid: blog
</div>
<div class="fb-like" data-send="true" data-width="650" data-show-faces="false"></div>
<div class="fb-comments" data-width="650" data-num-posts="10" data-href="/react{{ page.url }}"></div>
<div class="fb-comments" data-width="650" data-num-posts="10" data-href="{{ site.url }}{{ site.baseurl }}{{ page.url }}"></div>
</div>
</section>