Bukan Pakar SEO Ganteng

Showing posts with label Blogger EN. Show all posts
Showing posts with label Blogger EN. Show all posts

Mobile Blog Builder - Creat Blog Via Handphone

Free Mobile Blog Builder or Wap Blogger from www.BlogUnyu.com

BlogUnyu Mobile Blog Builder services are designed and dedicated for mobile phone users who want to have a blog that can be accessed or managed through a mobile phone browser.
Mobile Blog Builder

Very simple acccesing through my low end mobile phones.
and then you may Get a blog with a subdomain address that provided for free, Such as:
your-name .BlogUnyu.com

You can starting build your own mobile blog just register on it.
for more pleas visit www.blogunyu.com

Or register for free here REGISTER
Pramudya Ksatria Budiman Blogger EN , Tips Blogging

Add Christmas Social Bookmark Widgets to Blogger

This is a cool Christmas ornament sits on the corner of your blog with social bookmarking options for readers.On hover the ornament slides open with share buttons for Facebook, Twitter, Pinterest, StumbleUpon, Google Plus, LinkedIn, Email and the ShareThis button that offers even more options.

gadgets blogger

Add The Christmas Bookmark Gadget To Your Blog


Step 1. In The New Blogger Dashboard Click The Drop Down Menu For Your blog And Choose > Template > Under your blogs screenshot choose “Edit Html” > Then Proceed,

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code -
</head>
Step 3. Copy and Paste the following code Directly Above / Before </head>
<script type=”text/javascript” src=”http://w.sharethis.com/gallery/shareegg/shareegg.js”></script>
<script type=”text/javascript” src=”http://w.sharethis.com/button/buttons.js”></script>
<script type=”text/javascript”>stLight.options({publisher: “bea50586-2b9f-448d-947a-01385f28e305″, onhover:false});</script>
<link media=”screen” type=”text/css” rel=”stylesheet” href=”http://w.sharethis.com/gallery/shareegg/shareegg.css”></link>
Step 4. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code
</body>
Step 5. Now Copy And Paste This Code Directly Above / Before </body>
<div style=’position: fixed; bottom: 2%; left: 2%;’><div id=’shareThisOrnament’ class=’shareEgg’></div>
<script type=’text/javascript’>stlib.shareEgg.createEgg(‘shareThisOrnament’, ['facebook','twitter','googleplus','pinterest','stumbleupon','linkedin','email','sharethis'], {title:&#39; <data:blog.pageTitle/>&#39;,url:&#39;<data:blog.url/>&#39;,theme:’holiday’});</script>
</div><a href=”http://www.spiceupyourblog.com/”>Blogger WordPress Tips</a><!– End Christmas Share Code From http://www.spiceupyourblog.com/ –>
Pramudya Ksatria Budiman Blogger EN , WIDGET

Widget Thumbnail Related Post for blogger with Tooltips

Widget Thumbnail Related Post for blogger with Tooltips

Creating Widget Thumbnail Related Post for blogger with Tooltips is another awesome and must have widget for blogger templates, and that is Related Posts Widget With Thumnail and hover Tooltip

How to add Related Post to blogger :


Please make a backup of your template before proceeding.
Step 1: Go to Blogger Dashboard>Template>Select 'Expand Widget'

Step 2: Now Search for ]]></b:skin> and add this code above it

