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"?

Showing posts with label widget. Show all posts
Showing posts with label widget. Show all posts

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!

Saturday, September 24, 2011

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.  Bloggers believe that Alexa can improve their traffic.




Who is Alexa Internet?
According to wikipedia, Alexa Internet, established in 1996 by Brewster Kahle and Bruce Gilliat,  offered a toolbar that suggested where to go next based on the traffic patterns.   It also offered details of the site such as to whom it was registered, how many pages it had, how many other sites pointed to it, and how frequently it was updated. In 1999, Amazon purchased Alexa for $250 Million.  It partnered with google in 2002 for an open directory project.  In 2005, Alexa opened its extensive search index and web-crawling facilities to third party programs through a comprehensive set of web services and APIs.
What does the Alexa Widget do?
Basically, it gathers data from page loads and other factors such as Pageviews per each individual User, Bounce Rate, and User Time on Site and ranks websites using the Alexa Tools or Widgets.  The ranking is based on a 3-month data so it takes some time before it changes.  So the earlier you install it, the earlier you can improve your Alexa Ranking.
Installing Alexa Widget in
  1. Go to Alexa Widgets Alexa Site Owners Widgets
  2. Copy Script
  3. Paste the Script to
  • Blogger : Log in to Blogger Dashboard>Layout>Page Elements>Add Widget>HTML/Java Script
  • WordPress: Log in to WordPress Dashboard>Appearance:Widgets>Add Text Widget