Category: English Content

  • Splitting a Long Blog Post in Blogger Into Multiple Pages

    www.laborblog.my.id - Splitting posts in wordpress is very simple and there are many plugins to achieve this, but how it’s done in Blogger.
    illustration
    – Splitting posts in wordpress is very simple and there are many plugins to achieve this, but how it’s done in Blogger. In Blogger there is no build in feature to split posts or pages and there are no widgets to paginate, but by using a simple jQuery function you can paginate your blog posts.
    So why to split a blog post? We have already discussed all the benefits of adding pagination to blog posts in this article. Here we will show you how to split long blog post in Blogger into multiple pages.
    Don’t panic, the code below is simple and easy to understand. Assume that you are about to publish a long blog post and would like to split that into 4 pages. Here is how you do that in just 3 simple steps.
    How to split long blog post in Blogger into multiple pages
    Step 1: Usually you will edit your post in compose mode, but this time you are going to do this in HTML mode. Switch to HTML editor, add the span element that you see below and add your blog content in each element respectively.
    From the below lines you can see that only 1st page content is visible and the remaining 2nd, 3rd and 4th pages are hidden. So the remaining pages will be visible only if the visitor navigates.

    <span class=”content1″>
    Add your first page content here
    </span>
    <span class=”content2″ style=”display:none”>
    Add your second page content here
    </span>
    <span class=”content3″ style=”display:none”>
    Add your third page content here
    </span>
    <span class=”content4″ style=”display:none”>
    Add your final page content here
    </span>

    Step 2: Hope you have added your content. Now you have to create page links so when a user clicks on that page he or she should get that particular content. Just below to the above code add this one which adds Pages: 1 2 3 4 links below your post content.

    <p><b>Pages: <span style=”color: #3d85c6;”>
    <a href=”#” class=”page1″>1</a>
    <a href=”#” class=”page2″>2</a>
    <a href=”#” class=”page3″>3</a>
    <a href=”#” class=”page4″>4</a></span></b></p>

    Step 3: Next to make this links to work add the following script just below the pagination links.

    <script src=”//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js”></script>
    <script style=”text/javascript”>
    jQuery(document).ready(function(){
    jQuery(‘.page1’).click(function(){
    jQuery(‘.content1’).show();
    jQuery(‘.content2’).hide();
    jQuery(‘.content3’).hide();
    jQuery(‘.content4’).hide();
    return false;
    });
    jQuery(‘.page2’).click(function(){
    jQuery(‘.content1’).hide();
    jQuery(‘.content2’).show();
    jQuery(‘.content3’).hide();
    jQuery(‘.content4’).hide();
    return false;
    });
    jQuery(‘.page3’).click(function(){
    jQuery(‘.content1’).hide();
    jQuery(‘.content2’).hide();
    jQuery(‘.content3’).show();
    jQuery(‘.content4’).hide();
    return false;
    });
    jQuery(‘.page4’).click(function(){
    jQuery(‘.content1’).hide();
    jQuery(‘.content2’).hide();
    jQuery(‘.content3’).hide();
    jQuery(‘.content4’).show();
    return false;
    });
    });
    </script>



    That’s it! When everything is done publish your article and view it where you will see page links below the content. Just click on the links to see how it works. Hope that helped you to split long blog posts in Blogger into multiple pages. Got any questions? Feel free to ask below in comments section.[source]
  • Tips for Making Crispy French Fries Not Soggy

    www.laborblog.my.id - Cooking french fries can't be done haphazardly: so that the results are delicious, you must pay attention to the quality of the potatoes, the temperature of the oil, the method of frying and the technique of serving it. French fries that are not fried properly can affect the taste and crunch of the potatoes.

    French Fries | Net
    Cooking french fries can’t be done haphazardly: so that the results are delicious, you must pay attention to the quality of the potatoes, the temperature of the oil, the method of frying and the technique of serving it. French fries that are not fried properly can affect the taste and crunch of the potatoes.


    Here’s how to cook perfectly crispy Belgian fries. Belgium is the “birthplace” of French fries. There, cooking and eating french fries has become an entrenched culture.
    1. Potato Quality
    To get a delicious taste from french fries, the potatoes used must be of high quality, the characteristics are clean and large potatoes. After cleaning, cut the potatoes into 1-1.5 cm thickness.
    “The bigger the pieces, the more flavorful the potato flesh will be,” said World Potato Congress President Romain Cools at a press conference at SIAL Interfood, Jakarta. If you are using processed potatoes, choose a good quality branded potato.
    2. Frying
    Use a skillet with a sieve so you can easily remove the fries all at once. For even results, make sure that the amount of oil covers the potatoes completely. The ideal oil temperature for frying potatoes is 170-175 degrees Celsius or medium heat.
    3. Quantity of Potato
    When frying, make sure the amount of potatoes does not exceed half the capacity of the pan. This is to ensure that all the potatoes cook evenly. Too many potatoes in the pan will make the consistency of the texture so mushy.
    4. Shake
    Quoted from Original Fries, shake the potatoes after soaking in hot oil for 30 seconds so they don’t stick together and to get the right level of crunch, repeat until the potatoes change color.
    5. Cook Until Yellowish
    Then, wait until the fries are golden yellow, remove the potatoes, drain the oil and place them in a container lined with greaseproof paper.
    6. Seasoning


    Season the french fries with a little salt. You can also add various toppings such as scallions and celery. Enjoy french fries with chili sauce, tomato or mayonnaise. Fries that are crispy on the outside and soft on the inside can be enjoyed immediately.

  • Saturday’s Google doodle Celebrates Physicist Stephen Hawking

    www.laborblog.my.id - Today’s Google Doodle honors the late physicist Stephen Hawking on his 80th birthday. Hawking was a renowned cosmologist, and he spent his career theorizing about the origins of the universe, the underlying structure of reality, and the nature of black holes. But he became a household name for the way he communicated those ideas to the public through books and TV appearances.

    Today’s Google Doodle features a short animated version of Stephen Hawking’s life story | GOOGLE
    Today’s Google Doodle honors the late physicist Stephen Hawking on his 80th birthday. Hawking was a renowned cosmologist, and he spent his career theorizing about the origins of the universe, the underlying structure of reality, and the nature of black holes. But he became a household name for the way he communicated those ideas to the public through books and TV appearances.


    “My goal is simple,” he once said. “It is a complete understanding of the universe, why it is as it is and why it exists at all.”
    One of Hawking’s best-known ideas is that black holes slowly regurgitate information about all the matter they’ve swallowed – but it comes out in a jumbled form called Hawking radiation. In 1974, Hawking proposed that the event horizon of a black hole emits energy. Because energy can be converted into mass, and vice versa (that’s what Albert Einstein’s famous equation E=MC2 tells us), emitting all that energy into space will shrink the black hole. Eventually, it will run out of mass and disappear.
    The mechanics of why black holes emit energy in the first place are a little complicated if you’re not an expert in quantum physics. But essentially, a black hole’s gravity is so strong that at its event horizon, general relativity (the set of principles that describe how gravity works) and quantum mechanics (the set of principles that describe how subatomic particles behave) overlap in ways that cause weird things to happen to particles.
    Under the right conditions, background energy in the universe can convert into pairs of particles: one matter, and one antimatter. Normally, these two particles destroy each other the instant they collide, and the universe settles back into a nice, comfortable equilibrium. But at the event horizon of a black hole, half of the pair may fall into the black hole while the other half escapes. That escaping particle gets emitted back into space as energy, according to Hawking.
    Hawking and his colleagues were still debating how Hawking radiation worked in 1997, 23 years after he’d proposed the idea in a paper.
    Most objects in space have several properties: mass, radius, chemical composition, and spin (how fast and in what direction the object rotates). But black holes only have two properties: mass and spin. They exist at a single point, called a singularity, so they have no radius. And every bit of matter that falls into a black hole becomes part of the singularity, so it loses its chemical identity, too.
    Think of those properties as the metadata for every object in the universe. A principle of physics called the law of conservation of mass says that matter can’t be created or destroyed, only converted into a different form – and physicist John Preskill insisted that must also apply to the information about an object’s properties. He suggested that Hawking radiation should contain information about all the matter that a black hole absorbs. Otherwise, if the information couldn’t escape from the black hole, it would be lost when the black hole eventually evaporated, and that would violate the law of conservation.
    Hawking bet Preskill a copy of Total Baseball: The Ultimate Baseball Encylopedia that Preskill was wrong. In 2004, Hawking conceded the bet and presented Preskill with the baseball encyclopedia. According to Hawking’s calculations and models, Hawking radiation did, in fact, contain the metadata for all the matter the black hole had swallowed. But that information must come out completely scrambled.
    That meant he should have burned the encylopedia and handed Preskill a box of ashes, Hawking once joked.
    The bet with Preskill was entirely characteristic of Hawking, who had a penchant for making similar bets with colleagues – often wagering a book or a magazine subscription – on the outcome of their cosmological research.
    Hawking became a household name in the late 1980s because of his skill at explaining physics to people who weren’t physicists. He wrote 8 books, most notably A Brief History of Time (1988), The Universe in a Nutshell (2001), and Brief Answers to the Big Questions (2018). He also co-authored a series of children’s books with his daughter Lucy Hawking, beginning with George’s Secret Key to the Universe (2007).
    And he did the majority of that work after being told, in 1963, that he had just two years to live. During Hawking’s last year as an undergraduate student at Oxford University, he began to stumble more often, and his speech started to slur. He received a diagnosis during his first year as a PhD student at Cambridge University: amytrophic lateral sclerosis or ALS. In other words, the motor neurons that carried instructions from Hawking’s brain and spinal cord to his muscles were degenerating. Doctors predicted, at the time, that he had about two years to live.
    “My expectations were reduced to zero at 21,” he said. “Everything since then has been a bonus.”
    ALS eventually left Hawking paralyzed, and he developed a reputation for steering his wheelchair just as recklessly as he’d steered his rowing crew back at Oxford, where his penchant for risky maneuvers had damaged a few boats.
    When paralysis made it impossible for Hawking to speak, he relied on a speech-generation device. He input words and letters into the computer using a handheld joystick at first, but later, he navigated the system by twitching a single cheek muscle. Putting together a sentence this way was a laborious process, but Hawking wrote scientific papers and entire books with the device. His family gave Google permission to recreate his voice for today’s Google Doodle.


    It must have been challenging for Hawking to compose responses on the fly, but your faithful correspondent once watched him do it. Hawking had given a presentation at Texas A&M University in late 2009, and afterwards a handful of other physicists took questions from the audience, since – as noted – it would have taken Hawking some time to compose his responses with the speech-generation device. One distinguished physicist was partway through answering an audience member’s question about black holes when Hawking’s distinctive voice cut in with a single word: “No.”
    Everyone present conceded the point.[Forbes]

  • The Beauty of White Sands Lhok Mee Beach in Aceh, Indonesia

    www.laborblog.my.id - Almost all beaches in Aceh have an attractive charm. Well, one of the beaches that has an interesting attraction is Lhok Mee Beach. Lhok Mee Beach, which is famous for its white sand beaches and trees in the water, is located in Lamreh Village, Mesjid Raya District, Aceh Besar District, Aceh.

    Lhok Mee Beach
    Almost all beaches in Aceh have an attractive charm. Well, one of the beaches that has an interesting attraction is Lhok Mee Beach. Lhok Mee Beach, which is famous for its white sand beaches and trees in the water, is located in Lamreh Village, Mesjid Raya District, Aceh Besar District, Aceh.
    Most of the beaches in Aceh Besar look beautiful with rows of pine trees, so the White Sand at Lhok Mee Beach is a little different because we can see the beauty of the trees that grow lined up on the sea surface.
    The people there called the tree Geurumbang. There are also mangrove roots that dominate the beach. Sea water can rise and fall instantly. When the sea water is high, the white sand of the beach combines its color with the clear blue sea water. When the sea water receded again, the mangrove roots appeared one by one like spear spikes that had just been stabbed.
    This geurumbang tree grows at a water level of about 1-2 meters. So you can climb this tree and don’t forget to bring a fishing rod or fishing rod, because fishing and sitting on this tree has its own sensation. Another specialty of Lhok Mee Beach is that this beach has a stretch of fine white sand and follows the straight line of the beach.
    You can swim while enjoying the waves of the sea, while for snorkelers, of course, you can enjoy the beautiful coral reefs on beautiful beaches.
    This beach is a very photogenic tourist spot. Because of its beauty, this place is often a place for newlywed wedding photos.
    Lhok Mee Beach is also equipped with a number of supporting facilities. There are rows of grilled fish stalls built overlooking the sea with a varied menu. Coffee lovers can also enjoy the cafe stalls on this beach. also young coconut, boiled noodles and other foods. You can use the cottage building in this food stall to rest, eat food, and lay down.
    Lhok Mee Beach is only 2 km from Malahayati Harbor or 40 km from Banda Aceh City. From Banda Aceh City, you can go to Lhok Mee Beach from the Simpang Mesra Roundabout. Turn left towards the Krueng Cut bridge and start entering Jalan Laksamana Keumala Hayati which leads to the Malahayati port. With a speed of 60-70 km/hour or about 35 minutes by car, you have arrived at the white sand beach of Lhok Mee Aceh Besar.

  • Enchantment of Lake Laut Tawar in Central Aceh, Indonesia

    www.laborblog.my.id - There is a tourist spot in Central Aceh that makes you want to go there. A beautiful lake located in the Gayo Highlands, Central Aceh Regency, Aceh Province.

    Lake Laut Tawar
    – There is a tourist spot in Central Aceh that makes you want to go there. A beautiful lake located in the Gayo Highlands, Central Aceh Regency, Aceh Province. Laut Tawar Lake Tour. Tourist attractions, photography spots, natural attractions, tourist attractions full of charm.


    Lake Laut Tawar is a tourism potential in central Aceh, a popular photo hunting spot among tourists. Loved by young people who like adventure, it is also suitable for children and adults. Going out with friends from the community will be more fun, even when traveling with family.
    Panorama of Lake Laut Tawar
    This lake, which holds a lot of beauty, origin stories and mysteries, is well worth a visit. you will really like the panoramic beauty. The combination of plains, hills and waters around Lake Laut Tawar presents stunning natural beauty.
    You can also follow the daily activities of the Gayo highlanders around the lake: farming, fishing, gardening, hunting for plantation pests.
    Aceh’s largest lake has an area of approximately 5,472 hectares. It is about 17 km long and 3.2 km wide. Lots of great photo spots around the lake. Even the color of the grass in the hills varies with the seasons, sometimes green, sometimes yellowish, giving each visit a different feel.
    When the sky is dominated by white because it is cloudy and rainy, it’s cool to drink coffee at a shop near the lake. Enjoy the calm atmosphere, on other occasions the weather is sunny and spoils the photographers with the blue sky, each of which has its own beauty.
    To enjoy the beauty of Lake Laut Tawar, we don’t need to pay an entrance ticket, we can freely choose which shore to relax for free, in some places the scenery is very beautiful.
    Don’t forget to enjoy a culinary tour by the lake, drink Gayo coffee or eat delicious depik fish. For accommodation, we can choose to stay in Takengon City or inn by the lake.
    Many roads lead to Rome, there are also roads to the Lakes of the Fresh Sea. There are 3 (three options) if you want to Takengon (Lake Lut Tawar). Can be by Bus / travel Banda Aceh – Takengon. The distance between Banda Aceh – Takengon is about 315 kilometers in 7 hours.
    The second option is from Medan by bus. The distance from Medan to Takengon is 427 kilometers, in 9.5 hours. And the third option, currently there is a Medan – Takengon flight from Kuala Namu Airport (KNO) to Rembele Airport (TXE) with a Medan – Takengon flight that takes 60 minutes.


    The beautiful atmosphere of the highlands is certainly different from the beach atmosphere. It is a tourist spot in Central Aceh that you must try if you are in Aceh.

  • CSS Button HTML

    www.laborblog.my.id - Button is one of the HTML elements that are often found on a website, this element is usually used to submit forms or it could be for other things.

    CSS Button HTML
    Button is one of the html elements that are often found on a website, this element is usually used to submit forms or it could be for other things. Here are some interesting button options:



    <!– HTML !–>
    <button class=”button-1″ role=”button”>Button 1</button>
    <!– CSS !–>
    <style>
    .button-1 {
    background-color: #EA4C89;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: “Haas Grot Text R Web”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    }

    .button-1:hover,
    .button-1:focus {
    background-color: #F082AC;
    }
    </style>

    <!– HTML !–>
    <button class=”button-2″ role=”button”>Button 2</button>
    <!– CSS !–>
    <style>
    .button-2 {
    background-color: rgba(51, 51, 51, 0.05);
    border-radius: 8px;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: “Haas Grot Text R Web”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    }
    </style>

    <!– HTML !–>
    <button class=”button-3″ role=”button”>Button 3</button>
    <!– CSS !–>
    <style>
    .button-3 {
    appearance: none;
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,”Segoe UI”,Helvetica,Arial,sans-serif,”Apple Color Emoji”,”Segoe UI Emoji”;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    }

    .button-3:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
    }

    .button-3:hover {
    background-color: #2c974b;
    }

    .button-3:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
    }

    .button-3:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
    }

    .button-3:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
    }
    </style>

    <!– HTML !–>
    <button class=”button-4″ role=”button”>Button 4</button>
    <!– CSS !–>
    <style>
    .button-4 {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, “Segoe UI”, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
    }

    .button-4:hover {
    background-color: #F3F4F6;
    text-decoration: none;
    transition-duration: 0.1s;
    }

    .button-4:disabled {
    background-color: #FAFBFC;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959DA5;
    cursor: default;
    }

    .button-4:active {
    background-color: #EDEFF2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
    }

    .button-4:focus {
    outline: 1px transparent;
    }

    .button-4:before {
    display: none;
    }

    .button-4:-webkit-details-marker {
    display: none;
    }
    </style>

    <!– HTML !–>
    <button class=”button-5″ role=”button”>Button 5</button>
    <style>
    /* CSS */
    .button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,”Helvetica Neue”,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem – 1px) calc(1.5rem – 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    }

    .button-5:hover,
    .button-5:focus {
    background-color: #fb8332;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    }

    .button-5:hover {
    transform: translateY(-1px);
    }

    .button-5:active {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
    }
    </style>

    <!– HTML !–>
    <button class=”button-6″ role=”button”>Button 6</button>
    <style>
    .button-6 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,”Helvetica Neue”,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem – 1px) calc(1.5rem – 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    }

    .button-6:hover,
    .button-6:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
    }

    .button-6:hover {
    transform: translateY(-1px);
    }

    .button-6:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
    }
    </style>

    <!– HTML !–>
    <button class=”button-7″ role=”button”>Button 7</button>
    <style>
    .button-7 {
    background-color: #0095ff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,”Segoe UI”,”Liberation Sans”,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    }

    .button-7:hover,
    .button-7:focus {
    background-color: #07c;
    }

    .button-7:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .button-7:active {
    background-color: #0064bd;
    box-shadow: none;
    }
    </style>

    <!– HTML !–>
    <button class=”button-8″ role=”button”>Button 8</button>
    <!– CSS!–>
    <style>
    .button-8 {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,”Segoe UI”,”Liberation Sans”,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    }

    .button-8:hover,
    .button-8:focus {
    background-color: #b3d3ea;
    color: #2c5777;
    }

    .button-8:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .button-8:active {
    background-color: #a0c7e4;
    box-shadow: none;
    color: #2c5777;
    }
    </style>

    <!– HTML !–>
    <button class=”button-9″ role=”button”>Button 9</button>
    <!– CSS!–>
    <style>
    .button-9 {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: “Google Sans”,Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform,opacity;
    z-index: 0;
    }

    .button-9:hover {
    background: #F6F9FE;
    color: #174ea6;
    }

    .button-9:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
    }

    .button-9:focus {
    outline: none;
    border: 2px solid #4285f4;
    }

    .button-9:not(:disabled) {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }

    .button-9:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
    }

    .button-9:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }

    .button-9:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
    }

    .button-9:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }
    </style>

    <!– HTML !–>
    <button class=”button-10″ role=”button”>Button 10</button>
    <!– CSS!–>
    <style>
    .button-10 {
    appearance: button;
    background-color: #1899D6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: din-round,sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 18%;
    }

    .button-10:after {
    background-clip: padding-box;
    background-color: #1CB0F6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: “”;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    }

    .button-10:main,
    .button-10:focus {
    user-select: auto;
    }

    .button-10:hover:not(:disabled) {
    filter: brightness(1.1);
    }

    .button-10:disabled {
    cursor: auto;
    }
    </style>

    <!– HTML !–>
    <button class=”button-11″ role=”button”>Button 11</button>
    <!– CSS!–>
    <style>
    .button-11 {
    background: #FF4742;
    border: 1px solid #FF4742;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: nunito,roboto,proxima-nova,”proxima nova”,sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    }

    .button-11:hover,
    .button-11:active {
    background-color: initial;
    background-position: 0 0;
    color: #FF4742;
    }

    .button-11:active {
    opacity: .5;
    }
    </style>

    <!– HTML !–>
    <button class=”button-12″ role=”button”>Button 12</button>
    <!– CSS!–>
    <style>
    .button-12 {
    appearance: none;
    background-color: #000000;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,”Segoe UI”,Helvetica,Arial,sans-serif,”Apple Color Emoji”,”Segoe UI Emoji”,”Segoe UI Symbol”;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 19%;
    will-change: transform;
    }

    .button-12:disabled {
    pointer-events: none;
    }

    .button-12:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    }

    .button-12:active {
    box-shadow: none;
    transform: translateY(0);
    }
    </style>

    <!– HTML !–>
    <button class=”button-13″ role=”button”>Button 13</button>
    <!– CSS!–>
    <style>
    .button-13 {
    appearance: none;
    background-color: transparent;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,”Segoe UI”,Helvetica,Arial,sans-serif,”Apple Color Emoji”,”Segoe UI Emoji”,”Segoe UI Symbol”;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 19%;
    will-change: transform;
    }

    .button-13:disabled {
    pointer-events: none;
    }

    .button-13:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
    }

    .button-13:active {
    box-shadow: none;
    transform: translateY(0);
    }
    </style>

    <!– HTML !–>
    <button class=”button-14″ role=”button”>Button 14</button>
    <!– CSS!–>
    <style>
    .button-14 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: “JetBrains Mono”,monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
    }

    .button-14:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    }

    .button-14:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
    }

    .button-14:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
    }
    </style>

    <!– HTML !–>
    <button class=”button-15″ role=”button”>Button 15</button>
    <!– CSS!–>
    <style>
    .button-15 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    font-family: “JetBrains Mono”,monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
    }

    .button-15:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    }

    .button-15:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
    }

    .button-15:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
    }
    </style>

    <!– HTML !–>
    <button class=”button-16″ role=”button”>Button 16</button>
    <!– CSS!–>
    <style>
    .button-16 {
    background-color: #222;
    border-radius: 4px;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: “Farfetch Basis”,”Helvetica Neue”,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    max-width: none;
    min-height: 44px;
    min-width: 10px;
    outline: none;
    overflow: hidden;
    padding: 9px 20px 8px;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 19%;
    }

    .button-16:hover,
    .button-16:focus {
    opacity: .75;
    }
    </style>

    <!– HTML !–>
    <button class=”button-17″ role=”button”>Button 17</button>
    <!– CSS!–>
    <style>
    .button-17 {
    background-color: #fff000;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    transition: 200ms;
    width: 16%;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    }

    .button-17:not(:disabled):hover,
    .button-17:not(:disabled):focus {
    outline: 0;
    background: #f4e603;
    box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
    }

    .button-17:disabled {
    filter: saturate(0.2) opacity(0.5);
    cursor: not-allowed;
    }
    </style>

    <!– HTML !–>
    <button class=”button-18″ role=”button”>Button 18</button>
    <!– CSS!–>
    <style>
    .button-18 {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    }

    .button-18:hover {
    box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
    }
    </style>

    <!– HTML !–>
    <button class=”button-19″ role=”button”>Button 19</button>
    <!– CSS!–>
    <style>
    .button-19 {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
    box-sizing: border-box;
    color: #121212;
    cursor: pointer;
    display: inline-flex;
    flex: 1 1 auto;
    font-family: Inter,sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 1rem 1.2rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
    white-space: nowrap;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    }

    .button-19:hover {
    box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
    }
    </style>

    <!– HTML !–>
    <button class=”button-20″ role=”button”>Button 20</button>
    <!– CSS!–>
    <style>
    .button-20 {
    background-color: #13aa52;
    border: 1px solid #13aa52;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: “Akzidenz Grotesk BQ Medium”, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    outline: 0;
    padding: 10px 25px;
    text-align: center;
    transform: translateY(0);
    transition: transform 150ms, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    }

    .button-20:hover {
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: translateY(-2px);
    }

    @media (min-width: 768px) {
    .button-20 {
    padding: 10px 30px;
    }
    }
    </style>






















    Notes: Get the code by clicking the button will copy the code and paste the code in the column below. Check the code is working or not




  • How to Make Responsive Floating Adsense Ads under the Blog

    www.laborblog.my.id - On this occasion laborblog.my.id will try to give tips on how to make floating ads easily. If you want to place floating ads, you have to be careful, don't let these ads disturb your blog visitors.

    Screenshot
    On this occasion laborblog.my.id will try to give tips on how to make floating ads easily. If you want to place floating ads, you have to be careful, don’t let these ads disturb your blog visitors.


    Sticky fixed ads placed at the bottom of the screen have a pretty solid click-through rate. Because of its performance, blog visitors will continue to see ads even if the article is scrolled down or up. , it will have a higher clickthrough potential (CTR). So how do you make a floating ad? Let’s see the tips below.
    Easy Ways to Make Floating Adsense Ads
    1. Open Blogger and Theme
    The first thing to do is go to blogger.com, then select a theme and edit the html code.
    Warning! : Before modifying the blog template, it is recommended to make a backup first, if there is an error it can be fixed immediately.
    2. Create Responsive Ads and Edit Code
    The second way, create a new ad in responsive format, then copy the adsense code into the text as marked below.

    <script type=’text/javascript’> $(document).ready(function() {$(&#39;img#closed&#39;).click(function(){$(&#39;#btm_banner&#39;).hide(90);});}); </script>
    <!–start: floating ads–>
    <div id=’floatads’ style=’width:100%;margin:auto; text-align:center;float:none;overflow:hidden; display:scroll;position:fixed; bottom:0;z-index:9999′>
    <div><a id=’close-floatads’ onclick=’document.getElementById(&apos;floatads&apos;).style.display = &apos;none&apos;;’ style=’cursor:pointer;’><img alt=’close’ src=’https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhclRDQZWqGVHmf1si9GTOlj-GAtAcNDA2TWpO4mrgttAwRDvOT74pcD_lBPspiNxF2SAO_EnysDgYmVA0EAVD4iR3yQ2AIstgUwROXMqEdoKhXk0fQhwWVmwhL2-JwQBjqzzdLNmqsK14/s1600/btn_close.gif’ title=’close button’/></a></div>
    <div style=’text-align:center;display:block;max-width:728px;height:auto;overflow:hidden;margin:auto’>
    <!–Script iklan–>
    [Masukaniklandisini]
    <!–Akhir script iklan–>
    </div>
    </div>
    <!–end: floating ads–>

    3. Put the above code above </body>
    When finished creating the script above, copy and paste it above the code </body>
    4. Save
    If the steps are done correctly, it will look like this .


    Accordingly the article “How to Make Responsive Floating Adsense Ads under the Blog” may be useful. If there is a tutorial that is not clear, you can leave a comment below. Happy reading and blogging

  • The Hidden Beauty Pria Laot Waterfall of the Aceh in Indonesia

    www.laborblog.my.id - Weh Island, Sabang is a tourist destination that is famous for its marine tourism, but there is another side of Sabang that you can visit besides the beach, namely a waterfall called Pria Laot Waterfall.

    The Hidden Beauty Pria Laot Waterfall of the Aceh in Indonesia
    Weh Island, Sabang is a tour destination that is famous for its marine tourism, but there is another side of Sabang that you can visit besides the beach, namely a waterfall called Pria Laot Waterfall. This waterfall is located in Pria Laot village, Iboih Village, Sabang, Aceh .
    Beautiful natural scenery is a mainstay tourist location. The name Pria Laot comes from the name of the village where this waterfall is located, or the village of Pria Laot. In this tourist spot, the Pria Laot waterfall has a pool of about 10 square meters with a depth of 1-1.5 meters, the height of the Pria Laot waterfall is only 15 meters so that the water spills are not too heavy. Relaxing swimming while enjoying the fresh forest air, is worth a try.
    Clean air in the middle of the forest will spoil you. The Pria Laot waterfall originates from Mount Sarong Keris which is located in the south of Weh Island. Some of the water also comes from Anak Laut Lake which crosses the Pria Laot River until it finally flows into this waterfall.
    Pria Laot Waterfall is only about 12 km from downtown Sabang to the zero kilometer point of Indonesia. A pamphlet with directions will take you there. Please park your vehicle and walk 1 km along the river. However, it is not recommended to come here on a rainy day, the large moss-covered rocks along the river can be dangerous for passers-by.
    Tourist attractions located in the forest will not make you tired and never get tired of walking, because you have the opportunity to enjoy the protected forest which is always so beautiful. Some of the wildlife you can see directly.


    If you want to see a very amazing sight that is impossible to forget, come to the Pria Laot waterfall from June to August, because this month you can see a waterfall decorated with butterflies that have just come out of their cocoons.

  • How to Increase Blog/Web Traffic and Social Media Followers using TraffUp

    www.laborblog.my.id - TraffUp is a page that can increase traffic to your website or blog, increase the number of subscribers on Twitter or Facebook. TraffUp can be used easily and conveniently, because TraffUp is free.

    screenshot
    TraffUp is a page that can increase traffic to your website or blog, increase the number of subscribers on Twitter or Facebook. TraffUp can be used easily and conveniently, because TraffUp is free.


    If you use traffup, you can get free subscribers, no need to follow other people first to get your customers, no need. Although this TraffUp is a bit difficult in my opinion, but that’s okay, the important thing is that there are lots of followers, it’s free, what’s wrong with trying??
    How does it work?
    1. Yes, first to be able to enter the site, you must register first by clicking on this TraffUp.Net link, if you have, you will be redirected to a page like the one below then click go to the twitter menu (to add your twitter followers).
    2. Click the SIGNUP menu to register, a page will appear containing the fields that you must fill in.
    Click the SIGNUP menu to register, a page will appear containing the fields that you must fill in.

    screenshot
    Description:
    – Your Name: Fill in the fields with the name you want to use. For example, I use the name Jhon Nonot.
    – Email Address: Fill in the email address that will be used.
    – Enter Password: Enter the password to be used.
    – Retype Password: Re-enter the used password.
    – Please Enter The Word Show Below: You are asked to enter the words listed, if the picture above is the one I checked using the yellow box containing the word week.
    – Create Account: Finally, to create an account, click create account.
    3. On the page listed below, you will be asked to verify the account you just created. It should be noted that on this page you need to verify your account so that you can earn 100 points, by checking your email.
    On the page listed below, you will be asked to verify the account you just created. It should be noted that on this page you need to verify your account so that you can earn 100 points, by checking your email.

    screenshot
    4. The following is just an example, please use my email, it’s registered but in English, replace it with a language you can understand so it’s easy to read. You just need to click on translate message, in the image below I’m highlighting it. use purple squares.
    The following is just an example, please use my email, it's registered but in English, replace it with a language you can understand so it's easy to read. You just need to click on translate message, in the image below I'm highlighting it. use purple squares.

    screenshot


    Click the link in your email message, I have marked the red box in the image above.
    5. Finally, congratulations, and you managed to get 100 points, and you already have a traffic account.

  • How to Use Followlike.Net and Increase Site Traffic

    www.laborblog.my.id - Followlike is an SEO promotion tool that uses link building, SEO tools and social media to help you grow your business, while improving your Websites

    Screenshot
    Followlike – social exchange community. followlike is a free social exchange seo booster community. increase your social media, pagerank, alexa ranking, backlinks, bookmarks and seo keyword rankings today!
    What is Followlike?


    Followlike is an SEO promotion tool that uses link building, SEO tools and social media to help you grow your business, while improving your Websites, Social Networks, Videos & Music, Blogs, Backlinks & Bookmarks. You can promote anything you need as we connect you with our members looking for the same things. Improve search engine rankings and get free likes & free twitter followers from users who will genuinely interact with their web platforms.
    Social Media & Traffic Booster
    New website or old one? it does not matter. What does matter is traffic, backlinks, search engine ranking and social networking else customers dont know you exist. Followlike has many SEO tools that will help you improve search engine optimization and increase website traffic including backlinks and Unique Article Spinner. So improve your social media statistics today
    Likes, Shares & Bookmarking
    Why do you need more social networking? Social media now plays a huge part in your SEO. Increasing your subscribers, followers, fans, likes & shares on your social media sites is vital. What is seo? Major search engines use it to rank your websites popularity, so the more Social Exchanges you get the better you rank. This can be in the form of Likes or Social Bookmarks
    What can you Promote using Followlike?
    Your Website
    Promote your website across major platforms and explode your Traffic & Sales whilst improving its SEO
    Your Business
    Let the world know about your business and drive new Clients, Customers and Sales straight to you.
    Your Band, Tracks & Videos
    The world will know about your Band, Tracks or Videos by improving your exposure on major platforms.
    Your Social Networks
    Your Social Networks will greatly improve from followers, to likes and shares across leading social platforms.
    Why our System?… Followlike Social Exchange
    We are the most Advanced Social Promotion online. Never pay for fake followers, likes or traffic when you can get them from real people who want to be part of your Networks. Best of all its FREE
    More than 180,000 Members from over 200 countries
    All aspects of SEO and Social Promotion covered
    Fast and user friendly system
    Top support system.
    No. 1 tool for generating more traffic on your website & social accounts
    Quick registration and free points just for signing up
    Simply add your Link or Social Account. Offer a bid, then people will follow, like, view or share your content if they wish. Improving social media internet marketing, content marketing and seo daily.
    How to Register?


    1. Visit the site https://www.followlike.net
    2. Fill in the registration form according to the requested data
    3. Once registered, select the features you want to use. Important: 1 IP Address only for 1 account
    Good luck…[FollowLike.Net]