Posts

Showing posts matching the search for blogger

Lazy load images blogger

Image
Lazy load images blogger lazy loading blogger berguna untuk : Mempercepat laman web Meningkatkan rating pagespeed HTML (Usage) <img alt='' data-src='https://blogger.googleusercontent.com/img/proxy/AVvXsEjI6MvclZXd2doxNj1CYSURVRcQfQlMqLbnmYUuQWA2m5SPIEBljH7IXHIybUfyy5APOddK-sBYfaYz4DwTz0vC2iRRL-9BRnqt-QaH691ZLzXEdindLgThTk-ONk8DYE0BHVDNAVChX68j0RAaFMgeSNFbNPyT7jDnZynj0WMg-34sNKBpEPSkxw=w72-h58-p-k-no-nu' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAA1BMVEXz8/SVuXQoAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg=='/> src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAA1BMVEXz8/SVuXQoAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==' : source gambar dengan resolusi paling rendah data-src='https://blogger.googleusercontent.com/img/proxy/AVvXsEjI6MvclZXd2doxNj1CYSURVRcQfQlMqLbnmYUuQWA2m5SPIEBljH7IXHIybUfyy5APOddK-sBYfaYz4DwTz0vC2iRRL-9BRnqt-QaH691ZLzXEdindLgThTk-ONk8DYE0BHVDNAVChX

Defer loading css js

Image
Cara defer loading javascript atau menunda pemanggilan javascript di blogger Berfungsi untuk : Mempercepat loading blog website / meningkatkan kecepatan loading website blog. Mengurangi ukuran halaman website. Meningkatkan score pagespeed google. Meningkatkan konten yang terlihat. Mempermudah edit template di mobile phone / hape. Menunda javascript berarti benar-benar memuat atau mem-parsing javascript itu hanya dimulai setelah konten halaman dimuat (Artinya tidak akan memengaruhi kecepatan halaman atau jalur render kritis). Menggunakan acara "onload", kami menyebutnya javascript eksternal Javascript eksternal tidak akan dimuat sebelum konten halaman dimuat Javascript eksternal kemudian akan berjalan dan mempengaruhi halaman Penjelasan Menunda javascript adalah salah satu masalah di web yang dapat membuat Anda ingin menarik rambut Anda mencoba mencari solusi . Banyak orang mengatakan "gunakan saja penundaan" atau "gunakan saja async" atau

How to bulk delete category label from blogger posts

Image
Previous: How to bulk add category label to blogger posts Filter and Select category label you want to remove Select the post that will be removed from the label Select again the selected label from label selector Selected label from the selected posts have been deleted. ( If no posts at that label, the label will be removed automatically from your blog label lists )

How to bulk add category label to blogger posts

Image
At this time I will share, How to move the blogger category Example: We'll move all post label Javascript to JS Filter and Choose the label Select spesific or all filtered posts you want to add label add new category label (Auto Added New label) Done, you've added new label to the selected posts Continue: How to remove category label from blogger posts

Stylish Full Sitemap Blogger

