A story with tens of thousands of articles.

A story with tens of thousands of articles.
life and death, blessing and cursing, from the main character in the hands of readers.

Friday, May 8, 2015

tip cara Memasang popup Facebook Like Box di Blogger


Need a professional writer? Fiction and non-fiction? contact richard.nata@yahoo.co.id

BERANDA    ABOUT US    ADS : 1 USD FOREVER     ASMARA    BIOGRAFI     BUKU     BUKU PINTAR 

CHRISTIAN FAITH     DISCLAIMER     DUNIA KERJA     ENTREPRENEURS     GO PUBLIC (IPO)     

KESEHATAN     LIST OF ALL ARTICLES     MARKETING     MY STARTUP     OTHERS     

TIP SUKSES DAN KAYA     TIPS BLOGGER     TIP SEO     CONTACT ME    PROFESSIONAL WRITER

Ditolak google adsense seperti gue ( richard nata ) ? tenang... ada cliksor. ha...7x http://richardnata.blogspot.com/2015/04/ditolak-google-adsense-seperti-gue.html
SELAIN CLICKSOR, MASIH ADA PROPELLER ADS. HA...7X

(out of 100's of systems, this is my number #1 recommendation ^^)

KALAU SUKA BERMAIN GAME JANGAN LUPA KLIK PLAY NOW ATAU DOWNLOAD.

WITH 1 USD THEN YOUR TEXT POSTED IN THE ARTICLE FOREVER. 1 USD PER ARTICLE FOREVER.
WITH 5 USD THEN YOUR BANNER POSTED IN THE ARTICLE FOREVER. 5 USD PER ARTICLE FOREVER.
WITH 10 USD THEN YOUR BIG BANNER POSTED IN THE ARTICLE FOREVER. 10 USD PER ARTICLE FOREVER.


 14

Popup Facebook like box di Blogger

Nah jika artikel sebelumnya cara memasang Facebook Likebox sekarang saya share yang versi Popup. Beruntung saya sebagai admin TrikBlogger.netmempunyai jaringan dengan blogger lain sehingga saya dapat kode facebook popup like box, lalu saya edit kodenya biar SEO friendly. Tunggu apa lagi ? Ayo buka artikel ini
Note : Anda bisa membuka posting saya sebelumnya supaya anda lebih mengerti jalan posting ini

Facebook like box v1
Update :
1. Kode dibuat oleh danlogs
2. Dibuat SEO friendly oleh Alief Reski / Admin TrikBlogger.net .

Biasanya popup facebook like box itu menggunakan lightbox, tetapi yang saya share bukan lightbox jadi bisa lebih cepat
Cara memasangnya gampang
Ingat ! Backup template anda terlebih dahulu
Seperti biasa buka layout / Tata letak > Tambah gadget > HTML / Javascript
<script src='//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js'></script>
<style>
#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#fanbox {
background:white;
width:420px;
height:270px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#fanclose {
float:right;
cursor:pointer;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4g15QvO3kzs6XWBthP381Eai6qxHcVb82eNG2QQ3s9WmyerQJ_7uf7r4rUn0TU4C-R16YYwqAf8O7btl4jqxTKE2qSp-8jtwTPjUccnOh7XDIVBmiJuBzWf-GbOm8-W9PTa8CyfyRbyrn/s1600/fanclose.png) repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
.remove-borda {
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
#linkit,#linkit a.visited,#linkit a,#linkit a:hover {
color:#80808B;
font-size:10px;
margin: 0 auto 5px auto;
float:center;
}
</style>
<script type='text/javascript'>
//<![CDATA[
jQuery.cookie = function (key, value, options) {
// key and at least value given, set cookie...
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);
if (value === null || value === undefined) {
options.expires = -1;
}
if (typeof options.expires === 'number') {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}
value = String(value);
return (document.cookie = [
encodeURIComponent(key), '=',
options.raw ? value : encodeURIComponent(value),
options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
options.path ? '; path=' + options.path : '',
options.domain ? '; domain=' + options.domain : '',
options.secure ? '; secure' : ''
].join(''));
}
// key and possibly options given, get cookie...
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null;
};
//]]>
</script>
<script type='text/javascript'>
jQuery(document).ready(function($){
if($.cookie('popup_facebook_like') != 'yes'){
$('#fanback').delay(5000).fadeIn('medium');
$('#fanclose, #fan-exit').click(function(){
$('#fanback').stop().fadeOut('medium');
});
}
$.cookie('popup_facebook_like', 'yes', { path: '/', expires: 7 });
});
</script>
<div id='fanback'>
<div id='fan-exit'></div>
<div id='fanbox'>
<div id='fanclose'></div>
<div class='remove-borda'></div>
<div class="fb-like-box" data-href="http://www.facebook.com/idbloggertrick" data-width="402" data-height="255" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="false" data-show-border="false"></div><div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=579594688731789";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</div>
</div>
Save widget nya

