How To Add Js-Kit Ratings To Blogger?
1. Now go to Blogger Dashboard > Template
2. Download a copy of your template
3. Click on Edit HTML
4. Hit Proceed button
5. Check Expand Widget Templates check box
6. Find this code in your template <data:post.body/>
<div class="js-kit-rating" expr:path="data:post.url" expr:permalink="data:post.url" expr:title="data:post.title" view="score"></div>
9. Add below code just before the </body> tag.
<script src="http://js-kit.com/ratings.js"></script>
10. Click on "Save Templates" and now you are done.
1. Now go to Blogger Dashboard > Template
2. Download a copy of your template
3. Click on Edit HTML
4. Hit Proceed button
5. Check Expand Widget Templates check box
6. Find this code in your template <data:post.body/>
7. Copy one of the code below and paste it immediately after the line <data:post.body/>.
Note : This will add rating widget under your blog post. If you want to add the rating widget under post title, add below code just after <div class='post-header-line-1'/> .Code 1
<div style="float:left; margin-right:3px;"></div>
<div class="js-kit-rating" expr:path="data:post.url" expr:permalink="data:post.url" expr:title="data:post.title"></div>result :
Code 2
<div style="float:left; margin-right:3px;"></div><div class="js-kit-rating" expr:path="data:post.url" expr:permalink="data:post.url" expr:title="data:post.title" view="score"></div>
result:
8. Now again scroll down to where you see the </body> tag.9. Add below code just before the </body> tag.
<script src="http://js-kit.com/ratings.js"></script>
10. Click on "Save Templates" and now you are done.
Anda baru saja membaca artikel yang berkategori Blogger Tutorials /
Gadget /
How to /
java script /
Widgets
dengan judul How To Add JS-Kit Rating to Blogger. Anda bisa bookmark halaman ini dengan URL https://bblogger-tutorials.blogspot.com/2013/05/how-to-add-js-kit-rating-to-blogger.html. Terima kasih!
Ditulis oleh:
maz - Saturday, May 11, 2013
Belum ada komentar untuk "How To Add JS-Kit Rating to Blogger"
Post a Comment