<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d2369078377165236643\x26blogName\x3dMali+//+\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://baby-cici.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://baby-cici.blogspot.com/\x26vt\x3d-7551146850746416783', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Follow Me
bloggie facebook instagram
我要尽情享受人生

Officially design by Cici 2011 .
I wont be crediting anyone :)

Instagram


How to add comment (*blogskin only)
Sunday, February 19, 201212:18 PM ❤(0 notes[s] )


This tutorial is teaching you how to add enable comment in your blogskin :3

 1,Dashboard - Template - Edit Template HTML

2,Find this code :

</blogger>

3,Copy and paste this code on the above of </blogger> :

<BlogItemCommentsEnabled><a class="comments" href="https://www.blogger.com/comment.g?blogID=YOUR BLOG ID&postID=<$BlogItemNumber$>&isPopup=true" onclick="window.open('https://www.blogger.com/comment.g?blogID=YOUR BLOG ID&postID=<$BlogItemNumber$>&isPopup=true', 'bloggerPopup', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=400,height=450');return false;"><$BlogItemCommentCount$> note(s)</a></BlogItemCommentsEnabled>


4, Edit these :
PURPLE : Replace it of your BLOG ID.
RED : You can write whatever you want.

5,Preview and SAVE.