Lihat baik-baik kode yang saya beri background kuning, itu adalah jquery, jika di blog anda sudah terpasang maka tidak perlu menyertakan kode itu
Lalu ganti "http://www.facebook.com/idbloggertrick" dengan facebook fan page blog anda.

Konfigurasi Popup Facebook Like Box

Secara default widget muncul 5 detik setelah halaman selesai loading. Cari kode di bawah ini dan ubah angka 5000 ke angka yang lebih besar atau lebih kecil.

$('#fanback').delay(5000).fadeIn('medium');

Catatan: 1 detik = 1000. 10 detik = 10000. 60 detik = 60000. jadi kalau 5 detik=5000

Saat ini cookie akan expire selama 7 hari, jadi setelah 7 hari maka pengunjung yang sama akan melihat popup lagi. Ganti angka 7 sesuai dengan keinginan.

$.cookie('popup_facebook_like', 'yes', { path: '/', expires: 7 }); 
Catan : 1 hari=1 , 3 hari=3, 7 hari=7. Pokoknya sesuai angkanya
Dapatkan Facebook Like Box di sini.

Sudah bagus kan ? 
Untuk demonya akan muncul secara khusus di posting ini.

RESOURCE : http://www.trikblogger.net/2013/12/popup-facebook-likebox-di-blogger.html

Love this Post? Spread the Word.

DO NOT FORGET TO CLICK THE PLAY NOW OR DOWNLOAD.



Need a professional writer? Fiction and non-fiction? contact richard.nata@yahoo.co.id

My STARTUP :


A story with millions of choices in it.

Try to imagine this. When you're reading a story on the web or blog, you are given two choices. You can choose the next story based on your own choice. After selecting then you can continue reading the story. Shortly afterwards you will be presented back to the 2 other options. The next choice is up to you. Then you continue the story you are reading. After that you will be faced again with 2 choices. So onwards.

If you feel curious then you can re-read the story by changing your selection. Then you will see a different story with the story that you have read previously. The question now is why is this so? Because the storyline will be varying according to your choice. 

Based on the above, then you are faced with two choices. Are you interested in reading my story is? Or you are not interested at all. The choice is in your hands.
If you are interested then spread widely disseminated this article to your family, friends, neighbors, and relatives. You can also distribute it on facebook, twitter, goggle +, or other social media that this article be viral in the world. By doing so it is a new entertainment industry has been created.

Its creator named Richard Nata.

The full articles that talks about this: 
  

Are you interested in my offer?

Do you want to be an investor in my startup?


If yes, don't hesitate to contact me as soon as possible.

Thank you.
Lord Jesus bless you.
Amen
P.S. The offer letter I gave also to the hedge funds and venture capital and other major companies in the entire world. So who is fast then he will get it.
P.P.S. If you are not interested in my offer, it is a good idea to periodically review my blog to see the development of my blog.  http://richardnata.blogspot.com
If I've made a story on my blog and get a multiplication of clicks then you should know that the readers liked my story

No comments:

Post a Comment

Related Posts

Related Posts Plugin for WordPress, Blogger...