Showing posts with label Blog Tutorial. Show all posts
Showing posts with label Blog Tutorial. Show all posts
Sunday
17
Sunday
Andy Law
Facebook Recommendations Bar, How To Add?
Facebook launched Facebook Recommendations Bar (FRB) in July 2012 to engage readers browse more articles in your blog by
suggesting what articles Facebook friends explicitly liked and shared. It entices readers to read more, and spend more time on your blog.
This makes viewers more likely to click on the recommended articles/posts as they were liked or shared by other; which means they are worth to read.
More pages being viewed, more engaged visitors become. And they will more likely subscribe your blog. Another thing to consider is, the readers
will create more impresions to your blog as they are surfing around the site, thus create more cost per thousand impressions (CPM), and potentially more
cost per click (CPC).
Facebook Recommendations Bar suggests additional articles as soon as visitors finish reading the blog post, after sometimes, or after readers reach a specific location on your blog. The Facebook Recommendations Bar consists of the Like button, and post/article recommendations. And it only displays posts/articles already being shared and recommended by others on Facebook. It will pop up at the bottom right corner, the same as Facebook chat box, and users can miminize it. Very user friendly, right?. That's why many popular bloggers have implemented FRB in their blog, such as Mashable..etc.
How Facebook Recommendations Bar works?
When viewers concentrate on reading a post/article, or almost finish reading it, FRB pops up, annoys, and reminds readers the existence of Facebook which they may forget. FRB recommends the other posts/articles visitors should read as these articles were likes and shared by Facebook friends, as well as, prompts to like the blog post. If the reader liked the article, it would be seen in his or her timeline, and appeared in his or her friends' feeds. We can say this is a more invasive versioin of the like button, and recommendations box of Facebook. So, this is a must-have plug-in for any bloggers, right?
How to add Facebook Recommendations Bar to your blog?
Follow the simple steps below, and you'll have the most powerful widget of Facebook available at this date and age.
Step 1: Add this code After/Below <head> tag
Step 3: Scroll down to the middle of the page, you will see something like this
Step 4: Click Get Code => Create a new app
Step 5: Enter your blog name and blog URL, then click Continue => Submit.
Step 6: Click Get Code again
Step 7: Copy the code in the first box ( you will paste this code into your template )
Step 8: Go to Template => Edit HTML => Proceed => Tick Expand Template Widgets box
Step 9: Paste the code you copied in Step 7, After/Below <body> tag.
Step 10: Save template
read more
Facebook Recommendations Bar suggests additional articles as soon as visitors finish reading the blog post, after sometimes, or after readers reach a specific location on your blog. The Facebook Recommendations Bar consists of the Like button, and post/article recommendations. And it only displays posts/articles already being shared and recommended by others on Facebook. It will pop up at the bottom right corner, the same as Facebook chat box, and users can miminize it. Very user friendly, right?. That's why many popular bloggers have implemented FRB in their blog, such as Mashable..etc.
How Facebook Recommendations Bar works?
When viewers concentrate on reading a post/article, or almost finish reading it, FRB pops up, annoys, and reminds readers the existence of Facebook which they may forget. FRB recommends the other posts/articles visitors should read as these articles were likes and shared by Facebook friends, as well as, prompts to like the blog post. If the reader liked the article, it would be seen in his or her timeline, and appeared in his or her friends' feeds. We can say this is a more invasive versioin of the like button, and recommendations box of Facebook. So, this is a must-have plug-in for any bloggers, right?
How to add Facebook Recommendations Bar to your blog?
Follow the simple steps below, and you'll have the most powerful widget of Facebook available at this date and age.
Step 1: Add this code After/Below <head> tag
<!-- Begin Open Graph metadata -->Step 2: Go to Facebook Recommendations Bar Official Page
<b:if cond='data:blog.pageType == "item"'>
<meta content='article' property='og:type'/>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:blog.pageName' property='og:title'/>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
</b:if>
<b:else/>
<meta expr:content='data:blog.title' property='og:title'/>
<meta content='website' property='og:type'/>
</b:if>
<meta expr:content='"en_US"' property='og:locale'/>
<meta expr:content='data:blog.canonicalUrl' property='og:url'/>
<!-- End Open Graph metadata -->
Step 3: Scroll down to the middle of the page, you will see something like this
Step 4: Click Get Code => Create a new app
Step 5: Enter your blog name and blog URL, then click Continue => Submit.
Step 6: Click Get Code again
Step 7: Copy the code in the first box ( you will paste this code into your template )
Step 8: Go to Template => Edit HTML => Proceed => Tick Expand Template Widgets box
Step 9: Paste the code you copied in Step 7, After/Below <body> tag.
Step 10: Save template
Friday
6
Friday
Andy Law
Adding social bookmarking sharing
Now, there are so many options for bloggers, like you and me when it comes to ulitizing social bookmarking sharing widget. And, the fixed social bookmarking sharing buttons which I'm about to show you is one on them.
It looks something like this, placing on the top of every blog post.
Similar to the floating social media widget, but it is displayed horizontally. And it stays visible to readers while they are scrolling to the bottom of the blog post. It's cool, right!.
How to integrate this social bookmarking sharing widget to your blog
Step 1: Go to Template >>> Edit HTML >>> Proceed >>> Tick Expand Template Widget box
Step 2: Add this code Before/Above </head> tag (Press Ctrl + F to find </head> )
*Note: If you're using Read More function in your blog, paste the code in step 3 in the middle of this 2 lines
read more
It looks something like this, placing on the top of every blog post.
Similar to the floating social media widget, but it is displayed horizontally. And it stays visible to readers while they are scrolling to the bottom of the blog post. It's cool, right!.
How to integrate this social bookmarking sharing widget to your blog
Step 1: Go to Template >>> Edit HTML >>> Proceed >>> Tick Expand Template Widget box
Step 2: Add this code Before/Above </head> tag (Press Ctrl + F to find </head> )
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
<b:if cond='data:blog.pageType == "item"'>
<style type='text/css'>
/*<![CDATA[*/
#w2bSocialFloat {clear:both;padding: 6px 0;display:block;background:#FFFFFF;}
#w2bSocialFloat td{padding:4px;margin:0;border:none;}
#w2bSocialFloat td iframe{max-width:82px;width:82px !important;}
#w2bSocialFloat.w2bFloatSocial{position: fixed;top:0;z-index:9999999;border-bottom:1px solid #ccc;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.15);box-shadow:0 1px 1px rgba(0,0,0,0.15);}
/*]]>*/
</style>
<script type="text/javascript">
/*<![CDATA[*/
// Set the Top Offset
$theOffset = 0;
jQuery(document).ready(function(b){var a=b("#w2bSocialFloat");a.wrap('<div id="w2bSocialPlaceholder"></div>').closest("#w2bSocialPlaceholder").height(a.outerHeight());a.width(a.outerWidth());e=a.offset().top-$theOffset;b("#w2bSocialFloat iframe[src*=plusone]").closest("div").css("max-width","82px");b(window).scroll(function(){d=b(this).scrollTop();d>=e?a.addClass("w2bFloatSocial"):a.removeClass("w2bFloatSocial");f=b(".post");if(f.length!=0){c=f.outerHeight()+f.offset().top;d>=c?a.stop().animate({top:"-150px"}):a.stop().animate({top:$theOffset+"px"})}else d>=e?a.css("top",$theOffset+"px"):a.css("top","0")})});
/*]]>*/
</script>
<script type="text/javascript" src="http://bloggerblogwidgets.googlecode.com/svn/trunk/w2b_blogger_pinit.js"></script>
<script type="text/javascript">
/*<![CDATA[*/
// Twitter
(function(a,b,c){var d=a.getElementsByTagName(b)[0];if(!a.getElementById(c)){a=a.createElement(b);a.id=c;a.src="//platform.twitter.com/widgets.js";d.parentNode.insertBefore(a,d)}})(document,"script","twitter-wjs");
// Google + (plus)
(function(){var a=document.createElement("script");a.type="text/javascript";a.async=true;a.src="https://apis.google.com/js/plusone.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)})();
// Stumbleupon
(function(){var a=document.createElement("script");a.type="text/javascript";a.async=true;a.src="https://platform.stumbleupon.com/1/widgets.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)})();
// Digg
(function(){var a=document.createElement("SCRIPT"),b=document.getElementsByTagName("SCRIPT")[0];a.type="text/javascript";a.async=true;a.src="http://widgets.digg.com/buttons.js";b.parentNode.insertBefore(a,b)})();
/*]]>*/
</script>
</b:if>
Step 3: Add this code Before/Above <data:post.body/> tag.<b:if cond='data:blog.pageType == "item"'>
<div id="w2bSocialFloat" class="w2bSocialFloat">
<table width="100%" class="w2bSocialFloat">
<tr>
<td>
<a href="https://twitter.com/share" class="twitter-share-button" expr:data-url="data:post.url" expr:data-text="data:post.title">Tweet</a>
</td>
<td>
<iframe expr:src=""//www.facebook.com/plugins/like.php?href=" + data:post.url + "&send=false&layout=button_count&width=80&show_faces=false&action=like&colorscheme=light&font&height=21"" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe>
</td>
<td>
<div expr:id=""w2bPinit-" + data:post.id" style="display: none;visibility: hidden;height: 0;width:0;overflow: hidden;" class="w2bPinitButton">
<data:post.body/>
<script type="text/javascript">
w2bPinItButton({
url:"<data:post.url/>",
thumb: "<data:post.thumbnailUrl/>",
id: "<data:post.id/>",
defaultThumb: "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg63yvqDOhK-iak3cjhj69L8m21hoCuSTn72Wr1NC-ehQ0UxToQE3iOo9RmjGwWI2iqHUXt3zFfhToeoGp9vhDIOOu5gI7eaX47zABpneg_1oEMVITnBp-5lxQ8HeqJVu1WaHjaQqhQ2V1C/s1600/w2b-no-thumbnail.jpg",
pincount: "horizontal"
});
</script>
</div>
</td>
<td>
<div class="g-plusone" data-size="medium" expr:data-href="data:post.url"></div>
</td>
<td>
<su:badge layout="1" expr:location="data:post.url"></su:badge>
</td>
<td>
<a class="DiggThisButton DiggCompact"></a>
</td>
</tr>
</table>
</div>
</b:if>
Step 4: Save Template*Note: If you're using Read More function in your blog, paste the code in step 3 in the middle of this 2 lines
<b:if cond='data:blog.pageType == "item"'> <data:post.body/>You might be interested in my other post on how to add floating social bookmarking sharing here.
2
Andy Law
How to delete a blog on blogspot
Some people have asked me about how to delete a blog on blogspot or blogger. There are some reasons that make them want to delete a blog on blogspot, such as they don't want to blog anymore, or they just want to switch to another popular services like Wordpress, Tumblr, TypePad, and so on. However, some people don't know much about the benefits that Blogger provides, particularly you can make real money while expressing your interests. Anyway, the main topic I am going to talk about today is how to delete a blog on blogspot. To do that, you need to follow these steps:
1. In draft.blogger.com/home, click on the blog you want to delete
2. Click on Settings
3. Click on Other, and you will see something like this
4. Click on Delete blog
It's done !
read more
1. In draft.blogger.com/home, click on the blog you want to delete
2. Click on Settings
3. Click on Other, and you will see something like this
4. Click on Delete blog
It's done !
Thursday
0
Thursday
Andy Law
How to add post title under newer and older links
Sometimes you need to show your readers what are your next or previous posts in your blog. In this casse, the readers will more likely to click on you newer or older post links, and thus you will gain more page views for your blog, more visits, and better rank on Google. How does that sound? It's great, right!. So how do you do it. It's simple, just follow the steps below.
Make sure you back up your template before making any changes.
Step 1: Go to Template => Edit HTML => Proceed => Click Expand Widget Templates box.
Step 2: Paste this code Above/Before </head> tag. (Press Ctrl + F to find </head>)
Step 3: Place this code Above/Before </body> tag.
Step 4: Place this code Above/Before ]]></b:skin> tag.
Step 5: Save Template
read more
Make sure you back up your template before making any changes.
Step 1: Go to Template => Edit HTML => Proceed => Click Expand Widget Templates box.
Step 2: Paste this code Above/Before </head> tag. (Press Ctrl + F to find </head>)
<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
Step 3: Place this code Above/Before </body> tag.
<!--Start post title code http://www.blogonblogspot.com --> <b:if cond='data:blog.pageType == "item"'> <script type='text/javascript'> // Post titles to Older Post and Newer Post links (without stats skew) // by MS-potilas 2012. See http://yabtb.blogspot.com/2012/01/add-post-titles-to-older-and-newer-post.html //<![CDATA[ var urlToNavTitle = {}; function getTitlesForNav(json) { for(var i=0 ; i < json.feed.entry.length ; i++) { var entry = json.feed.entry[i]; var href = ""; for (var k=0; k<entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { href = entry.link[k].href; break; } } if(href!="") urlToNavTitle[href]=entry.title.$t; } } document.write('<script type="text/javascript" src="http://'+window.location.hostname+'/feeds/posts/summary?redirect=false&max-results=500&alt=json-in-script&callback=getTitlesForNav"></'+'script>'); function urlToPseudoTitle(href) { var title=href.match(/\/([^\/_]+)(_.*)?\.html/); if(title) { title=title[1].replace(/-/g," "); title=title[0].toUpperCase() + title.slice(1); if(title.length > 28) title=title.replace(/ [^ ]+$/, "...") } return title; } $(window).load(function() { window.setTimeout(function() { var href = $("a.blog-pager-newer-link").attr("href"); if(href) { href = href.replace(/\.blogspot\.[^/]+\//, ".blogspot.com/"); var title=urlToNavTitle[href]; if(!title) title=urlToPseudoTitle(href); if(title) $("a.blog-pager-newer-link").html("<< Newer Post<br />" + title); } href = $("a.blog-pager-older-link").attr("href"); if(href) { href = href.replace(/\.blogspot\.[^/]+\//, ".blogspot.com/"); var title=urlToNavTitle[href]; if(!title) title=urlToPseudoTitle(href); if(title) $("a.blog-pager-older-link").html("Older Post >><br />" + title); } }, 500); }); //]]> </script> </b:if><a href="http://www.blogonblogspot.com/">Gadgets By Blog on Blogspot</a><!--End post title code http://www.blogonblogspot.com -->
Step 4: Place this code Above/Before ]]></b:skin> tag.
.blog-pager-newer-link {background-color:transparent !important;padding: 0 !important;} .blog-pager-older-link {background-color:transparent !important;padding: 0 !important;} #blog-pager-newer-link {padding:5px;font-size:90%;width:200px;text-align:left;} #blog-pager-older-link {padding:5px;font-size:90%;width:200px;text-align:right;}
Step 5: Save Template
Tuesday
25
Tuesday
Andy Law
How to add facebook widget to blogger
As you know, Facebook has been implemented by most of bloggers, and Facebook has created a great oportunity for us to increase number of loyal readers just by one click. So, have you got a cool Facebook fan page widget? If not, this tutorial would be for you. I will show you how to add facebook widget to blogger in a absolutely cool way with hover effect. You can see the demo here. And you can implement it for your blog also. What you need to do is following exactly the steps below:
Step 1: Add Jquery Javascripts plugin (if your blog is already added this plugin, you can skip this step)
read more
Step 1: Add Jquery Javascripts plugin (if your blog is already added this plugin, you can skip this step)
- Go to Design / Templates >> Edit Templates >> Tick the expand widget templates box
- Find the tag </head> (Press Ctrl + F to find it)
- Place this code right above the tag </head>
- SAVE the templates
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
- Go to Page Elements / Layout >> Add a Gadget >> HTML/Javascripts
- Place the code below into the content box
- SAVE
<script type="text/javascript">
//<!--
$(document).ready(function() {$(".w2bslikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});
//-->
</script>
<style type="text/css">
.w2bslikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCbZhol5YlIBvjhG6iKUCLcALHN6P1F5I8cOv5M2MKbnu3WMMJ2g84VDt9cgda_Ngpld3gmbHIODQQdi77jv313YN9oE4je-FKFDRCocf7Egi-_DgBrakxhmixq8jlaj-V_SOMIcp4CO02/s150/w2b_facebookbadge.pn") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.w2bslikebox div{border:none;position:relative;display:block;}
.w2bslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.w2bslikebox span a{color: #808080;text-decoration:none;}
.w2bslikebox span a:hover{text-decoration:underline;}
</style><div class="w2bslikebox" style=""><div><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBlog-On-Blogspot%2F114178088675094&width=245&colorscheme=light&show_faces=true&connections=9&stream=false&header=false&height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe><span>/ <a href="http://www.blogonblogspot.com/">+Gadget</a></span></div></div>
Saturday
3
Saturday
Andy Law
In this blog tutorial, I will show you how to add animated twitter bird to blogger. This is a very interesting thing that you should implement it for your blog. By implemeting the animated twitter bird, you would likely get more followers and posts being shared as the flying bird can generate more impressions. See demo here . You need to follow the steps below:
read more
Adding animated twitter bird
- Go to Design / Template >> Edit Templates >> Tick the Expand Widgets box
- Find the tag </body>
- Place this code right above the </body>
- SAVE the Template
<!-- Twitter Bird Widget for Blogger--> <script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js' type='text/javascript'> </script> <script type='text/javascript'> var twitterAccount = "Blog_onBlogspot"; var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> "; tripleflapInit(); </script> <a href='http://blogonblogspot.com' target='_blank' title='Blog On Blogspot'><span style='color:#fff;font-size:11px;position:absolute;'>Gadget</span></a> <!-- Twitter Bird Widget for Blogger-->
Wednesday
9
Wednesday
Andy Law
Animation for Recent Post Gadget
In this tutorial, we will learn how to make an animation for the Recent Post gadget. As you can see an example here, it looks quite attractive, isn't it?. When the recent posts keep changing the positions, it can actually draw attention from visitors, thus more posts will be read, and visitors will probably stay longer on your site. You can see the instruction below:
read more
- Go to Page Elements / Layout >> Add a Gadget >> HTML/Javascripts
- Place this code into the content box
- SAVE
<style type="text/css"> #rp_plus_img{height:377px;} #rp_plus_img li {height:60px;padding:5px;list-style:none; background-color:#ffffff; border:solid 1px #000000;} #rp_plus_img a{color:#00000;} #rp_plus_img .news-title{display:block;font-weight:bold ;margin-bottom:4px;font-size:11px; text-align:justify; -moz-border-radius: 5px;} #rp_plus_img img{float:left;margin-right:14px;padding:4px;border:solid 1px #00000;width:55px;height:55px;} </style> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="https://sites.google.com/site/unwanted86/javascript/recentpost.js"></script> <script type="text/javascript"> var speed = 1500; var pause = 3500; $(document).ready(function(){ rpnewsticker(); interval = setInterval(rpnewsticker, pause); }); </script> <ul id="rp_plus_img"> <script style="text/javascript"> var numposts = 5; var numchars = 0; </script> <script src="/feeds/posts/default?orderby=published&alt=json-in-script&callback=rpthumbnt"></script> </ul><small><a href="http://www.blogonblogspot.com/" target="_blank"><span style="color:#fff;">get this widget here</span></a></small>
Monday
15
Monday
Andy Law
How to add Twitter button to blogger
Twitter has become so popular with more than 200 million users, and about 350 million tweets per day. This trend has made most of bloggers approaching Twitter to gain more loyal readers by adding Twitter share button, and Twitter following button. Therefore, in this tutorial, I will share the tip about Twitter buttons for blogger. That is how to add a Twitter button to Blogger. You can follow some steps below:
1. Go to Layout / Page Elements >> Add a Gadget >> HTML/Javascripts (if you don't know how to add a gadget, you can see addind gadget to Blogger)
2. Copy and paste this code into the content box:
4. Save
There are some Twitter button examples here, you can use them if you'd like to.
You have learned how to add Twitter button to Blogger, and you may also like to learn how to add floating share button to blogger if you want drive even more traffic generated by your readers. Or just simply return to Blog On Blogspot to get the latest tips.
read more
1. Go to Layout / Page Elements >> Add a Gadget >> HTML/Javascripts (if you don't know how to add a gadget, you can see addind gadget to Blogger)
2. Copy and paste this code into the content box:
<a href='http://twitter.com/USERNAME' title='Follow me on Twitter'><img alt='Follow me on Twitter' src='your twitter icon URL' /></a>
4. Save
There are some Twitter button examples here, you can use them if you'd like to.
https://lh5.googleusercontent.com/_qf2_jbv7m4k/TdtSbcSMaQI/AAAAAAAAAGM/Vp43oTj-1Cg/110835_27721_128_twitter_icon.png
http://www.805county.com/wp-content/uploads/2011/01/twitter-icon.png
You have learned how to add Twitter button to Blogger, and you may also like to learn how to add floating share button to blogger if you want drive even more traffic generated by your readers. Or just simply return to Blog On Blogspot to get the latest tips.
Sunday
2
Sunday
Andy Law
How to remove Subscribe to: Posts (Atom)
Sometime, Subscribe to: Posts (Atom) are quite annoying to you if you never need it. So, you want to get rid of this as soon as possible. I support you because I don't have to use it also. Now, I will show you how to remove Subscribe to: Posts (Atom). This tip is very simple, and it takes no more than a minute to accomplish as long as you follow correctly the steps below:
read more
- Go to Layout / Template (for new blogger) >> Edit Template >> Tick on the Expand Widget Templates box (remember to back up your template first)
- If you just want the Subsribe to: Posts (Atom) disappear for sometime, add this code just above the ]]></b:skin> :
- If you want to get rid of it forever, find this code , then delete it
- SAVE the template
.feed-links { display:none; }
<b:include data='feedLinks' name='feedLinksBody'/>OR
<b:include name='feedLinks'/>
Friday
0
Friday
Andy Law
How to make a contact form
For a large online business, they need to make a contact form by themselves. However, for most of bloggers, they want to use contact form already made from a service. This is because we would rather spend time on other things than wasting time on building such a contact form. Hence, I want to share some free contact form that you can get easily with you, and may steer you away the time wasters.
read more
![]() | MORE TO COME, SUBCRIBE TO GET THE LATEST UPDATE | ![]() |
![]() | ![]() | |
0
Andy Law
How to add rss feed to blog
RSS Feed has become so popular because of its usefulness. It ties bloggers and their readers together as it updates the latest posts from a paticular blog and bring it to the blog's readers. For a normal readers, they just need to get the updates and read it themselves. On the other hand, for bloggers like as you and I, we can also use RSS Feed as a secret weapon to attract our readers by updating the latest interesting information from elsewher. If you just need to know how to add an RSS Feed icon to your blogger, you can see How to add Rss Feed icon to blog. Today, I will show you how to add RSS Feed to blog. Just follow the instruction below:
read more
- You're in draft.blogger.com, go to Layout >> Add a Gadget (a pop-up window will open)
- Scroll down until you see Feed >> Select Feed
- Add RSS Feed URL from your favorite blog (to get the URL, go to your target blog, click on the Feed icon, then copy the URL from your browser address bar)
- Click Continue >> SAVE
2
Andy Law
How to add rss feed icon
Today, I will show you how to add rss feed to your blog. This tip is quite simple, and easy to follow. You can see the instruction below. If you have any problems while doing this, please don't hesitate to leave a comment below this post, I will response as soon as I can.
read more
- You're in draft.blogger.com, go to Layout >> Add a gadget
- Find the HTML/Javascripts
- Copy and paste this code into the content box
- Click SAVE
<a href="YOUR FEED URL" target="_blank">You can get some RSS icon at naldzgraphics.net
<img src="YOUR RSS PICTURE URL" border="0" />
</a>
Thursday
1
Thursday
Andy Law
How to add read more to blog
Sometime you want to add a read more function to your blog home page because it doesn't look cool if you only have one (few) posts in the home page; and when visitors first time land on your blog, they just only see your very single post (if your post is too long). Does it look right to you? Actually, there are quite a few tutorials out there where you can learn to add the read more function to your blog. But in most of them, you have to use the tag <span class="fullpost"></span> every time you write a blog article. It's quite inconvenient, isn't it? Therefore, today I will show you how to add read more to blog just by one click. Just follow the instruction below:
Thank you for dropping in this blog and reading my tip.
read more
- You're in draft.blogger.com, go to Template (on the lower left sidebar)
- Scroll down to the end >> Backup/Restore Template >> Download Full Template
- Click on Edit Template >> Tick the Expand Widget Templates box
- Press Ctrl + F , and type " ]]></b:skin> "
- Just right above it, copy and paste this code:
- Place this code between the ]]></b:skin> and </head>:
- In the search box, type " <data:post.body/> " or " <p><data:post.body/></p> " if you use custom template
- Place this code right below <data:post.body/> or <p><data:post.body/></p>
- Click SAVE Template
- To add read more: Just after your introduction paragraph, click on the "break" icon located above the content box like this.
/*READ MORE*/ .jump-link a { background: #ffff00; padding: 3px; color: #fff; } .jump-link a:hover { background: #000000; padding: 3px; color: #ccc; }
<!--READ MORE--> <b:if cond='data:blog.pageType != "item"'> <style> .post-body img { img { max-width: 100px; width: expression(this.width > 100 ? 100: true); float: right; } </style> </b:if>
<!--READ MORE--> <b:if cond='data:post.hasJumpLink'> <div class='jump-link'> <span style='float:right; font-weight:bold;'><a expr:href='data:post.url + "#more"'><span><a expr:href='data:post.url + "#more"'>Read more >></a></span></a></span> </div> </b:if>
Thank you for dropping in this blog and reading my tip.
6
Andy Law
Hi all bloggers, have you thought of styling blog post background in your every blog post. If No, you don't have to continue to read this post, and you may discover some interesting posts inside this very lovely blog (for me i think :)). This tip is not too hard for a newbie, so don't think that you can't do it. All you need is that.... just follow some simple steps below:
read more
Different blog post background in each blog post
Hi all bloggers, have you thought of styling blog post background in your every blog post. If No, you don't have to continue to read this post, and you may discover some interesting posts inside this very lovely blog (for me i think :)). This tip is not too hard for a newbie, so don't think that you can't do it. All you need is that.... just follow some simple steps below:- You're in draft.blogger.com, go to Create a new post
- Click on HTML (there are Compose and HTML options on the top left corner)
- Copy and paste this code into the content box (if you just want to change the background color)
- Copy and paste this code into the content box (if you want to change the background image)
<div style="background:YOUR COLOR CODE GOES HERE; padding:5px 10px 5px 10px;"> WRITE YOUR CONTENT HERE </div>You can get color codes at html-color-codes.info.
<div style="background:url(YOUR IMAGE URL HERE) no-repeat;"> WRITE YOUR CONTENT HERE </div>Image background examples:
Wednesday
2
Wednesday
Andy Law
Block quote is commonly used to reference a long passage from other in a comprehensive and interpretative format. Block quote is alos used as an evidence for someone to prove something. As its ease of use, block quote has soon become popular over the internet. You can probably see it in most of blogs you have visited. For bloggers, we use block quote to share the codes as well. So how to make a block quote? To make it you just need to use the simple tag:
It will become like this:
read more
How to make a block quote
Block quote is commonly used to reference a long passage from other in a comprehensive and interpretative format. Block quote is alos used as an evidence for someone to prove something. As its ease of use, block quote has soon become popular over the internet. You can probably see it in most of blogs you have visited. For bloggers, we use block quote to share the codes as well. So how to make a block quote? To make it you just need to use the simple tag:<blockquote>
I wanted to say thank yous
To all of you who read my poems
And leave your comments and reviews
Which to me are precious gems
Gems that make me a better writer
See everything I think of goes into my poetry binder
And I only keep writing because of all of you
For helping me be better at what I do
<blockquote/>
It will become like this:
I wanted to say thank yous
To all of you who read my poems
And leave your comments and reviews
Which to me are precious gems
Gems that make me a better writer
See everything I think of goes into my poetry binder
And I only keep writing because of all of you
For helping me be better at what I do
Sometime the block quote default design doesn't look right to you, so you can customize it by reading how to customize a block quote or return to the home page to get the latest tipsTo all of you who read my poems
And leave your comments and reviews
Which to me are precious gems
Gems that make me a better writer
See everything I think of goes into my poetry binder
And I only keep writing because of all of you
For helping me be better at what I do
3
Andy Law
How to customize blockquote style
In this tutorial, I will show you how to customize blockquote style in blogger. I will do all of these changes in CSS style. By using CSS, we can change the look of the blockquote such as changing margin, background, colour, padding, etc..So, you just need to follow the steps below:
If you use custom template, and cannot find it, search for " .entry blockquote " ; it looks very similar with the codes above.
I have a few examples, so just replace the codes in Step 2 with the code in each example
EXAMPLE 2:
EXAMPLE 3:
EXAMPLE 4:
Enjoy !
read more
- Go to Layout >> Template >> Download full template >> Click on Expand Widget Template
- Press Ctrl + F, search for " .post blockquote ", you will see something like this:
.post blockquote {
margin:1em 20px;
}
.post blockquote p {
margin:.75em 0;
}
If you use custom template, and cannot find it, search for " .entry blockquote " ; it looks very similar with the codes above.
.post blockquote {
margin: 1em 3em;
padding: .5em 1em;
border-left: 5px solid #fce27c;
background-color: #f6ebc1; }
.post blockquote p {
margin: 0; }
EXAMPLE 2:
.post blockquote {
margin: 1em 20px;
padding-left: 50px;
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNyJ7KaCHUS1KsWjj0UeD0359PmtfB9-fTMkWq4ZbpGksE1V9kV8wigbCT8kx66iD2FVvQa7TXj8fGg0XMd3Iyn-cVeAYm1aeNDhatFitC7Jfg9ZeTixEs8XOtF1YCQMlE3yjPYo9dKCDN/s1600/Next-icon.png) no-repeat; }
EXAMPLE 3:
.post blockquote {
margin: 1em 2em;
border-left: 1px dashed #999;
padding-left: 1em; }
.post blockquote p:first-letter {
float: left;
margin: .2em .3em .1em 0;
font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
font-size: 220%;
font-weight: bold; }
.post blockquote p:first-line {
font-variant: small-caps; }
EXAMPLE 4:
.post blockquote {4. Click SAVE and check result. If you don't know how to add a blockquote to your post you can see How to make a blockquote
background: #ffffff url(http://i44.tinypic.com/slh4yu.jpg);
background-repeat:no-repeat;
background-position:top center;
margin: 6px 6px 6px 6px;
padding: 8px 36px 8px 40px;
font-size: 14px;
line-height:1.4em;
}
Enjoy !
1
Andy Law
Today, I am going to walk you through how to customize next and previous post link. As we know, there are "Older Posts" and "Newer Posts" located in every blog which can make readers stay longer in your blog. But, is it attractive enough to draw visitors' attentions? I would recommend you change this. It won't take long to customize the next and previous links, so just follow the steps below:
read more
How to customize next and previous post link
- Go to Layout >> Template >> Download the full template >> Click on Expand Widget Templates
- Press Ctrl + F, and find this code:
- Replace it with: NEXT POST or this code if you want to show an image:
- Find this code:
- Replace it with PREVIOUS or this code:
- Find this code: (note: there are two similar code, use the first one)
- Replace it with HOME PAGE or
<data:newerPageTitle/>
<img src="YOUR--IMAGE--ADDRESS--HERE" />We've added a NEW POST link, now we'll change the PREVIOUS link
<data:olderPageTitle/>
<img src="YOUR--IMAGE--ADDRESS--HERE" />Now we'll do the same for the HOME PAGE
<data:homeMsg/>
<img src="YOUR--IMAGE--ADDRESS--HERE" />
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwMDEjxzeoNc2g9fJAivTZWBB2sHc9HZR-SPo9lqhyphenhyphennrWGDZLUdAnQw_3S9eV7bHR0cbZGEA8a_FhK6fhcTBAQGw9lABrPf_8Wen-YIXrlbtC74wtrvCA1Jvc22sRpK_tbSYSMleJKSY6J/s1600/Home-page.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFQdldoHXW79qjR7r9WpyR_mw5t67PkZIHQx5Zb2LyT3Suy_9CgCME_HFiqqrvt0KQhHhhsyT4iGFTqb4hvVcvIP_P0K48WDP1jjnW4STdAGFa0FeKWS9qOeiwgKxoMThgGcdQ-f9PS7Uy/s1600/Next-page.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYH0yBkxocqtN8FJ-ZrH9lu86lokq1N1WgEGyEKyXLXGqjhpG6ww5XRUzlzuSzBk9recet6tBgjwjsUTBeBPHegfpkHEA9KFgCC5MSCrDsr5tpk0c8NVSOpmsX4t2jqo0BtznpTe0f2eP-/s1600/Previous-posts.png
Tuesday
1
Tuesday
Andy Law
Adding gadgets to Blogger
Blogger has been well known since it was launched by Pyra Labs in August 23, 1999. Blogger has millions of active users which include you and I. Moreover, more and more new users have switched from other services to Blogger. Therefore, I would guess some of you may not know some of the basic tips in Blogger. This thought has encouraged me to walk you through some basic tips. Note: if you're an blogger guru, you shouldn't see this post. The first tip I want to show you is that adding gadgets to Blogger. If you want to know the latest tips in this blog, just simply to the home page of Blog on Blogspot. To add a gadget to a Blogger blog is quite simple, so it wouldn't take you much time. You just need to follow these steps:
If you're using the Old Blogger with its ugly blue skin, you can follow this tutorial.
If you want to use Blogger's new cool design, you can follow the steps below:
I hope you will enjoy blogging in Blogger. Go to the front page to learn more
read more
If you're using the Old Blogger with its ugly blue skin, you can follow this tutorial.
If you want to use Blogger's new cool design, you can follow the steps below:
- Log in into your Blogger in draft.blogger.com
- Select your Blog by clicking on the Blog name, you will see something like this
- Click on Layout (on the left sidebar)
- Click on Add a Gadget (where you want to add your Gadget in you blog); a pop-up window will open
- Choose your a Gadget you want to add (if you cannot find the gadget you want to add, just the search box at the top right corner). I've listed some of the best Gadgets in Best Gadgets for Blog, so you can see it as an idea.
- For example, I will choose Follow by Email Gadget
- Click Save, then Click SAVE arrangement (on the top right corner)
I hope you will enjoy blogging in Blogger. Go to the front page to learn more
50
Andy Law
How to add slideshow in blogger
Hi guys, someone has asked me how to add slideshow in blogger a while ago. Therefore, now I want to share my answer to anyone who can visit my blog. This tip is not too hard, so I would expect that you can get to know how to add slideshow in your own blog easily. All right, let's do these steps:
Note: You can place your slideshow anywhere in your blog by copying the slideshow code into a Gadget.
You can go back to Blog on Blogspot home page to get the latest tips
read more
- Go to Google Picasa (you probably have a google account, don't you?)
- Upload your photo into a album that you want to make it as a slide show in your blog posts
- After you have uploaded your photos into a specific album, click on the album
- Click on " Link to this album " (located in the right hand side)
- Click on " Embed Slideshow "
- Copy the code in the yellow box.
- Now, you've already have the code, Go to create a new post
- Paste the code into the content box where you want your slideshow to be displayed
- Click on Preview to check the result, then Click on Save or Publish.
Note: You can place your slideshow anywhere in your blog by copying the slideshow code into a Gadget.
You can go back to Blog on Blogspot home page to get the latest tips
Monday
1
Monday
Andy Law
Embedding YouTube Code To Blog Posts
Today, I'm going to guide you how to embedding Youtube code to blog posts. It would take you a few minutes as long as you follow exactly the following steps:
You're Done
You can also return to the home page to see the latest posts
read more
- Go to Blogger and click New Post
- In the Post section, you will see Compose and HTML, click on HTML. (actually, you can use any)
- Open Youtube.com in a new window
- Select your video
- Click on the Share button
- Click on Embed
- Copy the code
- Paste that code to your post
- Click Preview to see the result, then click Publish or Save
You're Done
You can also return to the home page to see the latest posts
Subscribe to:
Posts (Atom)
