.related-post .post-thumbnail {
 z-index: 1;
 position: relative;
 width: 98px;
 height: 98px;
 margin: 0;
 display: block;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: inset 2px 2px 5px #444;
 -moz-box-shadow: inset 2px 2px 5px #444;
 box-shadow: inset 2px 2px 5px #555;
}
.related-post {
 float: left;
 position: relative;
 width: 98px;
 height: 98px;
 margin: 0 10px 10px 0;
 background: #F6F6F6;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 }
.related-post .related-post-title {
 display: none;
 float: left;
 background: #000;
 color: #fff;
 text-shadow: none;
 font-weight: bold;
 padding: 10px;
 position: absolute;
 top: -20px;
 left: 40px;
 z-index: 2;
 width: 200px;
 -webkit-box-shadow: 0 0 2px #444;
 -moz-box-shadow: 0 0 2px #444;
 box-shadow: 0 0 2px #444;
}
.related-post:hover .related-post-title {display: block;}
 
Step:3 Now search for these lines in your template.
 
  <div class='post-footer'>
    <div class='post-footer-line post-footer-line-1'/>
      <div class='post-footer-line post-footer-line-2'/>
      <div class='post-footer-line post-footer-line-3'/>
    </div>
  </div>
 
Once you find similar code in your template, paste this code below it.
 
<div id='related-posts'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script type='text/javascript'>//<![CDATA[
var ry='<h3>Related Posts</h3>';rn='<h3>&nbsp;&nbsp;&nbsp;No related post available</h3>';rcomment='comments';rdisable='disable comments';commentYN='no';
var dw='';titles=new Array();titlesNum=0;urls=new Array();timeR=new Array();thumb=new Array();commentsNum=new Array();comments=new Array();function related_results_labels(c){for(var b=0;b<c.feed.entry.length;b++){var d=c.feed.entry[b];titles[titlesNum]=d.title.$t;for(var a=0;a<d.link.length;a++){if('thr$total' in d){commentsNum[titlesNum]=d.thr$total.$t+' '+rcomment}else{commentsNum[titlesNum]=rdisable};if(d.link[a].rel=="alternate"){urls[titlesNum]=d.link[a].href;timeR[titlesNum]=d.published.$t;if('media$thumbnail' in d){thumb[titlesNum]=d.media$thumbnail.url}else{thumb[titlesNum]='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqtVavYjdsj9dTxn-VYU7TxHkI6HUSt-KxZadMNTsTWMsdoozW4B9uzn3WsMLbXuOE87EGkJfOTKTL_1mrrSfYo8BKvpVN_uXv_87O41KdYtbIgLEdEYz4zXC-I5aIX6G-AaAGgUotKfK9/'};titlesNum++;break}}}}function removeRelatedDuplicates(){var b=new Array(0);c=new Array(0);e=new Array(0);f=new Array(0);g=new Array(0);for(var a=0;a<urls.length;a++){if(!contains(b,urls[a])){b.length+=1;b[b.length-1]=urls[a];c.length+=1;c[c.length-1]=titles[a];e.length+=1;e[e.length-1]=timeR[a];f.length+=1;f[f.length-1]=thumb[a];g.length+=1;g[g.length-1]=commentsNum[a]}}urls=b;titles=c;timeR=e;thumb=f;commentsNum=g}function contains(b,d){for(var c=0;c<b.length;c++){if(b[c]==d){return true}}return false}function printRelatedLabels(a){var y=a.indexOf('?m=0');if(y!=-1){a=a.replace(/\?m=0/g,'')}for(var b=0;b<urls.length;b++){if(urls[b]==a){urls.splice(b,1);titles.splice(b,1);timeR.splice(b,1);thumb.splice(b,1);commentsNum.splice(b,1)}}var c=Math.floor((titles.length-1)*Math.random());var b=0;if(titles.length==0){dw+=rn}else{dw+=ry;dw+='<div class="clear"/></div><ul>';while(b<titles.length&&b<20&&b<maxresults){if(y!=-1){urls[c]=urls[c]+'?m=0'}if(commentYN=='yes'){comments[c]=' - '+commentsNum[c]}else{comments[c]=''};dw+='<div class="related-post"><div class="related-post-title">'+titles[c]+'</div><a href="'+urls[c]+'" rel="nofollow"><img border="0" class="post-thumbnail" alt="'+titles[c]+'" src="'+thumb[c]+'"/></a></div></div>';if(c<titles.length-1){c++}else{c=0}b++}dw+='</ul>'};urls.splice(0,urls.length);titles.splice(0,titles.length);document.getElementById('related-posts').innerHTML=dw};
//]]></script>
<b:loop values='data:post.labels' var='label'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&quot;' type='text/javascript'/>
</b:loop>
<script type='text/javascript'>var maxresults=6;removeRelatedDuplicates();printRelatedLabels(&#39;<data:post.url/>&#39;);</script>
</b:if>
</div>
<div class='clear'/>
 
That's All! Now save your template and preview it.

-You can change the number of posts display,Search for maxresults=6 and replace “6” with your desired number of related articles.
-To change the Widget and height of the thumbnails replace the four 98px with your desired numbers.
Pramudya Ksatria Budiman Blogger EN , WIDGET

How to add Drop Cap first letter in post blogger

Add The Drop Cap Large First Letter To Your Blogger
A very popular effect used in magazines and newspapers is a drop cap first letter to paragraphs.This effect can also be found on many blogs and websites.The effect is a large first letter stretching down three or four lines with the text wrapped around.The drop cap letter can also use a different font and can be a different color to the rest of the text.Almost two years ago i published a post showing how to add a Drop Cap to your blog, in this post i have an even easier more effective method.This method needs just a few lines of Css to be added to your template then the first letter of every post on your blog will automatically be a drop cap.You can then choose the color and font of the drop cap.Check out the Blogger screenshot, demo and tutorial below.

Add The Drop Cap Large First Letter To Your Blogger

Remember Always Back Up Your Template Before You Make Change

Step 1. - In Your (New Design) Blogger Dashboard Click The Drop Down Menu For Your Blog > Choose Customize > Advanced > Add Css, as shown in the video below


Step 2. Copy and Paste the following code into the Css Section then click Apply To Blog.


p:first-letter {
display:block;
margin:5px 0 0 5px;
float:left;
color:#0033CC;
font-size:60px;
font-family:Georgia;}

Edits :
Color - The Color highlighted in yellow can be changed, find color codes here : Html Color Code Generator.
Size - The font size highlighted in green can be increased and decreased from 60px.
Font - The font highlighted in red is currently Georgia and can also be changed.

Step 3. Save your template.

That's it you now have a cool drop cap first letter on your blog.Some people have had trouble with this method so i it does not work for you try the original
Pramudya Ksatria Budiman Blogger EN

Add Image Zoom effect with jQuery to blogger

Add Image Zoom effect with jQuery to blogger

Add jQuery Image Zoom To Your Blogger Blog, its Awesome !
Here how to add Image Zoom with jquery effect in blogger.

Add The Css And Scripts

Step 1. In your Blogger Dashboard Click Design > Edit Html

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code)
]]></b:skin>

