Để tích hợp Google+ comment vào Website bạn cần có một chút kiến thức về lập trình nếu bạn chỉnh sửa bằng tay. Dưới đây là những hướng dẫn chi tiết và đơn giản bạn hoàn toàn có thể thực hiện
<script src="https://apis.google.com/js/plusone.js">
</script>
<g:comments
href="[URL]"
width="642"
first_party_property="BLOGGER"
view_type="FILTERED_POSTMOD">
</g:comments>
<script src="https://apis.google.com/js/plusone.js">
</script>
<div class="g-comments"
data-href="[URL]"
data-width="642"
data-first_party_property="BLOGGER"
data-view_type="FILTERED_POSTMOD">
</div>
g:comments>: <g:commentcount href="[URL]"></g:commentcount>
<div class="g-comments">: <div class="g-commentcount" data-href="[URL]"></div>
Chú ý :
Thay thế [URL] = đường dẫn bạn muốn comment, phần này biết Code cho tự động URL là URL hiện tại là Oki.
Nếu bạn muốn lấy tự động đường dẫn của website thì sử dụng Code sau:
<div id="comments"></div>
<script>
gapi.comments.render('comments', {
href: window.location,
width: '624',
first_party_property: 'BLOGGER',
view_type: 'FILTERED_POSTMOD'
});
</script>
Similarly with Google+ Comments Counter:
<div id="commentscounter"></div>
<script>
gapi.commentcount.render('commentscounter', {
href: window.location
});
</script>
Hết Rồi, Chúc các bạn thành công,
So sánh Comment Facebook và Google+ Comment tại đây: http://gdriv.es/comments
(tham khảo nguồn toiyeugooogle.net)
Có thể bạn quan tâm: THUẬT TOÁN GOOGLE PENGUIN - TỔNG THỂ VÀ GIẢI PHÁP