Use absolute URLs for FB comments box

This commit is contained in:
Paul O’Shannessy
2013-06-18 10:21:28 -07:00
parent 9eed65d7db
commit 267c97b14f
2 changed files with 2 additions and 2 deletions
+1 -1
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>
+1 -1
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>