Showing posts with label Blogging. Show all posts
Showing posts with label Blogging. Show all posts

Monday, 12 March 2012

How to create Related Posts Widget with Thumbnails for Blogger?


Display related posts on an blog post is a effective way to increase your blog pageviews. Today, I will guide you how to create a Related Post Widget with Thumbnails for your blog. It will show the related articles with a thumbnails in the same label or category. Following the steps bellow to complete this task. It worked for me.



Step 1: Go to your DashBoard ->Template->Edit HTML and check "Expand Widget Templates" check box.
Step 2: Search for </head> tab.
Step 3: Add the following code just before the </head> tab:

<!--Related Posts with thumbnails Scripts and Styles Start-->
<style type="text/css">
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}

#related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:black;
}
#related-posts a:hover{
color:black;
}

#related-posts  a:hover {
background-color:#d4eaf2;
}
</style>
<script type='text/javascript'>
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWuEhazjMKNoW3hVq2v6epY9qCtOQaP6uyVc4fRoWEaOk-9nTwdnRbI4QzlbRn01atBcqij0X7Qf71_HYsicQlRk_9OwfG6LKHOE_6yPpIPdvtZjxa4TqyBQ0_C_1lQ9ISe0pKMtnITpE/s400/noimage.png";
var maxresults=5;
var splittercolor="#d4eaf2";
var relatedpoststitle="Related Posts";
</script>
<script src='http://blogergadgets.googlecode.com/files/related-posts-with-thumbnails-for-blogger-pro.js' type='text/javascript'/>
<!--Related Posts with thumbnails Scripts and Styles End-->

Step 4: Then search for
<div class='post-footer-line post-footer-line-1'>
or
<p class='post-footer-line post-footer-line-1'>

Step 5: Add the following code beneath the above line

<!-- Related Posts with Thumbnails Code Start-->
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;);
</script>
</div><div style='clear:both'/>
<b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://www.bloggerplugins.org/2009/08/related-posts-thumbnails-blogger-widget.html'><img style="border: 0" alt="Related Posts Widget For Blogger with Thumbnails" src="http://image.bloggerplugins.org/blogger-widgets.png" /></a><a href='http://bloggertemplates.bloggerplugins.org/' ><img style="border: 0" alt="Blogger Templates" src="http://image.bloggerplugins.org/blogger-templates.png" /></a>
</b:if></b:if>
<!-- Related Posts with Thumbnails Code End-->

Step 6: You can adjust the maximum number of related posts being displayed by editing this line in the code in the step 3
      var maxresults=5


Step 7: Click Save Template

Hope this helps!

Friday, 9 March 2012

How to change favicon of your blogspot?

Do you notice that your blog have an icon with a letter "B" in an orange square on your browser tab? It is too boring because that doesn't make your blog different with the others.
Now, it's time to change favicon for your blog. I will sho w you the simply step to complete this task.

Step 1: Create your new favicon
We can easily find an Icon Generator Online website on Google. For example, I use Favicon Generator and Gallery.
Open your browser and go to Favicon Generator and Gallery, you will see The Favicon Generator  at the middle of the page as the figure bellow

Click Browse and select your icon image. Then click on Generator Favicon button. Your new icon has been created. Click on the download link to get it to your machine.


Step 2: Upload your new icon to your Google Profile
Go to your Google Profile and select Photos tab and click on Upload New Photos. Select the icon that you has just created and upload it. After that, select it on your Image page. Right click on the icon image and select View Image Info as the figure bellow.


On the Image Info window shown, Right click on the image link and select Copy


