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

Thursday 3 April 2014

Cara Membuat Facebook Like di Blogspot


Cara membuat facebook like diblogspot, sebenarnya adalah hampir sama dengan jenis facebook aps lainnya, misalnya facebook comment, facebook like box, dll. Anda tinggal mengambilnya dari 



https://developers.facebook.com/docs/plugins

Lalu pilih facebook aps yang anda inginkan.Sebab yang terpenting adalah, peletakan atau posisinya di blog kita.

Pada umumnya posisi yang terbaik meletakkan facebook like adalah, tampil dihalaman homepage dan juga dihalaman postingan.

Jika dihalaman homepage, lebih tepatnya adalah dibawah Readmore.  Dan jika dipostingan, berarti dia dibawah artikel.

Nah anda cari code seperti ini  <div class='post-footer'>

atau lebih tepatnya seperti ini  

 <div class='post-footer'>
    <div class='post-footer-line post-footer-line-1'>


Lalu letakkan code facebook iframe anda diatas  
<div class='post-footer'>

Dan jika atau biasanya anda menemukan 2 buah code seperti ini,
 <div class='post-footer'>
    <div class='post-footer-line post-footer-line-1'>


Silahkan pilih yang nomor 2.
Share:

Cara Terbaru Membuat Artikel Terkait


related postsCara terbaru membuat Artikel Terkait -  membuat artikel terkait memang boleh dikatakan susah-susah gampang.  Mengapa lebih banyak susahnya daripada gampangnya?



Karena membuat artikel terkait sebenarnya gampang, yang susah adalah mencari posisi yang pas untuk meletakkannya.  Namun jangan kuatir, saya telah menemukan tempat yang paling baik dan diinginkan semua orang. Oke begini cara-caranya.

1. Cari Code  </head>

kemudian letakkan code dibawah ini, diatas code </head>

  <script type="text/javascript">
    //<![CDATA[
    var relatedTitles = new Array();
    var relatedTitlesNum = 0;
    var relatedUrls = new Array();
    function related_results_labels(json) {
    for (var i = 0; i < json.feed.entry.length; i++) {
    var entry = json.feed.entry[i];
    relatedTitles[relatedTitlesNum] = entry.title.$t;
    for (var k = 0; k < entry.link.length; k++) {
    if (entry.link[k].rel == 'alternate') {
    relatedUrls[relatedTitlesNum] = entry.link[k].href;
    relatedTitlesNum++;
    break;}}}}
    function removeRelatedDuplicates() {
    var tmp = new Array(0);
    var tmp2 = new Array(0);
    for(var i = 0; i < relatedUrls.length; i++) {
    if(!contains(tmp, relatedUrls[i])) {
    tmp.length += 1;
    tmp[tmp.length - 1] = relatedUrls[i];
    tmp2.length += 1;
    tmp2[tmp2.length - 1] = relatedTitles[i];}}
    relatedTitles = tmp2;
    relatedUrls = tmp;}
    function contains(a, e) {
    for(var j = 0; j < a.length; j++) if (a[j]==e) return true;
    return false;}
    function printRelatedLabels() {
    var r = Math.floor((relatedTitles.length - 1) * Math.random());
    var i = 0;
    document.write('<ul>');
    while (i < relatedTitles.length && i < 20) {
    document.write('<li><a href="' + relatedUrls[r] + '">' +
    relatedTitles[r] + '</a></li>');
    if (r < relatedTitles.length - 1) {
    r++;
    } else {
    r = 0;}
    i++;}
    document.write('</ul>');}
    //]]>
    </script>

Lalu cari code ini   <b:include data='post' name='iframe_comments'/>

 diatasnya anda akan menemukan code seperti ini

<b:if cond='data:post.commentSource == 1'>

Lebih tepatnya seperti ini


 <b:if cond='data:post.commentSource == 1'>

    <b:include data='post' name='iframe_comments'/>


Kemudian letakkan code dibawah ini,  keatas  <b:if cond='data:post.commentSource == 1'>


  <b:if cond='data:post.labels'>
    <b:loop values='data:post.labels' var='label'>
    <b:if cond='data:blog.pageType == "item"'>
    <script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5"' type='text/javascript'/>
    </b:if>
    </b:loop>
    </b:if>
    <b:if cond='data:blog.pageType == "item"'>
    <h4>Artikel Terkait</h4>
    <script type="text/javascript">
    removeRelatedDuplicates();
    printRelatedLabels();
    </script>
    </b:if>


Kemudian click Save...!!


Catatan.  Terkadang yang anda temukan diatas
 <b:include data='post' name='iframe_comments'/>
tidak selalu sama dengan yang tertera disini,
 <b:if cond='data:post.commentSource == 1'>
 ------------------------------------------------------------------------------------------
misalnya di blog lain yang ditemukan diatas code  
<b:include data='post' name='iframe_comments'/>
adalah
 <b:if cond='data:post.forceIframeComments'>

 ------------------------------------------------------------------------------------------
Atau lebih tepatnya seperti ini
 <b:if cond='data:post.forceIframeComments'>

    <b:include data='post' name='iframe_comments'/>


Jadi tergantung keadaan blognya masing-masing, Good Luck...!!
Share:

Cara Terbaru 2014 Membuat Facebook Comment di Blogspot

Cara Membuat Kotak Komentar Facebook

