How to add vkontakte comment form in Blogger


Lihat dan hitung, seberapa banyak aplikasi Android yang Anda instal di smartphone Anda? 

Pernahkah terbersit di benak Anda bagaimana cara membuat aplikasi-aplikasi tersebut?

Apakah Anda Saat Ini Ingin Sekali Bisa Bikin Aplikasi Android Sendiri? Seperti aplikasi game edukasi, media pembelajaran, aplikasi berbasis sensor, aplikasi multimedia, dan lain sebagainya?

Tetapi

1. Tidak Ngerti Coding
2. Tidak Tahu Computer Programming
3. Tidak Paham Bahasa Pemrograman Android
4. Dan Sama Sekali Bukan Lulusan IT?

Jangan Khawatir ...
Ternyata, bikin aplikasi Android itu SANGAT MUDAH, bahkan bagi Pemula sekalipun.

Sekarang Anda bisa bikin aplikasi Android dengan Cepat, bahkan TANPA HARUS CODING.

Tak peduli apapun latar belakang Anda, bikin aplikasi Android itu MUDAH, semudah bermain Puzzle.

Anda Hanya Perlu 4 Langkah berikut ini :

1. Drag & drop komponen-komponen yang dibutuhkan
2. Percantik tampilan aplikasi dengan mengatur layout dan desain tampilan
3. Susun blok-blok kode programnya, dan
4. Build aplikasi Anda jadi file instalasi *.APK

Lantas, Bagimana Cara Memulainya?
Mudah kok, karena sudah hadir untuk Anda Di Sini :


Video tutorial yang membahas cara membuat aplikasi Android dengan sangat MUDAH, CEPAT, & TANPA CODING menggunakan tools App Inventor 2. 
Vkontakte
Comment forms are usually used by every webmaster and blogger.Comment forms build relationships between authors and readers.Sometimes relationships become a community.With the time consuming if you engage in blogging or updating your site daily basis,local community will be built up.Local readers mainly cause to increase the Alexa rank and other metrics of your site.The foundation or core of building good site with local readers is the Comment forms your site has.


About four months ago i have wrote a tutorial How to add Facebook comment form in website and blogger.Also i have posted a full covered tutorial on "How to install Disqus comment system on your site".Vkontakte is one of top social networks in the world.They provide several unique plugins for websites and blogs such as VK sharing links,VK sharing buttons ..etc.But nowadays their comment box become a prominent widget among bloggers and webmasters.So i thought why i don't give the code of VK comment box to my readers.Today i came here with the source code of Vk comment box.You may be a webmaster or blogger else just a reader.Knowing how to add Vkontakte comment box on any page and how it works is important as an internet user.See below Vkontakte comment box.I think Vkontakte comment box is more powerful than other most of comment forms.It has more features such as media attachments that other popular comment boxes haven't.





Adding Vkontakte comment form to Blogger


Step 1: Sign in to your Blogger account.
Step 2: Go to Dashboard >> Template >> Backup current template.
Step 3: Now click on "Edit HTML" button and hit on "proceed" button.(If necessary)
Step 4: Find below code in your template.

</head>
Step 5: Paste below piece of code just before above code.

<script type="text/javascript" src="//vk.com/js/api/openapi.js?98"></script>
<script type="text/javascript">
  VK.init({apiId: APP_NUMBER, onlyWidgets: true});
</script>
  • Replace APP_NUMBER with your Vkontakte app number.
Useful Tutorial Now:-  How to create a VK Application

Step 6: Now find one of below codes in your template.
<data:post.body/>
or 
<p><data:post.body/></p>
Step 7:  Now paste below code right after one of above code.

<div id="vk_comments"></div>
<script type="text/javascript">
VK.Widgets.Comments("vk_comments", {limit: 10, width: "520", attach: "*"});
</script>


  • 10   :- Number of comments to show. E.g:-5,10,15,20
  • 520 :- Width of comment box.Value count in pixels.use our search box to find out how to know blog's content width.
  • "*"     :-  Specify enable media in comments.If you want to disable the media in comments,replace "*"  with false.

 Look at below example code that i disabled the media attachments and set the number of comments as five.The code is placed just below of <data:post.body/> code.

<data:post.body/>
<div id="vk_comments"></div>
<script type="text/javascript">
VK.Widgets.Comments("vk_comments", {limit: 5, width: "550", attach: false});
</script>

Step 8: Now Save your Template.

You're done.View your blog and see the beautiful Vkontakte comment box appearing below of blog post.


Need Help ?


I'm always here to help you.First read the tutorial and follow them correctly.Still you can not solve your problem,So ask me via commenting below.I will help you as time allows me.

I'd like to hear your ideas about Vkontakte comment box.Comment are welcome.If you like this tutorial, So do share this tutorial among your friends around the world.Happy and peace pals :)

Pengelola Blog : ABDUL WAHAB

Judul : How to add vkontakte comment form in Blogger
Ditulis oleh : Kejutan Internet pada hari
Rating Blog : 5 dari 5
Terima kasih Anda telah membaca artikel tentang How to add vkontakte comment form in Blogger
Anda boleh menyebar luaskannya atau mengcopy paste-nya jika artikel ini sangat bermanfaat bagi Blog dan teman-teman anda.
Namun jangan lupa harap memberikan link aktif dofollow yang mengarah ke URL ini ya
http://kejutaninternet.blogspot.com/2013/07/how-to-add-vkontakte-comment-form-in.html

Dan Terima kasih sekali lagi atas kunjungan Anda.

Kritik dan saran atau apapun bisa anda sampaikan melalui kotak komentar.
Dan mohon maaf jika komentar atau pertanyaan tidak bisa cepat saya respon,
karena Saya tidak bisa selalu online selama 24 Jam.


Mau Di Buatkan Blog Siap Pakai Seperti Ini ?.

Artikel Terkait

Previous
Next Post »