Image
How to Create Full Sitemap Blogger Pink Table Style Read How to async defer CSS JS perfectly Here the HTML <div id='wrapper'> <div id="bp_toc"></div> <script src="https://cdn.rawgit.com/Arlina-Design/redvision/master/sitemap-content.js" type="text/javascript"></script> <script src="https://www.web-development.cf/feeds/posts/summary?alt=json-in-script&amp;max-results=9999&amp;callback=loadtoc" type="text/javascript"></script></div> Here The CSS @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700); body{   background:#ecf0f1;   font-family:'Open Sans';   color:#444;   line-height:normal; } #wrapper{   margin:30px auto;   max-width:600px; } a:link { color:#fc4f3f; text-decoration:none; outline:none; transition:all .25s; } a:visited:hover { color:#fc4f3f; text-decoration:none; } a:visited,a:link:hover { color:#444; text-decoration:n

Some free domain provider sites forever

Image
Some free domain provider sites forever Be a useful human being. Keep sharing, What you give to them may be very meaningful. Some free domain provider sites forever How sob have read and practice posting before it? Which inform about  Hosting unlimited and free domain forever  hmm if it is and find problem with its domain fitting really ne I want to give info about some free domain provider  for your blog and website. Ngomongin about the less obvious domain it feels if we do not understand what is a domain? DOMAIN is  our website or blog address. Domain used to facilitate visitors to remember the address of our blog / website. Therefore, we need to have a domain name that is easy to remember. The core domain is the name of the blog or website address that we make o

How to display only content posts or pages on blogger

Image
Usually a blogger when creating a page on a blog that wants content that is displayed only content only. In other words a blogger wants to create a clean page. Yes, the purpose of this article is to help you guys who want to create a clean page from comments, widgets, or navigation headers. Here's the tutorial : Make sure you had call jquery framework ( https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js ) before </head> Lets begun: Tutorial to display content of posts or pages only in blogger: When you create an article or page, put the code below at the end of your article or content page in HTML EDITOR. <script> $('div:not(div[id^=post-body-])').hide(); // hide everything except id="post-body-xxxxxxxxxx" $("[id^='post-body-']").appendTo('body'); // move id="post-body-xxxxxxxxx" up to the body </script> Done. I hope this post be help you.. Dont forget share this blog. Thank you.. Incom

[JS] Get List Facebook Groups ID

Image
Script Get Access Token Full Support https://web-manajemen.blogspot.com/2018/11/script-php-auto-refresh-token-facebook.html Requirements -jQuery <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> HTML <div id="idlist"></div> JavaScript const TOKEN = "YOUR_ACCESS_TOKEN"; function apu(end,token){ var apu = "https://graph.facebook.com/"; return apu+end+"?access_token="+token; } $.get(apu('me/groups', TOKEN), function(respond){ respond.data.forEach(function(data){ $("#idlist").append(data.id+" - "+data.name+"<br/>"); }); }); Result 1090537127744525 - Kolam Para Tuyul 349589302200713 - GUSMUK TUYUL ONLINE 1018459168276107 - Admob Adsense & Bitcoin Indonesia (FADLY HAELMI) 250847515571642 - Always sad ディック 327507001067071 - Ipeenk Downloader | Berbagi Software & Games Gratis 138639936800789 - Jual beli H

Post

Image
Posts Lists - Sitemaps Website Development Indonesia GBWhatsApp 6.25 Apk Download | Website Development Indonesia COMODO SSL Checker HTML Minifier Googleweblight Surfer Youtube Converter HTML Encrypter Auto Visitor Online (Work 100%) Update Code Auto Syntax Highlighter Prettyprint js | Website Development Indonesia default Parsing HTML untuk menemukan Links | Website Development Indonesia default Alternatif untuk file_get_contents yang disabled on server by allow_url_fopen=0 | Website Development Indonesia default Defer Loading File CSS untuk Mengurangi Waktu Pemuatan Halaman | Website Development Indonesia default Cara defer loading multi css | Website Development Indonesia default Cara membuat html sitemap wordpress tanpa plugin | Website Development Indonesia default Cara mengeksekusi kode PHP di Text Widget tanpa menggunakan Plugin | Website Development Indonesia default Customize Blog Archive Widget With Scrollbar | Website Development Indonesia default

Update code Simple SafeLink v3

Image
First post : Cara Simple Membuat Blogger Safelink Converter 2017 100% Work function safelink(){ var safelinkpage = ['https://web-manajemen.blogspot.com/p/redirect.html?u=','https://web-manajemen.blogspot.com/p/a.html?u=']; var safelink = safelinkpage[Math.floor(Math.random() * safelinkpage.length)] + encodeURIComponent( 'http://linkshrink.net/zslz=' ); var protectedLinks = '/(web-manajemen.blogspot.com|facebook.com|fb.me|bing.com|www.google.com|plus.google.com)/'; var anchors = document.getElementsByTagName("a"); for (var i = 0; i < anchors.length; i++) { var intl = anchors[i]; if ( !intl.href.match( protectedLinks ) ) { intl.href = safelink + encodeURIComponent( intl.href ); if (intl.hasAttribute("target")){ intl.removeAttribute("target"); } intl.setAttribute("target", "_blank"); } } } document.onreadystatechange = () => { if (document.readyState === 'interactive

How to Enable Ads.txt on Blogger

Image
After yesterday Google introduced the  Search Console Beta version  , now Google added  Ads.txt on Blogger  .   What is Ads.txt? Ads.txt  is an initiative of the  Interactive Advertising Bureau Tech Lab (IAB)  to promote and improve transparency in program advertising.   This is an easy way for Adsense publishers to clearly point out to authorized buyers to sell their inventory.   Actually for Blogger Ads.txt already existed but now you can edit Ads.txt as you wish and for you who get this warning message like this Your earnings are at risk - One or more of your ads.txt files does not contain the AdSense publisher ID.   Fix this issue right now to avoid having a serious impact on your revenue. On the  Google Adsense  dashboard, Google suggests you to enable Ads.txt on your blog.   How to Enable Ads.txt on Blogger? To enable Ads.txt on Blogger, you can set it in  Blogger Dashboard  >  Settings  >  Search preferences  >  Monetize  >  custom ads.txt  > Th

Actually, What is Internet Marketing?

Image
Marketing Online Or Internet Marketing Its Same What is Internet Marketing ? Maybe all this time our understanding of internet marketing it is just selling via the internet. Actually it is not wrong because if viewed from the definition, internet marketing it is marketing online via internet. However, if we already talk marketing, it means not only sales but also including promotion, branding, and foster customer relationships (customer service) is done online. Then, what's the point we are doing internet marketing (online marketing)? Surely every businessman, be it offline business owners or online business owners, would want to increase their sales results or want to make their brand more famous again. Well, the internet is one of the excellent media to provide information to internet users (netter) about their business, and also as a medium to sell their products. In order to facilitate us to better understand about internet marketing, I wi

Create External Link Icons Using SVG without JavaScript In Blogger

Image
Demo How ? interested in the style of External Link Icons Using this SVG ? Copy below style code before </head> section in your template : <b:if cond='data:blog.pageType == &quot;item&quot;'> <style> /*<![CDATA[*/ .post-body a[href^="http://"]:after, .post-body a[href^="https://"]:after {   content: '';   background: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='16' height='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23e8554e' d='M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;   background-size: 14px 14px;   width: 14px;   height: 14px;   display: inline-block;   margin-left: 3px;   vertical-align: -2px } .post-body .tr-captio

Search Box With Pure CSS Simple

Simple Widget Blogger search box with pure CSS. Here the HTML: <form id="searchthis" action="/search" style="display:inline;" method="GET" target="_top"> <!-- Search box for blogger by Namanyay Goel //--> <input id="namanyay-search-box" name="q" size="40" type="text" placeholder=" Type Keywords... "/> <input id="namanyay-search-btn" value="Search" type="submit"/> </form> The Pure CSS #namanyay-search-btn { background:#0099ff; color:white; font: 'trebuchet ms', trebuchet; padding:10px 20px; border-radius:0 10px 10px 0; -moz-border-radius:0 10px 10px 0; -webkit-border-radius:0 10px 10px 0; -o-border-radius:0 10px 10px 0; border:0 none; font-weight:bold; } #namanyay-search-box { background: #eee; padding:10px; border-radius:10px 0 0 10px; -moz-border-radius:10px 0 0 10px; -webkit-border-radius:10px 0 0 10px; -o

Best Blog Templates for the latest Full Approve Google AdSense List 2018

Image
Blog template is one of the best options for getting a full AdSense account. This is from a variety of the bloggers who expressed one of the causes has not approved his google adsense. The content of the refusal from the AdSense side is quite clear, and among them the problem of navigation menu from the website that is registered. Well, in this opportunity there are some simple methods that we can do to handle your adsense problems, namely by changing the total "appearance" with a new style, but still elegant and in particular in accordance with the direction and desire Adsense Party. For that reason, here are some recommendations from us regarding the characteristics  template is good and eligible used for the Google Adsense registration process. Feature Good Template for Full Approve Google AdSense 2018 Here are some features of a good blog template for the process of submission to Google Adsense publisher, including: Fast loading Simple and simple without