Step 3. Copy And Paste The Following Code Directly Above ]]></b:skin>

#easy_zoom{
width:600px;
height:400px;
border:5px solid #eee;
background:#fff;
color:#333;
position:fixed;
top:35px;

left:50%;overflow:hidden;
-moz-box-shadow:0 0 10px #555;
-webkit-box-shadow:0 0 10px #555;
box-shadow:0 0 10px #555;
/* vertical and horizontal alignment used for preloader text */
line-height:400px;
text-align:center;
}

Important - You may need to change the highlighted code above to suit your template.This sets the distance of the zoom image from the side of the page, see more on this in the Video Tutorial.

Step 4. Now Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code)
</head>

Step 5.
Copy and paste the following piece of code Directly Above </head>

Important - The code highlighted in yellow is the main jQuery script, if you already have jQuery in your template don't add this.

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js' type='text/javascript'/><script src='http://suyb.googlecode.com/files/easyzoom.js' type='text/javascript'/>
<script type='text/javascript'>
$().ready(function() {
$(&#39;a.zoom&#39;).each(function(i) {
$(this).easyZoom();
});
});
</script>

Step 6. Save Your Template, that's the jQuery and Css added now you just gotta add your images.

Adding The Image To Your Posts

When you upload a large image to Blogger it will often be re-sized to fit your posts.This is actually perfect as the re-sized image will be in your posts but the zoom will use the original size.The image code you upload will look as below and you simply add class="zoom" as highlighted :

