Tuesday, April 30, 2013


if we install LinkWithin widget, it will appears on our 'HOME' page of blog, and the impact 'HOME' page would slowly to load. this tutorial will solve that problem.

before it make sure you was install LinkWithin widget on your blog. and follow my instruction.

1. login into your blogger account.
2. click 'TEMPLATE' and click 'EDIT HTML'.
3. mark 'Expand Widget Templates'
4. press 'ctrl+f' and find this source:
<b:widget id='HTML2' locked='false' title='LinkWithin' type='HTML'>
<b:includable id='main'><data:content/></b:includable>
</b:widget>
5. add  <b:if cond='data:blog.pageType == &quot;item&quot;'> after <b:includable id='main'> and </b:if> before </b:includable> code. it will look like this:
<b:widget id='HTML2' locked='false' title='LinkWithin' type='HTML'>
<b:includable id='main'><b:if cond='data:blog.pageType == &quot;item&quot;'><data:content/></b:if></b:includable>
</b:widget>
6. click 'SAVE TEMPLATE' and done.

I hope this article can help and solve your problems.
thx

2 comments:

  1. Great publish. I needed to thank you for this great read!! I absolutely loved every little bit of it. I’ve got you book-marked to look at new things you post.
    website design

    ReplyDelete
  2. This's what I'm looking for. It's working! Thank you so much.

    ReplyDelete