Showing posts with label tricks. Show all posts
Showing posts with label tricks. Show all posts

Monday, 3 June 2013

Facebook Like Box Pop Up

To create a fan page with a like box, follow these steps:
1. Log in to your facebook account and click here to create a fan page
2. Select a page category depending on what you’re creating a fan page for. You should select Brand or Product if it’s a blog.
3. Select Website as sub-category
4. Enter Your site name in the next available space e.g abcd.com or anything
5. Agree to the terms and continue.
6. The next page takes you to where you’re asked to upload the page’s profile picture. You can use your blog’s logo
7. You can invite your facebook friends to like your fan page or import email contacts to notify about your new fan page
8. Enter the basic info about your blog or website on the next page.

Sunday, 2 June 2013

Create A Facebook Fan Page And Adding Like Box To Blogger

To create a fan page with a like box, follow these steps:
1. Log in to your facebook account and click here to create a fan page
2. Select a page category depending on what you’re creating a fan page for. You should select Brand or Product if it’s a blog.
3. Select Website as sub-category
4. Enter Your site name in the next available space e.g abcd.com or anything
5. Agree to the terms and continue.
6. The next page takes you to where you’re asked to upload the page’s profile picture. You can use your blog’s logo
7. You can invite your facebook friends to like your fan page or import email contacts to notify about your new fan page
8. Enter the basic info about your blog or website on the next page.

Related Post widget for Blogger with Images and Thumbnails

1.Manually ADD post widget for blogger



1. Log in to your Blogger account
2. Go to Template > Edit HTML
3. Click the box labelled “Expand Widget Template”
4. Search for this:
</head>
5. Paste this code above it:
<!--Related Posts widget for blogger Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<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: 18px;
letter-spacing: 2px;
font-weight: bold;
text-transform: none;
color: #5D5D5D;
font-family: Arial Narrow;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
border-right: 1px dotted #DDDDDD;
color:#5D5D5D;
}
#related-posts a:hover{
color:black;
background-color:#EDEDEF;
}
</style>
<script type='text/javascript'>
var defaultnoimage=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIV9L9aL81Aa18EG7RR1nluTp5UinvIbxyEBDnkuEO-qelgk7EcDr9fqbLrbFtPIq6GU5QYwOVplT-rUvengzk3lZdJrlok6b8E1ltf7zuPLol8IZgc0QTEuosx9U2UCN8fjhUddL33Jey/s1600/no_image.jpg&quot;;
var maxresults=5;
var splittercolor=&quot;#DDDDDD&quot;;
var relatedpoststitle=&quot;Related Posts&quot;;
</script>
<script src='https://avdhootblogger.googlecode.com/files/avdhootblogger.relatedpostwidget.js' type='text/javascript'/>
<!-- remove --></b:if>
<!--Related Posts widget for blogger End-->
Customizations
If you want to change the default picture in case one of your post does not have any thumbnails then this will appear.so if you want to change the picture then change the URL in RED color.
If you want display more than 5 posts than change the value 5 from 
var maxresults=5;
If you do not want related post widget to appear in homepage also then delete the code in blue color.so your widget will only appear in posts only.

Add share buttons to Bloggger / Blogspot

1. Log in to your Blogger account
2. Go to Template > Edit HTML
3. Click the box labelled “Expand Widget Template”
4. Search for this:
</head>
5. Paste this code above it:
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "ur-47c9cca-cf33-f245-f3f6-43ed7a58f34f"}); </script>
6. Now search for this:
<data:post.body/>
Note that you will have more than one of this if you’re using a magazine style template. You should keep trying them one after the other and check you blog each time you implement the code to know when it works.
7. Copy this code:
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style>
.doncaprio-share-buttons
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #BBBBBB;
background-color:#FFFFFF;
-webkit-box-shadow: #B3B3B3 5px 5px 5px;
-moz-box-shadow: #B3B3B3 5px 5px 5px;
box-shadow: #B3B3B3 5px 5px 5px;
padding: 5px;
margin: 10px;
}
</style>
<p align='center' class='doncaprio-share-buttons'>
<span class='st_facebook_hcount' displayText='Facebook'/>
<span class='st_plusone_hcount' displayText='Google +1'/>
<span class='st_twitter_hcount' displayText='Tweet'/>
<span class='st_pinterest_hcount' displayText='Pinterest'/>
<span class='st_digg_hcount' displayText='Digg'/>
<span class='st_stumbleupon_hcount' displayText='StumbleUpon'/>
<span class='st_fblike_hcount' displayText='Facebook Like'/>
</p>
</b:if>
If you want the buttons to appear above your posts, paste the code above <data:post.body/>.
If you prefer to have the share buttons just below your content, paste the code after<data:post.body/>.
You can as well put the code in both positions if you like.

Statcounter in Blogger


1.Click on your Layout


2.Click on Add a Gadget




Saturday, 1 June 2013

Abtely Two Column Blogger Template

Techstop 2 Column Blogger Template