<div class="separator" style="clear: both; text-align: center;">
<a class="zoom" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgq2S3GkEKDRR_C-DXJEDKJ-gOLgPiEV5rRja7iO8HjvySW-hoOHaZ_ybm9ULQnehwX5Zz_CVVFzYq1LMf0J_K4epdgo0P7tt0gIp-ersECOkfgEu1alDa9T9ndFyNbQWUUG3Xc1hVKX6zQ/s1600/large.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="205" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgq2S3GkEKDRR_C-DXJEDKJ-gOLgPiEV5rRja7iO8HjvySW-hoOHaZ_ybm9ULQnehwX5Zz_CVVFzYq1LMf0J_K4epdgo0P7tt0gIp-ersECOkfgEu1alDa9T9ndFyNbQWUUG3Xc1hVKX6zQ/s320/large.jpg" width="320" /></a></div>
Pramudya Ksatria Budiman Blogger EN

How to Add the new Blogger Related Posts To Your Blog

How to Add the new Blogger Related Posts To Your Blog
Displaying Related Posts below each post on your blog are so importance.
Displaying a list of Related Posts not only keeps readers on your blog clicking through your archive but they are also crawled by search engines.
But to get readers clicking through the related posts you need them to be eye catching and that's where the related posts with thumbnails works so well.
The related posts with thumbnails lists a selected number of posts and also grabs an image from each posts to display.
The gadget we have in this post is similar to the popular Link Within Related posts but with some great extra features and options.

Thumbnail and the Tittle have been resized, so you can display more posts.
Related Post Link Within Limits you to 5 posts with this gadget you can show as many as you like.
This related posts gadget displays related posts using the labels, so it will list posts with the same labels as the posts it is below.
You can add some extra customizations to this gadget and i will list them below the tutorial.

Live Demo - You can see this Gadget below all posts on my blog.

Add The new Blogger Related Posts To Your Blog

Step 1. In your Blogger Dashboard Click > Design > Edit Html > Tick The Expand Widget Templates Box

Step 2. Find the following code
</head>

Step 3. Copy And Paste The Following Code Directly Above / Before </head>

<!--Start Related Posts Script -->
<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: 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=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjB0Edu_pzyXpVhnpBQpgoMdcldb0-Il4o_aP9UxeyJvvwmCrTGkd1YXdiS3OIgEAF7hLf_0UN2DMhsr00hMYrc-aUaKR-zHf1YI-TrkNSOuIQLTLGhFDj6B5pXD8tmY_x0RxhOXO7QTDn/s1600/No+Image.jpg&quot;;

var maxresults=10;
var splittercolor=&quot;#d4eaf2&quot;;
var relatedpoststitle=&quot;Related Posts&quot;;
</script>
<script src='http://yourjavascript.com/22811210832/RelatedPoststhumb3.txt.js' type='text/javascript'/>
</b:if>
<!--End Related Post End-->


Note - Change maxresults=10 in red above to the number of posts you want displayed.
Note 2 - You can change the title above the gadget, it is currently Related Posts.
Simply Change the text In blue above.

Step 4. Now Find the following
<div class='post-footer'>

Note - If you cant find that find and use <data:post.body/>

Step 5. Copy And Paste The Following Code Directly Below Under <div class='post-footer'>


<!-- start related posts-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<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><br/><a href='http://masihpopuler.blogspot.com/2013/01/how-to-add-new-blogger-related-posts-to.html' target='_blank'><font color='#ccc' size='small'>Best Blogger Gadgets</font></a><div style='clear:both'/>
</b:if>
<!-- end related posts-->


Step 6. Now Save Templates
Pramudya Ksatria Budiman Blogger EN