Paste this link to a text file for the later use.
(If you don't have Google Profile, just create it or use another Image hosting to upload the icon)

Step 3: Change your favicon on your Blog
Go to Dashboard, select Template -> Edit HTML -> Proceed. The put the following code before the losing </head> tab.

    <link href='Your favicon url' rel='shortcut icon'/>
    <link href='Your favicon url' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
    <link href='Your favicon url' rel='icon'/>
    <link href='Your favicon url' rel='icon' type='image/vnd.microsoft.icon'/>

Copy the link that you had saved to the text file before and replace Your favicon url with it. Then, click save.
Now, your favicon of your blog has been change. If you still see the old icon, you need to clear the cache by click on Tools menu on your browser (I use Firefox), select Clear Recent History, then check on Cache checkbox and click on Clear Now button.
Congratulation, your favicon's blog now has been change. It make your blog distinguish with other blog.

You also can change your favicon by click on Layout on the Dashboard, then click on Edit on the Favicon Gadget. Browse your icon location and click on Save button.

Hope this helps!

Saturday, 18 February 2012

How to apply an XML template for blogspot?

Appearance of a blog is one of the most important factors that help us to attract more visitor to our blog. In this post, I will show you how to apply an XML template for your blog spot.
You can get blogger templates from btemplates.com, this is a website that has a huge source of templates for blogger.
Step 1: go to btemplates.com and select a template, then save it to your local machine

Step 2: Go to blogger.com, if you are using the new blogger interface, switch to the Old Blogger Interface


Step 3: On old blogger interface, click on Design tab

Step 4: Then, click on the Edit HTML tab in the top left conner

Step 5: On Edit HTML page, click on browse and find template you'd downloaded before on your local machine, then click Upload
Finish!

Hope this help!



Thursday, 16 February 2012

Tips to attract more visitors for your website/blog


It's difficult to develop or build a website/blog, but it's more difficult to draw people to visit it. Today i’m gonna tell you some simple tips to attract more visitors for your website/blog. This article would help lot those who specially new webmasters. So let start..
1. Unique Contents:
The first and foremost issue is unique contents in your website or blog. Spread you idea through the new contents and grab the unique visitors.
2. Comments On Other Blog:
Make a positive comments by providing your website link on the good traffic and PR site. It’ll give you lot of backlink and visitors also.
3. Forum Signature:
Find some popular forums. Have a signature link that will point back your website. Its help you to increase your backlinks and visitors. Some popular forums are x10hosting.com/forums, webproworld.com/webmaster-forum, currentinfo24.com/forums etc.
4. Social Bookmarking:
Publish your post on some popular bookmarking sites like Facebook, Twitter, Digg, StumbleUpon, Delicious, Reddit, Linkedin etc.
5. Yahoo Answer:
Answering the question in yahooanswer.com. This will give you lost of yahoo backlinks and visitors.
6. RSS Button:
Link a RSS button on your website. It will help you to increase your page view.
7. SEO Optimized:
Make your site SEO Optimized. If you are using wordpress then it is easy to use seo plugins. Besides, you can also use meta tag like this way..
<meta name="keywords" content="some keywords goes here">
<meta name="description" content="short description of your post">
8. E-mail Subscription:
Use e-mail subscription for your website. For this you can use Google Feedburner (feedburner.google.com), Feedburner will give you HTML code that you can post on your website to allow user subscription. The subscriber users will get update of your new post immediately.
9. Link exchange:
You can exchange some links with your related sites. you can find this from some popular forums or by searching in google.
10. Title Selection:
Title selection is an another issue for making attractive to the web browsers. Make it attractive as your post suggest.
11. Check Your Progress:
This will help you how much visitor do you get in a day. Create an account in Google Analytics (google.com/analytics) and add your site with the analytics by putting tracking code into your website that the google analytics generate. You can also verify your site in Google Webmaster Tools (google.com/webmasters/tools) and watch how many & how way visitors behave with your website.
12. Free directory:
Submit your site with some of free directory. There are lot website those provided backlinks with free of cost. Try out with google search results to find some directory.
13. Alexa toolbar:
Encourage your friends or colleagues to use Alexa toolbar (Click here your construction video). Explain them about the tracking system of the toolbar. Ask them to rate your Alexa website profile.
14. AddThis Or Sharethis Button:
Place AddThis or Sharethis (FB, Twitter, Digg, delicious etc.) Button into your every post. AddThis is free and can be used any kind of website.
15. Attend in a discussion:
Joint in a discussion on popular topics with other fourms or website.

Hope this helps!


Create Alexa toolbar for your website/blog easily

Is there a simple way to create a toolbar for our website/blog that includes our own content and branding? The answer is yes and I will introduce to you the easiest way.
The Alexa Toolbar Creator help you to build a toolbar to helps you to connect with your visitor in order to increase traffic for your website/blog.
The Alexa Toolbar includes the following components:
  • Your Logo which links to your website
  • Site Search Field Button which helps your visitor to search content on your website
  • RSS Button which adds dynamic headlines from your blog or other RSS feed to your toolbar.
  • Menu Button which provides your users with direct links to the most important pages on your site, or anywhere online.
  • Social networking Buttons such as Facebook, Twitter etc. which taking your user toolbar direct to your company Facebook or Twitter page
The following video will guide you how to build an Alexa Toolbar:







Alexa Toolbar is an excellent  way for you to connect with your customers, it will notify the users the latest content on your website and increase it traffic. Let's take it!
Create now
Hope this helps!

Add social bookmarking buttons to your blogspot

Social website makes a big role in your blog. The most affecting social medias are Google +, Facebook, Twitter, Digg, Stumble, Reddit, Delicious. You can use these websites to promote your traffic and rank by adding its button to your website. In this post, I will give you all the steps to add these social bookmarking button to your blog spot.

1. First, open your blog dashboards and click on Layout on the leftside bar.
2. Then, click on Add a Gadget.
3. Next, choose HTML/JavaScript and click plus button.
4. After that, copy below Code inside that Gadget.

<!-- floating page sharers Start Webtricksblog.com-->
<style type="text/css">
#floatingshare {position:fixed; bottom:15%; margin-left:-71px; float:left; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fff;padding:0 0 2px 0;z-index:10;}
#floatingshare .sbutton {float:left;clear:both;margin:5px 5px 0 5px;}
.fb_share_count_top {width:48px !important;}
.fb_share_count_top, .fb_share_count_inner {-moz-border-radius:3px;-webkit-border-radius:3px;}
.FBConnectButton_Small, .FBConnectButton_RTL_Small {width:49px !important; -moz-border-radius:3px;/*bs-fsmsb*/-webkit-border-radius:3px;}
.FBConnectButton_Small .FBConnectButton_Text {padding:2px 2px 3px !important;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:8px;}
</style>
<div id='floatingshare' title="Get this from Webtricksblog.com">
<div class='sbutton' id='fb'>
<a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</div>
<div class='sbutton' id='rt'>
<script src="http://tweetmeme.com/i/scripts/button.js" type='text/javascript'></script>
</div>
<div class='sbutton' id='su'>
<script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script>
</div>
<div class='sbutton' id='digg' style='margin-left:3px;width:48px'>
<script src='http://widgets.digg.com/buttons.js' type='text/javascript'></script>
<a></a>
</div>
<div class='sbutton' id='gplusone'>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone size="tall"></g:plusone>
</div>
<div style="clear: both;font-size: 9px;text-align:center;">Get <a href="http://www.webtricksblog.com/floating-social-media-buttons-blogger.html">widget</a></div><!-- Do not remove this link -->
</div>
<!-- floating page sharers End -->

5.  Finally, click on Save and view blog. These buttons appear as displayed as the following figure



Hope this helps!

Tips to increase Alexa Ranking for your website/blog

1. Download and install Alexa Toolbar
Download Alexa toolbar free. If you are using Firefox, I recommend you to use another plug-in called SearchStatus which not only displays the Alexa rank but it also shows page rank details, no follow links, meta tags, keyword density of a page etc
Download here

2. Put Alexa rank widget on your site
Put an Alexa rank widget on your site/blog. Each click will be counted as a visitor.
Watch the instruction video

3. Encourage your friends
Encourage your friends or colleagues to use Alexa toolbar (Click here your construction video). Explain them about the tracking system of the toolbar. Ask them to rate your Alexa website profile.
Encourage your friends or colleagues to set your website/blog as home page on their web browser. This will increase the amount of page view a lot.

4. Use social bookmark website
Social website makes a big role in your blog. The most affecting social medias are Google +, Facebook, Twitter, Digg, Stumble, Reddit, Delicious. You can use these websites to promote your traffic and rank.

5. Write content related to webmasters. 
This is because most of the webmasters use Alexa toolbar. You may write and post articles related to SEO, webmaster tools. Webmasters always look for new tools and may revisit your website to gain access to the tools. Promote your articles on webmaster forums and social networking sites.

6. Buy links and banners from webmaster forums.
A well displayed ad can bring lots of webmaster traffic to your site and boost your rank. But you need to have unique and good content on your blog to attract more and more visitors.

7. Write about Alexa and post in your blog. 
Bloggers love to know about different ways of increasing their Alexa rank. This may eventually increase traffic and your rank.

8. You may try Alexa autosurfs for a new site or blog. 
They may work for new sites having almost zero Alexa rank. But they are not a long term solution.

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Bluehost Coupons