Gambar diatas adalah, bentuk facebook comment yang akan kita buat diblog kita. Dan berikut adalah cara-caranya.


1. Login ke Facebook Anda

2.  Masuk kesini   https://developers.facebook.com/docs/plugins

3. Pilih Comment

4. Kemudian akan tampil gambar seperti ini

5. Anda lihat url example.com, itu anda ganti dengan url Fanspage Facebook anda.
Dan setelah anda memasukkan url anda, dan menekan enter, anda akan mendapat preview seperti ini


Lebar bisa diubah sesuai keinginan, misalnya untuk situs saya, saya buat widthnya 550

6. Setelah itu click Get Code

7. lalu anda akan melihat 2 code, seperti gambar ini


8. Dan tibalah saatnya kita untuk memasukkan codenya.

A.  Masuk kepengetaturan template,
lalu cari code  </head>

untuk mempermudah pencarian, click terlebih dahulu didalam kotak, lalu click Ctrl + F.  cara lama sudah tidak bisa lagi, anda harus mengclick terlebih dahulu didalam kotak.

kemudian letakkan Code pertama tadi, dibawa code  </head>


B. Lalu cari code ini   <b:include data='post' name='iframe_comments'/>


 diatasnya anda akan menemukan code seperti ini   <b:if cond='data:post.commentSource == 1'>

Lebih tepatnya seperti ini   

 <b:if cond='data:post.commentSource == 1'>
    <b:include data='post' name='iframe_comments'/>


Lalu sebelum anda meletakkan code kedua, sebaiknya parse terlebih dahulu code kedua, sebab terkadang jika tidak diparse, hasilnya error.  Jadi silahkan Parse Disini

Kemudian silahkan letakkan code hasil parse tadi diatas   
<b:if cond='data:post.commentSource == 1'>

Kemudian Save.
----------------------------------------------------------------------------------------------------

Catatan.  Terkadang yang anda temukan diatas 
 <b:include data='post' name='iframe_comments'/>

tidak selalu sama dengan yang tertera disini,
 <b:if cond='data:post.commentSource == 1'> 
 -----------------------------------------------------------------------------------------------------
misalnya di blog lain yang ditemukan diatas code  
<b:include data='post' name='iframe_comments'/>
adalah 
 <b:if cond='data:post.forceIframeComments'>
 ------------------------------------------------------------------------------------------
Atau lebih tepatnya seperti ini

 <b:if cond='data:post.forceIframeComments'>
    <b:include data='post' name='iframe_comments'/>

Jadi tergantung keadaan blognya masing-masing, oke...!!

Semoga berhasil...!!
Share:

Friday 4 January 2013

How to write best content to your blog post

 How to write best content to your blog post
How to write best content to your blog post-  Hello everyone, today I am telling you about “how to write best content to your blog post”. Because we know that the main thing for a blog or site is post content and the content is also known as blog King or we can say it cost think about contents for your blog.


And when you think about good content for your blog then remember two points. 1). What to write. 2). How to write. I think these two points are making your blog perfect. So let’s start to discuss about these points.

So first of all I tell you about “What to write”- Before starting your blog post just think what you want to write in your post and how it helps other. Think about post matter, and take some time to prepare fully your post. If you know fully about the new post then do not write it directly in your blog and do not directly publish it. Write it into any notepad or word document. And one more time check it starting to end, and if you find all things are right then write or copy it into blog post. But if you don’t know fully about your new post then first of all collect more information about it and consider on the information is right or not then write it into your blog. Because the small mistake turns your blog high to low.

Now we come to the second point that is “How to write”- when you starting a new post then think like as a visitor, how you read another bloggers blog and how they serve it to you. Then as like you can serve your best to your visitor. Just keep your post simple and well maintained, write your post with good points. And design your every post with correct images and you can also give image of every point for easily understandable, by which your visitors are easily interface with your post. So keep your post best.

At the last I want to tell you if you always remember these above given points then definitely you will get good visitor for your blog and also good comment for your post.

 How to write best content to your blog post
Share:

Sunday 30 December 2012

Disqus- Best Way to increase your blog visitor


 Disqus.com is best discussion publishers community which increases more visitors to sites and blogs
We know that there are so many blogger communities, and in which every blogger share their tips and posts. Because these blogger communities are increases our blog visitor and it is good for our blog SEO (Search engine optimization). And these communities also passing links to our blog. So today I am telling you about a best blogger community which is “DISQUS”.
About Disqus: - Disqus is a best discussion site for anything in the web. There are millions of people are using Disqus in the world. And Disqus is also a publisher community and for blogger it is a blogger community which gives us so many visitors to our blog. And every site owner or blogger wants good visitor for their sites. So I think it is a best opportunity for every site owner.



How to Start it: - First of all go to Disqus.com in your browser and create a new account in it. After that fill your profile and submit your blog to its directory and Disqus very easy to use it. So create your account in it and when you write any article for your blog and publish it then it is automatically shares with Disqus and you get many visitors for your blog.

My Experience with Disqus.com:- Before a month somewhere I read about Disqus and then I directly created a account in Disqus and submitted my blog in its directory. And after a day I got many visitors by it. And then day by day I got good visitors by it for my blog. so i think this is a good blogger community for every blogger ,so I write this post.
Enjoy Blogging with us…… Wishing You a Happy New Year 2013.
Share:

Blogroll

This Blog is protected by DMCA.com

Labels

Blog Archive