Yep! You read it right... There will be different events from Luzon to Visayas to Mindanao. They are hosted by different companies but they will be hosted on the same day. So you can choose to join the event near your place.
Luzon:
Nuffnang Philippines will be holding the first Nuffamily Day at Crosswind, Tagaytay and promised "an afternoon full of fun, prizes and lots of lanterns up in the air"(-Nuffnang Blog). For more information and to register, you can visit their blog at www.nuffnang.com.ph/blog or view their post about Lifting lanterns this Nuffamily Day!
Visayas:
A team of bloggers and social media networking users will be hosting the Cebu Blog Camp 2011 at Sacred Heart Center, Cebu City. "The Cebu Blog Camp is a whole day event where bloggers, interact, network and learn." (-CBC Website). For more information and to register, please visit their website at http://www.cebublogcamp.com
Mindanao:
Jollibee invited Davao bloggers to cover Jollibee's Kids Scout Event at NCCC Mall Activity Area. Although there's only a limited slot available, feel free to drop by and witness the Kids Scout's graduation day.
If you know of any bloggers' event on this day, please let us know. :)
Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts
Friday, May 20, 2011
Sunday, December 19, 2010
Switch to Intense Debate Comment Form
Everybody loves Intense Debate Comment Form because it looks better than the default comment form and it is easy to use.
However, there are instances when Intense Debate Comment Form doesn't work with our templates. An online friend, iCleverClogs, found herself in this dilemma and I got curious because I was planning to switch to Intense Debate soon. I used her template in my demo site and looked for solution myself. Before I enumerate the steps I took to install Intense Debate into her template, there are few things I need you to remember:
1. RULE OF THE THUMB: before doing anything else, back up your template.
2. This only works if you want Intense Debate comment forms in ALL your posts and not just new ones.
3. If you want a 'dofollow' comment form, activate the 'CommentLuv' plugin first.
4. Try this ONLY IF you can't seem to get the Intense Debate Comment Form to work in your template (trust me, it's way easier to install it using the steps outlined in Intense Debate Website.)
First, go to your Intense Debate Dashboard (My Account )> Manage Blogs/Sites>click "Site Key" below the site where you want to install the comment form then grab your "IntenseDebate site acct". Save it somewhere. You'll use it near the end of this tutorial.
Go to your Blogger Dashboard>Design>Edit HTML> click on "Expand Widget Templates".
To keep the number of comments updated, look for this code:
Change it to:
To change the comment form. Look for this code:
Change [INTENSEDEBATE SITE ACCT #] to the number you copied from your Intense Debate Account
Click Save Template.
Intense Debate doesn't have pop-up comment form and since we inserted the code to the embedded one, you'll still be able to get Bloggers' default pop-up comment form if you decide to change your settings.
However, there are instances when Intense Debate Comment Form doesn't work with our templates. An online friend, iCleverClogs, found herself in this dilemma and I got curious because I was planning to switch to Intense Debate soon. I used her template in my demo site and looked for solution myself. Before I enumerate the steps I took to install Intense Debate into her template, there are few things I need you to remember:
1. RULE OF THE THUMB: before doing anything else, back up your template.
2. This only works if you want Intense Debate comment forms in ALL your posts and not just new ones.
3. If you want a 'dofollow' comment form, activate the 'CommentLuv' plugin first.
4. Try this ONLY IF you can't seem to get the Intense Debate Comment Form to work in your template (trust me, it's way easier to install it using the steps outlined in Intense Debate Website.)
First, go to your Intense Debate Dashboard (My Account )> Manage Blogs/Sites>click "Site Key" below the site where you want to install the comment form then grab your "IntenseDebate site acct". Save it somewhere. You'll use it near the end of this tutorial.
Go to your Blogger Dashboard>Design>Edit HTML> click on "Expand Widget Templates".
To keep the number of comments updated, look for this code:
<b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
Change it to:
<b:if cond='data:post.allowComments'>
<!--Intense Debate-->
<div expr:id='"IDCommentPostInfoTitle"+data:post.id' style='display:none'><data:post.title/></div>
<div style='display:none' expr:id='"IDCommentPostInfoTime"+data:post.id'><data:post.timestampISO8601/></div><div style='display:none' expr:id='"IDCommentPostInfoAuthor"+data:post.id'><data:post.author/></div><div style='display:none' expr:id='"IDCommentPostInfoCats"+data:post.id'><b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><data:label.name/>|</b:loop></b:if></div> <a expr:href="data:post.url" expr:name="data:post.id" class="IDCommentsReplace">Comments</a>
<b:else/>
<!--/Intense Debate-->
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
<!--Intense Debate-->
</b:if>
<!--/Intense Debate-->
To change the comment form. Look for this code:
<b:if cond='data:post.embedCommentForm'>Change it to:
<b:include data='post' name='comment-form'/>
<b:if cond='data:post.embedCommentForm'>
<!--Intense Debate--><div style='display:none' id='IDCommentInfoPostTitle'><data:post.title/></div><div style='display:none' id='IDCommentInfoPostTime'><data:post.timestampISO8601/></div><div style='display:none' id='IDCommentInfoPostAuthor'><data:post.author/></div><div style='display:none' id='IDCommentInfoPostCats'><b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><data:label.name/>|</b:loop></b:if></div> <script type='text/javascript'>var idcomments_acct='[INTENSEDEBATE SITE ACCT #]'; var idcomments_post_id='<data:post.id/>'; var idcomments_post_url='<data:post.url/>'; var idcomments_post_title=document.getElementById('IDCommentInfoPostTitle').innerHTML;var idcomments_post_author=document.getElementById('IDCommentInfoPostAuthor').innerHTML;var idcomments_post_time=document.getElementById('IDCommentInfoPostTime').innerHTML;var idcomments_post_cats=document.getElementById('IDCommentInfoPostCats').innerHTML;var commentScriptWrapper = document.createElement('SCRIPT');commentScriptWrapper.type = 'text/javascript';commentScriptWrapper.src = 'http://www.intensedebate.com/js/bloggerTemplateCommentWrapper2.php?acct='+idcomments_acct+'&postid='+idcomments_post_id+'&title='+encodeURIComponent(idcomments_post_title)+'&url='+idcomments_post_url+'&posttime='+encodeURIComponent(idcomments_post_time)+'&postauthor='+encodeURIComponent(idcomments_post_author)+'&postcats='+encodeURIComponent(idcomments_post_cats);document.getElementsByTagName('HEAD')[0].appendChild(commentScriptWrapper);</script>
<!--/Intense Debate-->
<!--Intense Debate-PRE ID <b:include data='post' name='comments'/> -->
<!--Intense Debate-->
<script src='http://www.intensedebate.com/js/bloggerTemplateLinkWrapper.php?acct=[INTENSEDEBATE SITE ACCT #]'></script>
<!--/Intense Debate-->
Change [INTENSEDEBATE SITE ACCT #] to the number you copied from your Intense Debate Account
Click Save Template.
Intense Debate doesn't have pop-up comment form and since we inserted the code to the embedded one, you'll still be able to get Bloggers' default pop-up comment form if you decide to change your settings.
Labels:
blogger,
comment form,
intense debate
Monday, October 4, 2010
Blogger Statistics
I've been away from blogging for a long time that I feel like I forgot everything I learned on blogging. Good thing though I decided to stay and check on my dashboard for a few more minutes before logging out.
Subscribe to:
Posts (Atom)



