Adding and Installing Alexa Site Widgets For Your Blogs To Gain Alexa Ranking

If you’ve noticed most blogging sites contain an Alexa Widget within their site.

Ultimate Guide Tips to WordPress themes vs. Plug-ins vs. Widgets

One of the main advantage of WordPress is its ease in customizability. You can adjust its design and contest without any programming knowledge. How? By utilizing WordPress themes, plug-ins and widgets.

How to insert or embed pretty code snippets on blogger

Sometimes, we want to share and blog about code snippets but unfortunately blogger doesn’t offer this function. Good thing there are a lot of ways to insert or embed code snippets on blogger.

FREE Online Site Map Generators List

There are quite a number of site map generators available all over the net. Which one of these do you think is the best?

What, Why, When and How to Use rel="nofollow"

What is rel="nofollow"? What does Matt Cutts say about rel="nofollow"? Why and When to use rel="nofollow"?

Wednesday, November 2, 2011

Make Linked Within Show Up Within Blog Post Only in Blogger

When the linked within shows up under your post, it usually takes more time to load the page.  If you opt to hide them in the main page, then just follow this steps.


STEP 1: http://www.linkwithin.com


STEP 2: Enter your details


STEP 3: Choose Blogger and then "Install Widget"


STEP 4: Choose between the 2 methods:


Method 1:

  • Expand "Edit Template"
  • Replace 

<b:includable id="main"><data:content /></b:includable>


with 


<b:includable id="main">
<b:if cond="data:blog.pageType == &quot;item&quot;">
<data:content>
</data:content></b:if>

</b:includable> 

  • Click "Add Widget"

Method 2:

  • Expand "Edit Content" and Copy
  • Go to Design>Edit HTML
  • Find </body>
  • Paste the code below above it: 
    • <b:if cond='data:blog.pageType == "item"'>
      Replace the copied LinkWithin code here
      </b:if> 
  • Save Template
Hope this helps!