<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7306907362038110667</id><updated>2025-10-12T12:59:28.409+06:00</updated><category term="Blogger Template"/><category term="Blogger Tips"/><category term="Web Design"/><category term="Web development"/><category term="JavaScript"/><category term="Blogger"/><category term="WordPress"/><category term="CSS"/><category term="jQuery"/><category term="PHP"/><category term="Widget"/><category term="Hacking"/><category term="Internet"/><category term="Wordpress Plugin"/><title type='text'>CSSMOZ</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://blogger.nullbite.net/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default?start-index=26&amp;max-results=25'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>46</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-6579769398757662720</id><published>2020-05-17T12:24:00.001+06:00</published><updated>2020-05-17T12:24:03.026+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="jQuery"/><title type='text'>Auto Start Download File With Javascript</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYtyh58p4Wq3-s1lcGxRqJbOZ3t6yTqqQgvj9RnEu6gKEvYl1BCLclapCcOa2FDAhZhkSGwzNGQ61jMA0RiRJiu_-CNWTNr3pRTWOuLz8G6QNXsWDKoBP0fCaQmYyuFBULVhpEMqw3lIA7/s1600/IMG_20200517_121816.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;800&quot; data-original-width=&quot;1280&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYtyh58p4Wq3-s1lcGxRqJbOZ3t6yTqqQgvj9RnEu6gKEvYl1BCLclapCcOa2FDAhZhkSGwzNGQ61jMA0RiRJiu_-CNWTNr3pRTWOuLz8G6QNXsWDKoBP0fCaQmYyuFBULVhpEMqw3lIA7/s320/IMG_20200517_121816.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Full tutorial about how to make auto download files with jquery javascript code, And how to to start auto download files with Javascript.&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Example Code&lt;/h3&gt;
&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;Start Auto Download file&amp;lt;/title&amp;gt;
&amp;lt;script src=&quot;http://code.jquery.com/jquery-3.2.1.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script&amp;gt;
$(function() {
$(&#39;a[data-auto-download]&#39;).each(function(){
var $this = $(this);
setTimeout(function() {
window.location = $this.attr(&#39;href&#39;);
}, 2000);
});
});
&amp;lt;/script&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;div class=&quot;wrapper&quot;&amp;gt;
&amp;lt;p&amp;gt;The download should start shortly. If it doesn&#39;t, click
&amp;lt;a data-auto-download href=&quot;ajax-autocomplete-with-jquery.zip&quot;&amp;gt;here&amp;lt;/a&amp;gt;.&amp;lt;/p&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Copy the code and use it by yourself, hope this tutorial useful for you. thank you.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6579769398757662720'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6579769398757662720'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/05/auto-start-download-file-with-javascript.html' title='Auto Start Download File With Javascript'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYtyh58p4Wq3-s1lcGxRqJbOZ3t6yTqqQgvj9RnEu6gKEvYl1BCLclapCcOa2FDAhZhkSGwzNGQ61jMA0RiRJiu_-CNWTNr3pRTWOuLz8G6QNXsWDKoBP0fCaQmYyuFBULVhpEMqw3lIA7/s72-c/IMG_20200517_121816.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-4814457864446441918</id><published>2020-05-11T11:39:00.000+06:00</published><updated>2020-05-11T11:39:08.765+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Template"/><title type='text'>Best SEO Optimized AMP blogger Template Free</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHwgpjOgJ57xwEpAR3I6eDsJx5f5-Myd-ha7tciUPbW8ziYO3dElP7HwZrzVPSvfblt2cKvfTMTtAXZgqvRqkZxRM5nHwp0AYHbUiNM7To4Huwi4gM1t-Q1pFb4ilbq6yTWp8th2UcNYdP/s1600/IMG_20200511_105846.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Accelerated Mobile Pages&quot; border=&quot;0&quot; data-original-height=&quot;621&quot; data-original-width=&quot;1011&quot; height=&quot;245&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHwgpjOgJ57xwEpAR3I6eDsJx5f5-Myd-ha7tciUPbW8ziYO3dElP7HwZrzVPSvfblt2cKvfTMTtAXZgqvRqkZxRM5nHwp0AYHbUiNM7To4Huwi4gM1t-Q1pFb4ilbq6yTWp8th2UcNYdP/s400/IMG_20200511_105846.jpg&quot; title=&quot;Google Accelerated Mobile Pages Blogger Template Free Download&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Here is a one of the best &lt;b&gt;Google AMP Blogger Template &lt;/b&gt;for blogger blogspot website, You can use this for personal blog, News Blog, Tech Blog, Health blog and others blog easily.&lt;br /&gt;
&lt;br /&gt;
Google Accelerated Mobile Pages is best for your website, SEO, Page Spreed, Fast loadin,, and best SEO friendly, AMP is a web component framework to easily create user-first websites.&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Template Features&lt;/h3&gt;
&lt;/div&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;             &lt;th&gt;Features&lt;/th&gt;             &lt;th&gt;Availability&lt;/th&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Responsive&lt;/td&gt;             &lt;td&gt;True  &lt;a href=&quot;http://www.responsinator.com/?url=infiniteamp.blogspot.com&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Cek&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Google Testing Tool Validator&lt;/td&gt;             &lt;td&gt;True &lt;a href=&quot;https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Finfiniteamp.blogspot.com&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Cek&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Mobile Friendly&lt;/td&gt;             &lt;td&gt;True &lt;a href=&quot;https://search.google.com/test/mobile-friendly?id=8Gb620kA1w7tsUwZY6CB9g&quot; target=&quot;_blank&quot;&gt;Cek&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;SEO Friendly&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Dynamic Heading&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Menu Navigation&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Valid Schema.org&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;High CTR&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;2 Column&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Breadcrumbs&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Footer Menu&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Related Posts&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Search Box&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Social Share Button&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Shortcodes&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Subscription Widget&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt;             &lt;td&gt;Disqus Comments&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;/tbody&gt; &lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;Installation&lt;/b&gt;&lt;/h3&gt;
&lt;br /&gt;
1. Log in to the Blogger dashboard and open the template &amp;gt; &lt;b&gt;Edit HTML.&lt;/b&gt;&lt;br /&gt;
2. Please backup your old template if you decide to use it again. To do this, click on the &lt;b&gt;&quot;download full template&quot;&lt;/b&gt; link and save the template.&lt;br /&gt;
3. Then, find the location of the XML template that you just downloaded and press &quot;Upload&quot;.&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Demo And Download Links&lt;/h3&gt;
&lt;div&gt;
Click on the links blew for get the blogger template free and see the demo of the template, just click and chack&lt;/div&gt;
&lt;h4 style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://safesm.blogspot.com/2020/05/how-to-make-perfect-chicken-parm-at-home.html#?o=f588434fa0c5f4c13f6fc3c81e1e4338d336e7e0af9068fd13090dabaec6a0ba19b7454e0dc5acfe368ccaa4ccb8837f392569c4c1e7b22c&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Live Demo&lt;/a&gt;&lt;/h4&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://safesm.blogspot.com/2020/05/lifestyle-blogger-kate-sands-shares-3.html#?o=8df83362ef16f3614cb3980ee8edeea41b16a8393477999345a2b9aaabdd6faae4c67c771ff4e449d2cb942482bc2732236da4d350ad5fcbca0dae2d447bcfed75083a9744863450ccee00935f570456c994ec28d51ffbb8247f63251f632d93515823f21ca43cdd&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Here&lt;/a&gt;&lt;/div&gt;
Ok, that&#39;s all for this posts&lt;br /&gt;
Share this posts if you like, thank you for visiting us.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/4814457864446441918'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/4814457864446441918'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/05/best-seo-optimized-amp-blogger-template.html' title='Best SEO Optimized AMP blogger Template Free'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHwgpjOgJ57xwEpAR3I6eDsJx5f5-Myd-ha7tciUPbW8ziYO3dElP7HwZrzVPSvfblt2cKvfTMTtAXZgqvRqkZxRM5nHwp0AYHbUiNM7To4Huwi4gM1t-Q1pFb4ilbq6yTWp8th2UcNYdP/s72-c/IMG_20200511_105846.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-6822883933069053416</id><published>2020-05-04T16:53:00.002+06:00</published><updated>2020-05-05T10:18:38.615+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Template"/><title type='text'>Blogger Safelink Responsive Blogger Template</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMr1g7uvALsnbA_V43u2rnhY5ZJELGC1ofgwio4L4gJvIvYMFO07T8LMqqQvSY4X5efpnGLAoDYXM6HsNrj-gdK061DXNycZNLR06112s2m-JHvJO_kyZmhFCMPXW-RSSSCok8Ihf_YhZD/s1600/screely-1588586988729+%25281%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;800&quot; data-original-width=&quot;1024&quot; height=&quot;250&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMr1g7uvALsnbA_V43u2rnhY5ZJELGC1ofgwio4L4gJvIvYMFO07T8LMqqQvSY4X5efpnGLAoDYXM6HsNrj-gdK061DXNycZNLR06112s2m-JHvJO_kyZmhFCMPXW-RSSSCok8Ihf_YhZD/s320/screely-1588586988729+%25281%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
New Blogger template for safelink generator website or blog, this blogger template will help you to make amazing quality web site &lt;b&gt;Blogger safelink &lt;/b&gt;easily. This is a beautiful design of &lt;b&gt;Bootsrap Safelink generator Blogger template &lt;/b&gt;of premium version and you can get the template for free forever for your blog or blogger blogspot website.&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Safelink Blogger Template&lt;/h3&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:block; text-align:center;&quot;
     data-ad-layout=&quot;in-article&quot;
     data-ad-format=&quot;fluid&quot;
     data-ad-client=&quot;ca-pub-5102551212471159&quot;
     data-ad-slot=&quot;5432788648&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;div&gt;
Download this template for make a awesome and beautiful design &lt;b&gt;blogger safelink generator website &lt;/b&gt;and this blogger template will help you to make a profanation &lt;b&gt;URLs Shortener &lt;/b&gt;website.&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
View Demo Safelink Blogger Template&lt;/h3&gt;
&lt;div&gt;
Click on the link for view demo of &lt;b&gt;Viomagz Safelink Generator Responsive Blogger Template &lt;/b&gt;and download.&lt;/div&gt;
&lt;h4 style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://safesm.blogspot.com/2020/05/learning-convolutional-neural-networks.html#?o=5103a0778f6f69eca27eacd7cf7a86c6bb1106e9578cb3f95ac5d0e06fb4ee3fef02c553a1b2822826a3dbb923b40eb5d3a3032ea7a383f2&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Live Demo&lt;/a&gt;&lt;/h4&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Template Features&lt;/h3&gt;
&lt;div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;SEO Friendly&lt;/li&gt;
&lt;li&gt;Adsense Ready&lt;/li&gt;
&lt;li&gt;Fast Loading&lt;/li&gt;
&lt;li&gt;Font awesome css&lt;/li&gt;
&lt;li&gt;Insta Link Generate&lt;/li&gt;
&lt;li&gt;Premium Version Available&lt;/li&gt;
&lt;li&gt;Free Forever&lt;/li&gt;
&lt;li&gt;No Credit Link&lt;/li&gt;
&lt;li&gt;Premium Blogger template&lt;/li&gt;
&lt;li&gt;Bootsrap Safelink&lt;/li&gt;
&lt;li&gt;No encrypted scripts&lt;/li&gt;
&lt;li&gt;Comment on the comment box for Support&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Download The Blogger Safelink Generator Blogger Template FREE&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
Download the &lt;b&gt;Viomagz Safelink generator blogger template free &lt;/b&gt;without footer credit and&amp;nbsp; premium version of the blogger template.&lt;/div&gt;
&lt;h4 style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://safesm.blogspot.com/2020/05/the-29-year-old-founder-of-vercel-used.html#?o=4430199fa5eff99e554248348ca6b37b576e351acfa3b76e4b9148ddcf78ce80176eb4a585c550f7e1213391c48d6b78561db66b6293d08b1b3e329a450b8f01860fbc6d16e52c91e5db23b008d3dc223d7998bfd46f2adf067798d4bf6875fbc8a97da843e30b30&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Here&lt;/a&gt;&lt;/h4&gt;
&lt;div&gt;
ok, that&#39;s all for this post,share this posts if you like and if any problem with this post, like download link not working! &lt;b&gt;Comment on the comment box &lt;/b&gt;and we will try to fix. Thank you.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6822883933069053416'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6822883933069053416'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/05/blogger-safelink-responsive-blogger.html' title='Blogger Safelink Responsive Blogger Template'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMr1g7uvALsnbA_V43u2rnhY5ZJELGC1ofgwio4L4gJvIvYMFO07T8LMqqQvSY4X5efpnGLAoDYXM6HsNrj-gdK061DXNycZNLR06112s2m-JHvJO_kyZmhFCMPXW-RSSSCok8Ihf_YhZD/s72-c/screely-1588586988729+%25281%2529.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-6089921503896711206</id><published>2020-03-16T22:40:00.000+06:00</published><updated>2020-03-16T22:56:10.245+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress Plugin"/><title type='text'>Top 21 AdSense Plugins for WordPress 2020</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEittB9Tv8_kO3x3UBsJYjZ6sBxn17-4nL4_1qVuZ3WSo0hiU2g5dFuwGXBKzc-dYMHMWMc4pbOczVw5-Mj4rRzhh-OPnfh1EA8DYRK4f1pVoNX-0kQu6TxLqC9Iuc1XnHhQXNa0AtfxVZcq/s1600/ads-1663031_1280.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1114&quot; data-original-width=&quot;1280&quot; height=&quot;278&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEittB9Tv8_kO3x3UBsJYjZ6sBxn17-4nL4_1qVuZ3WSo0hiU2g5dFuwGXBKzc-dYMHMWMc4pbOczVw5-Mj4rRzhh-OPnfh1EA8DYRK4f1pVoNX-0kQu6TxLqC9Iuc1XnHhQXNa0AtfxVZcq/s320/ads-1663031_1280.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;h2&gt;
Top 21 AdSense Plugins for WordPress To Maximize Revenue 2020&lt;/h2&gt;
&lt;b&gt;&lt;a href=&quot;https://www.google.com/adsense/start/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;&lt;span class=&quot;firstcharacter&quot;&gt;G&lt;/span&gt;oogle AdSense&lt;/a&gt;&lt;/b&gt; will always remain as a safe option for generating extra income with your blog or website. Starting out as a blogger means that you will want to pursue your career options a little further, it’s likely that you will be interested in gaining financial satisfaction in return for your dedicated efforts,&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-slot=&quot;8003215893&quot; style=&quot;display: inline-block; height: 90px; width: 970px;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
this is a natural side-effect for anyone who has blogged long enough to consider start making money with their content. A choice that in itself requires a lot of patience, and determination to accomplish the task. While others fall for the trap of producing cheap content without a content strategy, and thinking that adding some AdSense ads to their pages is going to bring home big money. It used to work like that in the past, but not any longer, unfortunately.&lt;br /&gt;
&lt;br /&gt;
Signing up as a publisher on &lt;a href=&quot;https://www.google.com/adsense/start/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Google AdSense&lt;/a&gt; is an easy process, all you really need to do is proofread your own website for any common design flaws, and don’t forget to post at least 30 unique articles before you apply too, real people verify each of the AdSense applications, the more presentable your site, the easier is going to be the approval process. You need to write the content for real people, not search engines. You don’t want to create a site that looks like it is just another content farm, a little bit of love and soul into a project can make the big difference for your monthly earnings.&lt;br /&gt;
&lt;br /&gt;
To start earning, you need to get an approval. At this point, you can start building custom ads that you can insert in your blogs design. Hmm, insert? Yes, a little snippet of ads code that you can place in your widgetized areas, content areas, headers, footers, and other custom placements. You can do this in two different ways: editing the source code of important theme files directly, or use a third-party WP plugin that’s meant to help you with adding ads to your website, and frankly — there are many choices for these. Each has something unique to offer, but ultimately all want to help you with adding AdSense in those website spots that you really want to have them in.&lt;br /&gt;
&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
You should also look into these two bad boys: &lt;b&gt;Google Adsense optimized WordPress themes&lt;/b&gt;, and &lt;b&gt;best SEO friendly WordPress themes&lt;/b&gt;. Both choices will be excellent for blogs that want to earn a little money on the side from platforms like AdSense!&lt;br /&gt;
&lt;h2&gt;
Quick Adsense&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvD2fBgxn6JR7I6Us9yu2TqNE49n4DK4tRtBtMT42dVYqWfkBUjfZdbDnC2eE_L7Wu0V2ynu5IF6nA9nlj8jo1-1wQCYWRlcaa06xYPMTgZewFNEePQoLoSORHV3Fo3LYMtvSaLQK9J8B7/s1600/quick-adsense-wordpress-plugin.webp&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;503&quot; data-original-width=&quot;1100&quot; height=&quot;146&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvD2fBgxn6JR7I6Us9yu2TqNE49n4DK4tRtBtMT42dVYqWfkBUjfZdbDnC2eE_L7Wu0V2ynu5IF6nA9nlj8jo1-1wQCYWRlcaa06xYPMTgZewFNEePQoLoSORHV3Fo3LYMtvSaLQK9J8B7/s320/quick-adsense-wordpress-plugin.webp&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
If you are in a rush, adding AdSense monetization to your website, well, as the name suggests, Quick Adsense is the plugin you should consider. It makes the process of attaching advertisements to your website or blog quick and easy. With this tool, you can place ads all across your website, from sidebars to posts and then some. As for the blog posts, you can feature randomized AdSense what might positively affect your revenue. For instance, if a loyal reader visits your website for the tenth time, chances are low they will click on the same ad again. By placing AdSense to your posts randomly, we have a completely different story.&lt;br /&gt;
&lt;br /&gt;
With Quick Adsense, you have quite a bunch of different options where you would like to place ads. Moreover, the settings section is user-friendly so everyone gets the most out of Quick Adsense. You can also disable ads on the fly and add up to ten advertisements on a page or post.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;8451479473&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/quick-adsense/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
Google AdSense In-feed&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_IjXiQbPZdaHvqbyFkfb4JG9o_R3KIe_lm4dpRAppmNCXCZnyrORPVAYl4IQKYQhLZvpVTCBse5rD43mN3F_3tjlvBGc4W5Tg6OYzSMlut7n3OvPHhQI9e48SYfYE3DMY8xMIcfZ3LkOW/s1600/google-adsense-in-feed.webp&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;515&quot; data-original-width=&quot;1100&quot; height=&quot;149&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_IjXiQbPZdaHvqbyFkfb4JG9o_R3KIe_lm4dpRAppmNCXCZnyrORPVAYl4IQKYQhLZvpVTCBse5rD43mN3F_3tjlvBGc4W5Tg6OYzSMlut7n3OvPHhQI9e48SYfYE3DMY8xMIcfZ3LkOW/s320/google-adsense-in-feed.webp&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
If you are already rocking the outstanding Advanced Ads plugin, you better boost its performance with Google AdSense In-feed. Hence the name, you can now effortlessly place ads anywhere in between your post’s content, as well as on your index page and archives. In fact, there are many more options on how to utilize Google AdSense In-feed WordPress plugin. One thing is for sure, using and practicing different position variations is easy as pie. That said, anyone can start monetizing their websites without hassle.&lt;br /&gt;
Google AdSense In-feed has full support for all types of AdSense ads even auto ads. Moreover, it fully supports AMP and caching plugins and shows an alternative ad to those folks who use an &lt;b&gt;ad blocker&lt;/b&gt;. There are numerous different ways how to get the most out of your blog and Google AdSense is one of the easiest.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/advanced-ads-adsense-in-feed/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
Easy Google AdSense&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCsXGaMxcz7dUiF7mEnYJcawOqqg0070LbjzCv9iYgZia68wHKTExvLbj2mqakphqB3MVJ-NKlU1DE4iddlPol1ffmudnjqSklr4N2QZkfU0mLZyKFFyi51Oh6D8YMxXiyl8fQZnFyU8X4/s1600/easy-google-adsense-wordpress-plugin.webp&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;483&quot; data-original-width=&quot;1100&quot; height=&quot;140&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCsXGaMxcz7dUiF7mEnYJcawOqqg0070LbjzCv9iYgZia68wHKTExvLbj2mqakphqB3MVJ-NKlU1DE4iddlPol1ffmudnjqSklr4N2QZkfU0mLZyKFFyi51Oh6D8YMxXiyl8fQZnFyU8X4/s320/easy-google-adsense-wordpress-plugin.webp&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Easy Google AdSense is another WordPress plugin that will help you put advertisements on your page in a snap of a finger. Bear in mind, this particular plugin mainly focuses on Google AdSense Auto Ads. Never heard of these before? It is pretty simple even to someone who is entirely new placing ads on his or her blog. Instead of figuring out what advertisements to use on your website, AdSense does the hard work for you. Auto Ads investigate your web space and aim to show only the most relevant ads at the most appropriate time.&lt;br /&gt;
As far as the set up goes, there is not much work necessary to start banking. First, install and activate Easy Google AdSense plugin. And second, add your Google AdSense Publisher ID and you are ready to roll. From then on, let the skilfull Google do all the work for you, managing and optimizing advertisement.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;4977812900&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/easy-google-adsense/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
Easy AdSense Ads – Ad Inserter &amp;amp; AdSense Ad Manager&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuGcLknZUcPVpWX3NxC_LDGX4zWzffRjjQTIDmEsS_EtYQvGz41A_7Zk-_gK02CPylhOp1xwNzV9L7ONZaQy_tRGRgva-icPE4S_tuNa5WtKVjCIin10vf25LJux0OuhdS6eBPziuM1-0i/s1600/banner-772x250.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;250&quot; data-original-width=&quot;772&quot; height=&quot;103&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuGcLknZUcPVpWX3NxC_LDGX4zWzffRjjQTIDmEsS_EtYQvGz41A_7Zk-_gK02CPylhOp1xwNzV9L7ONZaQy_tRGRgva-icPE4S_tuNa5WtKVjCIin10vf25LJux0OuhdS6eBPziuM1-0i/s320/banner-772x250.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
No doubt, you will surely have a lot of fun using Easy AdSense Ads. This WordPress AdSense plugin is full of great features that will get you going in no time. For your information, the tool does not fully focus on AdSense advertising only. Meaning, you can use it for ads from other platforms, too. On top of that, it offers nine different ad locations, two sticky ad spots and a neat ads widget. In short, if you would like to start to monetize your website, you can now do it in a small breeze with Easy AdSense Ads.&lt;br /&gt;
Easy AdSense Ads also supports AMP and allows adding different ads for mobile, tablet and desktop. You can indeed disable ads on particular pages and posts and rotate banners, too. Before you fully dive in, make sure you first take a peek at the video tutorial and get the gist of it.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/easy-adsense-ads-scripts-manager/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
Google Adsense Ads Manager&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbt6UekeqYlqcZnTVDIDP8AXh7FJZwv6rxD5iky8kDadxqY5E-gpiFiWdY7UM66s0lMnn5GCwTlG3Rqq2-ZZ9W2fjxU9p_b0iX-kyjR-TNRuw6UHUnVVNy2eoDcnH5JmfFyG0mqKOxDkWy/s1600/google-adsense-ads-manager.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;510&quot; data-original-width=&quot;1100&quot; height=&quot;148&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbt6UekeqYlqcZnTVDIDP8AXh7FJZwv6rxD5iky8kDadxqY5E-gpiFiWdY7UM66s0lMnn5GCwTlG3Rqq2-ZZ9W2fjxU9p_b0iX-kyjR-TNRuw6UHUnVVNy2eoDcnH5JmfFyG0mqKOxDkWy/s320/google-adsense-ads-manager.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
When you are just starting out, you can avoid adding advertisements to your page altogether. However, once you start making traction and you see your traffic gradually grow, start brainstorming website monetization. To make your lives a whole lot simpler, go with Google Adsense Ads Manager. This WordPress AdSense plugin lets you put, well, AdSense to your page without a hitch. In barely any time, you can already start seeing some results thanks to the implementation of AdSense.&lt;br /&gt;
The use of Google Adsense Ads Manager plugin is no rocket science. Anyone can do it. The settings are simple and easy to understand. It gives you an option to set preferred alignment and specify conditions. Google Adsense Ads Manager supports left, right and center positions and can place ads on home, page, post or all of them.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9764561142&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/simplest-adsense-ads-manager&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
Google Adsense Dashboard&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyAd53EFDFRKh7aeCSfIpjEXg0qSNFrV7_Ky0O7WUlmtbm1afWgfyVMQWhE-36rI7qpmw_YzwkK2dcBgCPUNEcOuEULJlcVesMk55Bnt3LKVWxeP_g6gzir47SX2jGVsNxlXCDDDEzD4jm/s1600/banner-772x250+%25281%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;250&quot; data-original-width=&quot;772&quot; height=&quot;103&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyAd53EFDFRKh7aeCSfIpjEXg0qSNFrV7_Ky0O7WUlmtbm1afWgfyVMQWhE-36rI7qpmw_YzwkK2dcBgCPUNEcOuEULJlcVesMk55Bnt3LKVWxeP_g6gzir47SX2jGVsNxlXCDDDEzD4jm/s320/banner-772x250+%25281%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
While the majority of WordPress AdSense plugin that you find in this collection focus on monetization only, Google Adsense Dashboard provides the necessary statistics. It gives a detailed overview of the performance of your Google AdSense ads that you are about to put to your website or blog. That said, you do not need to enter the platform each time to see how much you earned, what is your CPM and CTR. With Google Adsense Dashboard, you can do it all from the comfort of your WordPress admin.&lt;br /&gt;
Core features of &lt;b&gt;Google Adsense Dashboard &lt;/b&gt;are complete stats, date range selection and custom channels performance. It also improves loading speed due to the caching system and allows you to translate it. To have a better understanding of how your &lt;b&gt;Google AdSense ads&lt;/b&gt; are doing, you do not need to leave your website ever again.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/google-adsense-dashboard-for-wp/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
Ads for WP&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIbDiOpRYjyA2Q1tZ0crWq6LZ62HDophGSIJdxMIC3CF3wUtlFBjbNhrrOFYB59Ss9T_FdjDM7kqbXXQ5YYrRFghJK0MlAg_mWLjz04eQA_HkZPonN0M4kIAYgTBz650SJHmPGZBSXhJGg/s1600/ads-for-wp.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;523&quot; data-original-width=&quot;1100&quot; height=&quot;152&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIbDiOpRYjyA2Q1tZ0crWq6LZ62HDophGSIJdxMIC3CF3wUtlFBjbNhrrOFYB59Ss9T_FdjDM7kqbXXQ5YYrRFghJK0MlAg_mWLjz04eQA_HkZPonN0M4kIAYgTBz650SJHmPGZBSXhJGg/s320/ads-for-wp.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Ads for WP is a versatile and practical WordPress plugin that offers you multiple options when it comes to monetizing your website. Along with the support for Google AdSense, you can also sport other advertisements on your page with ease. The features are there, you just need to take them to your full advantage and start getting the most out of your website. All the hard work will eventually pay off and one of the quickest and easiest solutions is to use Google AdSense.&lt;br /&gt;
&lt;b&gt;Ads for WP plugin&lt;/b&gt; supports ad blockers, provides reports and insights and works flawlessly with AMP. Other features of the tool are widget, shortcode, no limit to how many ads you would like to display and easy display on different locations of your pages and posts. You can also mix AdSense ads with other platforms and see which performs better.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/ads-for-wp/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
Adsense for AMP&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8k8Ge0gILw9FJDQclX6JVjPrSWL4ihUC4IC3lVQd6OrG5AI-lcdx_SNJ-V5xRRfhpAn1_pzDdRFJrZ2ySK5lVrF2VS2QuZGfb4k59odUkNEERxp1_GPH2w9POxG0By34jpRMueviIaEyj/s1600/googleamp-2000x700-c.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;482&quot; data-original-width=&quot;1024&quot; height=&quot;150&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8k8Ge0gILw9FJDQclX6JVjPrSWL4ihUC4IC3lVQd6OrG5AI-lcdx_SNJ-V5xRRfhpAn1_pzDdRFJrZ2ySK5lVrF2VS2QuZGfb4k59odUkNEERxp1_GPH2w9POxG0By34jpRMueviIaEyj/s320/googleamp-2000x700-c.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
You can now add Google AdSense on your &lt;i&gt;&lt;b&gt;&lt;a href=&quot;https://amp.dev/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;AMP pages&lt;/a&gt;&lt;/b&gt;&lt;/i&gt; with a dedicated WordPress plugin. Since more and more people are using mobile devices to browse the web, you must have a fully optimized website for mobile users. If not, you can do more harm than good. Not only will you experience poor results, but even search giants, like Google, will not reward it accordingly. With a simple introduction of &lt;a href=&quot;https://amp.dev/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;AMP&lt;/a&gt;, you can drastically speed things up and deliver an outstanding experience to all your visitors.&lt;br /&gt;
To take things to the next level, employ the power of Adsense for AMP and monetize your mobile pages. You can now place ads above and below the post content and never again worry about responsiveness. Besides, if you would like to benefit from even more features, Adsense for AMP also offer pro addition with a ton of extra traits.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/setup-adsense-for-amp&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
AdRotate Banner Manager&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTQKZ-vRaGNj1wz520jZiQcmqw8JOCe_6vZ8SNYUkCFj2RO6Bii_gnEV76Bs11j6D2gfbuy46tebLkCTFnQygvfatLsWe_p8_1hCaPG-UnziynOqA4uhl6oyOocP-6tRGxR-Ytv7QQ6v9j/s1600/adrotate-wordpress-plugin.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;494&quot; data-original-width=&quot;1100&quot; height=&quot;143&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTQKZ-vRaGNj1wz520jZiQcmqw8JOCe_6vZ8SNYUkCFj2RO6Bii_gnEV76Bs11j6D2gfbuy46tebLkCTFnQygvfatLsWe_p8_1hCaPG-UnziynOqA4uhl6oyOocP-6tRGxR-Ytv7QQ6v9j/s320/adrotate-wordpress-plugin.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
If you are looking for a versatile, adaptive and easy to use banner ads manager, AdRotate is what you need. Of course, if you are planning to introduce Google AdSense to your website, you can make it happen with AdRotate, too. With the WordPress plugin, you can place advertisements anywhere on your website. They could be of standard sizes or custom, from 3rd-party platforms or your own. Indeed, AdRotate has loads of different options and possibilities to turn your website into a money machine.&lt;br /&gt;
Some of the goodies that you get with AdRotate are automatic rotation, geo targeting, email notification and randomized banner selection. You can also put on display multiple ads at the same time in a grid, column or row layout. Needless to say, whatever you can think of when it comes to banner ads, you can realize with &lt;b&gt;AdRotate&lt;/b&gt;.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-slot=&quot;3573856618&quot; style=&quot;display: inline-block; height: 90px; width: 728px;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/adrotate/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
WP QUADS – Quick AdSense Reloaded&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5fiPHzZ9HXAed0u6ldbqCCv93os-MjrEEEhI9OKi0DdUumQBYOXpzY6p_OebwLyYMKcTLcQ5I1I-bMHE8F-lr8oEWTp7nYUNzllaC7W1w4d_jH13RLIOCdaac8tLKRqnf6K8FJL2mUUpb/s1600/WP-QUADS-Quick-AdSense-Reloaded.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;258&quot; data-original-width=&quot;800&quot; height=&quot;103&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5fiPHzZ9HXAed0u6ldbqCCv93os-MjrEEEhI9OKi0DdUumQBYOXpzY6p_OebwLyYMKcTLcQ5I1I-bMHE8F-lr8oEWTp7nYUNzllaC7W1w4d_jH13RLIOCdaac8tLKRqnf6K8FJL2mUUpb/s320/WP-QUADS-Quick-AdSense-Reloaded.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Quick Adsense was at one point the most famous AdSense plugin on the market, but the support was discontinued, and now a new developer has taken it upon himself to maintain a fork of &lt;b&gt;Quick AdSense.&lt;/b&gt; Although the old plugin still technically functions, there haven’t been any new developments made to it, which means that out of the 100k+ people that use it, many could run into problems when WordPress pushes a legacy update that could potentially break ads appearing on their blogs. With &lt;b&gt;WP QUADS&lt;/b&gt; you can import your old Quick AdSense settings and continue with the same settings that you already love and use. The developers improved and increased the performance with a thorough code optimization.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/quick-adsense-reloaded&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
Google AdSense by BestWebSoft&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz_bJn3MixAEmzOUwqcrgI_H-KzQ7ERULeTkwyorvCZhM-0tXon_hgQxgA4O-OGYzzB-At50QjrmwM-aEU7J0HCBmTXWj4tDJmcMxoAZdFdIVJ4gUpGR4Lu1LZaIf6gQpukckPNzo7HIfs/s1600/Google-AdSense-by-BestWebSoft.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;261&quot; data-original-width=&quot;800&quot; height=&quot;104&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz_bJn3MixAEmzOUwqcrgI_H-KzQ7ERULeTkwyorvCZhM-0tXon_hgQxgA4O-OGYzzB-At50QjrmwM-aEU7J0HCBmTXWj4tDJmcMxoAZdFdIVJ4gUpGR4Lu1LZaIf6gQpukckPNzo7HIfs/s320/Google-AdSense-by-BestWebSoft.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
BestWebSoft has released more than 45+ unique WordPress plugins, helping millions of bloggers add extra functionality to their blogs, and they are also actively developing their own AdSense plugin. This one lets you customize a lot of aspects of your ads, including the overall apperance. You can connect your AdSense account directly and use the existing AdSense Ads that you have created, so essentially saving yourself from manually copying and pasting ads in your blog. You can select many different variations of display, even to the most narrow features like categories and tags. BestWebSoft you get the updater plugin as well, to make sure that your WordPress core is always on its latest version, including the AdSense plugin itself.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/adsense-plugin/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
WP Simple Adsense Insertion&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3OfmtfK80akylrVLeS97Lf4ZEnDKg009sFsZDWceuvg0Q_UY05EYrJxuC85UA-MiU69YHA704K8X0BL_7WoqpHk8uRXasiaHw8mZ7WKPK-jGTChjdnZj6_4rC08_btukgzw8nKfibvIFO/s1600/WP-Simple-Adsense-Insertion-.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;261&quot; data-original-width=&quot;800&quot; height=&quot;104&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3OfmtfK80akylrVLeS97Lf4ZEnDKg009sFsZDWceuvg0Q_UY05EYrJxuC85UA-MiU69YHA704K8X0BL_7WoqpHk8uRXasiaHw8mZ7WKPK-jGTChjdnZj6_4rC08_btukgzw8nKfibvIFO/s320/WP-Simple-Adsense-Insertion-.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Bloggers each have their own demands and aspirations for the way they want to use ads on their blogs, and it makes sense — not everyone wants to overbloat their content with adertisements, sometimes a carefully planned and placed advertisement can yield as big of a CTR as 10 ads combined, so it all comes down to the way your blog and content are designed, and how you can best compliment that with an advertisement block. Simple AdSense focuses on shortcodes/functions that you can manually place within your WordPress content. Having a lot of settings to tinker with can be quite overwhelming, and needless to say that Google Ads Manager provides all the customization tools that you would need anyway.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-slot=&quot;3573856618&quot; style=&quot;display: inline-block; height: 90px; width: 728px;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/wordpress-plugin-for-simple-google-adsense-insertion/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
AdSense In-Post Ads&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8OZvlKxabnM_SYJlxI-VhWGrVWVp_P__doD0tppl6uPI8YET16EsWr3-sDVx_Q62ZTwMsJG3BAxhcELqWseaqLyWX2OmZO-Je2HZEUQZI_uobmP4n5wBWbkzkyw_WcUaV5VnWUksmqYWE/s1600/AdSense-In-Post-Ads.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;263&quot; data-original-width=&quot;800&quot; height=&quot;105&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8OZvlKxabnM_SYJlxI-VhWGrVWVp_P__doD0tppl6uPI8YET16EsWr3-sDVx_Q62ZTwMsJG3BAxhcELqWseaqLyWX2OmZO-Je2HZEUQZI_uobmP4n5wBWbkzkyw_WcUaV5VnWUksmqYWE/s320/AdSense-In-Post-Ads.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
The most popular AdSense placement position is always going to be the actual content body. Your readers spend most of their time on the content page, and if you can manage to place an advertisement in the middle of an article, that is a great opportunity to generate some revenue based on reader interest, and advertisement value. The plugin will give you shortcodes based on your ad-types and allow you to put them directly into your WordPress pages and WordPress posts. Few thousand bloggers are already generating great revenue using this exact plugin.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/adsense-in-post-ads-by-oizuled&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
Insert Post Ads&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5PaHkj85jqCAoNlXjYux9jIPxmcI5ytRnIUldh5ljm8co8Y1pIwnOuXUqp2ObyfzHZo8AhS6G7dQRCXkVRmfQcgugsW891qtdtzggnY2mY1RGCGQ1Q3vF9CRkj9_Y19MNGVcuJaqFQTB9/s1600/Insert-Post-Ads-.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;263&quot; data-original-width=&quot;800&quot; height=&quot;105&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5PaHkj85jqCAoNlXjYux9jIPxmcI5ytRnIUldh5ljm8co8Y1pIwnOuXUqp2ObyfzHZo8AhS6G7dQRCXkVRmfQcgugsW891qtdtzggnY2mY1RGCGQ1Q3vF9CRkj9_Y19MNGVcuJaqFQTB9/s320/Insert-Post-Ads-.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Countless AdSense users will happily tell you that the best ads placement is within content. This is where you get all those juicy clicks from, and so you need to find a plugin such as Insert Post Ads that can easily help you with adding Google Ads between content paragraphs. Ads deep inside the content have a much higher chance of being utilized as they will likely offer the user something they’re trying to find an answer for. &lt;b&gt;WPBeginner&lt;/b&gt; and its team developed this plugin, a famous WordPress resource that many already love and adore. Why do all the hard work manually, when you can have a plugin take care of these tasks.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/insert-post-ads/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
Ad Inserter&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjngz7tHc6MDbTPSwi8-78WcchV4IURWvCeH0V0JdiK_rXObkleNSE4kQkaQMYW_ZUbyJ7gt1uxtWHCBKGW2UNrSkKq5_fXGzZhiGCWQNpLK93qjzwRO0AkqmYp_G7eQa5-Mqd10DYKs9LH/s1600/Ad-Inserter.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;265&quot; data-original-width=&quot;800&quot; height=&quot;106&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjngz7tHc6MDbTPSwi8-78WcchV4IURWvCeH0V0JdiK_rXObkleNSE4kQkaQMYW_ZUbyJ7gt1uxtWHCBKGW2UNrSkKq5_fXGzZhiGCWQNpLK93qjzwRO0AkqmYp_G7eQa5-Mqd10DYKs9LH/s320/Ad-Inserter.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
We are focusing here on the best AdSense plugins for WordPress bloggers, but it helps to have a little bit of variety in such a list, which is the position we feel Ad Inserter fills out beautifully. Ad Inserter will definitely help you add AdSense to your WordPress content, but it will also help with adding any other kind of advertisements through the clever use of coding. Though, we do want to let our readers know — majority of the plugins we have seen already, use a HTML Input Box form where you can insert the HTML code of your AdSense ad block, but this also means that you can literally add ANY HTML code in these input boxes, since most plugins won’t check for it. Ad Inserter also focuses on adding adds within content pargraphs, to increse and maximize engagement rates.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/ad-inserter/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;
Advanced Ads Manager&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8MkrigVN1raydDXZovK43nJDlUSyTnNYZI8BXENzCQtVVTN2sbmjIsQartq6bKTv8OP5T9EuH-jxlEGQUoSSKXS3euCI2QAmUP6yrJA72-HMqaZ3Oak5QOozJ5QcvbacN5QVkPeQ8HqIz/s1600/ADS-PRO-Multi-Purpose-WordPress-Ad-Manager.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;430&quot; data-original-width=&quot;800&quot; height=&quot;172&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8MkrigVN1raydDXZovK43nJDlUSyTnNYZI8BXENzCQtVVTN2sbmjIsQartq6bKTv8OP5T9EuH-jxlEGQUoSSKXS3euCI2QAmUP6yrJA72-HMqaZ3Oak5QOozJ5QcvbacN5QVkPeQ8HqIz/s320/ADS-PRO-Multi-Purpose-WordPress-Ad-Manager.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
What we got here is an ultimate ads management solution for WordPress usrs. Advanced Ads is compatible with all ad networks and banners from affiliate programs like &lt;b&gt;Google AdSense, Chitika, Clickbank, Amazon, and also Google DoubleClick (DFP)&lt;/b&gt;. You can also use it to insert additional ad network tags into header or footer of your site without additional coding. The plugin supports ad types, ad management, ad display managment, advanced advertisement placement, ads display mangement, specific targeting features for ads, has mobile support, lets you analyze and track your ads performance.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-slot=&quot;3573856618&quot; style=&quot;display: inline-block; height: 90px; width: 728px;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;button medium visit&quot; href=&quot;https://wordpress.org/plugins/advanced-ads&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download Now&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
AdSense Plugins for WordPress&lt;/h2&gt;
Have you started earning from your blog already? We’d love to hear about your personal stories of how you went from being a blogging noob; to becoming someone who people look up to as an expert in their particular field? Did advertising in any way influence the way you blog, and did it at any point encourage you to reach for the ultimate goal which is financial freedom? If you haven’t gotten quite there yet, we sure hope that the AdSense plugins and general Ads Manager plugins that we did mention here, will help you move a step closer to all those aspiring goals.
&lt;/div&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6089921503896711206'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6089921503896711206'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/03/top-21-adsense-plugins-for-wordpress.html' title='Top 21 AdSense Plugins for WordPress 2020'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEittB9Tv8_kO3x3UBsJYjZ6sBxn17-4nL4_1qVuZ3WSo0hiU2g5dFuwGXBKzc-dYMHMWMc4pbOczVw5-Mj4rRzhh-OPnfh1EA8DYRK4f1pVoNX-0kQu6TxLqC9Iuc1XnHhQXNa0AtfxVZcq/s72-c/ads-1663031_1280.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-2762079771378371702</id><published>2020-03-15T01:30:00.000+06:00</published><updated>2020-03-15T01:38:40.696+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Template"/><title type='text'>In SEO Pro Safelink Responsive Blogger Template Free Download</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhem9O5Y5SUmKsYuij6cgLCeJGqTbpbcjtq-9utVCgkRudB2PQDE6z8xhJDsgvnQOX5yaWUxio7zN1E7-AaTVek5Rm6CT8MYMOOYU5DSuUPH4sOdpZRO8JO7xrkOL08SkiPS23jPfiKCQyM/s1600/In+SEO+Safelink+Responsive+Blogger+Template.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;726&quot; data-original-width=&quot;1137&quot; height=&quot;204&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhem9O5Y5SUmKsYuij6cgLCeJGqTbpbcjtq-9utVCgkRudB2PQDE6z8xhJDsgvnQOX5yaWUxio7zN1E7-AaTVek5Rm6CT8MYMOOYU5DSuUPH4sOdpZRO8JO7xrkOL08SkiPS23jPfiKCQyM/s320/In+SEO+Safelink+Responsive+Blogger+Template.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2&gt;
Download Premium Safelink Blogger Template Free&lt;/h2&gt;
&lt;b&gt;In SEO Pro Safelink Responsive Blogger Template&lt;/b&gt;, This template is the premium version of the In SEO blogger template that I shared yesterday on cssmoz. Its a clone of the original template &lt;b&gt;InSEO Pro Url Shortener blogger template&lt;/b&gt;.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;4977812900&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
In addition to the addition of more interesting features than the free version, you can get this following blogger template free. This version also has several style options, namely: Grid style, List style, simple version, and also the &lt;b&gt;safelink version&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
There are also quite a lot of choices, for those who are curious about. let&#39;s look at the features below and the demo blog blog in the sidebar of this blog.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;h4&gt;
In SEO Safelink Pro Responsive Blogger Template&lt;/h4&gt;
&lt;br /&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;th&gt;Features&lt;/th&gt;             &lt;th&gt;Availability&lt;/th&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Responsive&lt;/td&gt;             &lt;td&gt;True &lt;a href=&quot;http://www.responsinator.com/?url=https%3A%2F%2Finseosafelink.blogspot.com%2F&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Cek&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Mobile Friendly&lt;/td&gt;             &lt;td&gt;True &lt;a href=&quot;https://search.google.com/test/mobile-friendly?id=aplzRM63N-IeaI3qmhwKwQ&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Cek&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Google PageSpeed Insights&lt;/td&gt;             &lt;td&gt;True &lt;a href=&quot;https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Finseosafelink.blogspot.com%2F&amp;amp;tab=mobile&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Cek&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Google Testing Tools Validator&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Truly SEO Friendly&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;1 Column&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;2 Style&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Crypto Javascript&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Random Generate Links&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Well Documentation Centre&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;demo&quot; href=&quot;https://inseosafelink.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Safelink 1 Demo&lt;/a&gt;&lt;br /&gt;
&lt;a class=&quot;demo&quot; href=&quot;https://inseosafelink2.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Safelink 2 Demo&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;
Download Links&lt;/h3&gt;
Download links blow given, click on the links blow for get free premium blogger template without redirect others sites. Download more premium blogger template free from our website, see the popular posts or recent post update articles regularly.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;download&quot; href=&quot;https://safesm.blogspot.com/2020/03/in-seo-blogger-template-documentation.html#?o=ed5f146296778969d114065f669770e545a9bc58adb20f63f6b905d575c4ca62aaa38cc95a0d9e7d28d635012abe48a45814a742842d77d881cc1de2b7d1b9de79068886d8564fa6a9c6e174e4b414ed0b18c7f07f057bbe8d5ce748482ba0411aa493c0ac89fcfc&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Safelink 1 Download&lt;/a&gt;&lt;br /&gt;
&lt;a class=&quot;download&quot; href=&quot;https://safesm.blogspot.com/2020/03/asal-seo-blogger-template-documentation.html#?o=0087ce3264456c360bf2bb3e8f02017399369eae9252413450c37af0b32b4a9077842142e223ab08b09bc449fa0f4c638561c156e97f8e9cb5393b61d4d38a018a2ba6c9c413972e0ea93b6c8513cf8eb035bf3309b2d9cac4aab7388763fdde5ebbec7bbb4186d4&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Safelink 2 Download&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Download more premium blogger template free from our website, and subscribe to our newest mailing lists and get notification every single post on Our website regularly. &lt;br /&gt;
Thank you.
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/2762079771378371702'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/2762079771378371702'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/03/in-seo-pro-safelink-responsive-blogger.html' title='In SEO Pro Safelink Responsive Blogger Template Free Download'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhem9O5Y5SUmKsYuij6cgLCeJGqTbpbcjtq-9utVCgkRudB2PQDE6z8xhJDsgvnQOX5yaWUxio7zN1E7-AaTVek5Rm6CT8MYMOOYU5DSuUPH4sOdpZRO8JO7xrkOL08SkiPS23jPfiKCQyM/s72-c/In+SEO+Safelink+Responsive+Blogger+Template.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-2103114382326980401</id><published>2020-03-07T20:35:00.001+06:00</published><updated>2020-03-07T20:39:07.241+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips"/><title type='text'>How To Remove Encrypted Script From Blogger Template</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDtEZlNz5agIeMp9QlfqYiKb2JV3-0GV8q-n28YgrctkdhmjenpI2sr0vyvgiYBfwEE4tcKVLD8tpoCiZipWwsUFWD1RTSNhFAzfa6mOUl9QjVv2toKwyMRLVF8yacS3-Fj0QCGmOSIlkq/s1600/JavaScript_Deobfuscator_and_Unpacker_20200305_1651130.880734968721572.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;712&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDtEZlNz5agIeMp9QlfqYiKb2JV3-0GV8q-n28YgrctkdhmjenpI2sr0vyvgiYBfwEE4tcKVLD8tpoCiZipWwsUFWD1RTSNhFAzfa6mOUl9QjVv2toKwyMRLVF8yacS3-Fj0QCGmOSIlkq/s320/JavaScript_Deobfuscator_and_Unpacker_20200305_1651130.880734968721572.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
Remove Footer Credit From Blogger Template Without Redirecting To Any Website&lt;/h2&gt;
&lt;div&gt;
Today i well share &lt;b&gt;&lt;a href=&quot;https://cssmoz.blogspot.com/2020/03/how-to-remove-encrypted-script-from.html&quot; target=&quot;_blank&quot;&gt;How to remove footer credit from your blogger template &lt;/a&gt;&lt;/b&gt;without redirect other sites.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqvPZkyb1sNoziJdLUvv5js6Pi3nfXOhv7Vrtqr9BSt4A-3h2p4pzNQNF030bxIxj88gXrx6KhNv6i4pL_jkefL5a7W0gSYyQ1LCoaxjH8OcCKeCdJjAWh5aTuLd0qfAVjU0yd2XRwB1ft/s1600/IMG_20200305_164317.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;724&quot; data-original-width=&quot;720&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqvPZkyb1sNoziJdLUvv5js6Pi3nfXOhv7Vrtqr9BSt4A-3h2p4pzNQNF030bxIxj88gXrx6KhNv6i4pL_jkefL5a7W0gSYyQ1LCoaxjH8OcCKeCdJjAWh5aTuLd0qfAVjU0yd2XRwB1ft/s320/IMG_20200305_164317.jpg&quot; width=&quot;318&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
For remove javascript like this following on the showing image, I will share today the best way &lt;b&gt;how to remove footer credit from your blogger template, &lt;/b&gt;So Let&#39;s get Started tutorial Begin.&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
1. First Open your blogger dashboard&lt;/h3&gt;
&lt;div&gt;
Then go to &amp;gt;&lt;u&gt;Themes&amp;nbsp;&lt;/u&gt;&amp;nbsp;And &lt;span style=&quot;color: orange;&quot;&gt;Click on &amp;gt;&lt;/span&gt;&lt;b&gt;Edit Html &lt;/b&gt;Then Find your javascript on the template,&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
2. Copy Your Encrypted Javascript&lt;/h3&gt;
&lt;div&gt;
Copy OR Cut Your Encrypted javascript from the template.&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;
&lt;b&gt;&lt;i&gt;Obfuscator javascript from your blogger template, You need to dencryped your javascript. You will need a&amp;nbsp;JavaScript Deobfuscator and Unpacker Tools&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Visit on the showing link for get&amp;nbsp;&lt;i&gt;JavaScript Deobfuscator and Unpacker&amp;nbsp;&lt;a href=&quot;https://lelinhtinh.github.io/de4js/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Click Here&lt;/a&gt;. #&lt;/i&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_9bFUSlptzqCJcQ_7B5jx2bPaMxIjfnGa65FXbV4KSyg9UjoaEbRZ-H1Ie7W07qRqJl_cO5B2ZGPv-DWry6-eGJaZteTZMxuPWZlZ5J-hKPYZNg-st02lL4QO87fJNAfD7pcIG5tIB8ob/s1600/IMG_20200305_171127.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;544&quot; data-original-width=&quot;720&quot; height=&quot;241&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_9bFUSlptzqCJcQ_7B5jx2bPaMxIjfnGa65FXbV4KSyg9UjoaEbRZ-H1Ie7W07qRqJl_cO5B2ZGPv-DWry6-eGJaZteTZMxuPWZlZ5J-hKPYZNg-st02lL4QO87fJNAfD7pcIG5tIB8ob/s320/IMG_20200305_171127.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
A Website Page will open like this. &lt;b&gt;Pest &lt;/b&gt;your Javascript on the Box.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicIHMA_EXcQGevRQZAD7gyKl5xYL19e3nFI9aPuxTQVDpuxAWQOrYVXG25Jupw8VmwU7FDL4TWf7eljyIltB-YP23qC_S8A-1HbBdpz7tf6GvtmTWBID5N499eBMIP6UowoOUGGmGdC_Fp/s1600/IMG_20200305_171552.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;688&quot; data-original-width=&quot;720&quot; height=&quot;305&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicIHMA_EXcQGevRQZAD7gyKl5xYL19e3nFI9aPuxTQVDpuxAWQOrYVXG25Jupw8VmwU7FDL4TWf7eljyIltB-YP23qC_S8A-1HbBdpz7tf6GvtmTWBID5N499eBMIP6UowoOUGGmGdC_Fp/s320/IMG_20200305_171552.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;Then click on &lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: #0b5394;&quot;&gt;Auto Decode &lt;/span&gt;Button.&lt;/b&gt;&lt;br /&gt;
Now your Javascript is unpacked and the showing original javascript is showing.&lt;br /&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
Copy your javascript from the Unpacker&lt;/h4&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgvogfavwwMDidn3X6dZZiZDvB4-_mWXLvyyktZmAHu2K-o4C6ehzS4FJcj753KRfAPJ685ZviFkRmPK6ZV_vbN41oDh_rsAw0kXAcPDHHNvXtMfIqk7rLYOzkt_OH720BEvZhDy1HroZQ/s1600/IMG_20200305_171633.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;715&quot; data-original-width=&quot;720&quot; height=&quot;317&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgvogfavwwMDidn3X6dZZiZDvB4-_mWXLvyyktZmAHu2K-o4C6ehzS4FJcj753KRfAPJ685ZviFkRmPK6ZV_vbN41oDh_rsAw0kXAcPDHHNvXtMfIqk7rLYOzkt_OH720BEvZhDy1HroZQ/s320/IMG_20200305_171633.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
Now your javascript looks like this following on the image.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;i&gt;Copy your script and now you can remove footer credit from your blogger template without redirect any othe site without any problem.&lt;/i&gt;&lt;/blockquote&gt;
If you Don&#39;t&amp;nbsp; know &lt;b&gt;How Remove Footer Credit From Blogger Template &lt;/b&gt;Click on the link blew.&lt;br /&gt;
&lt;br /&gt;
That&#39;s all for today &lt;b&gt;&lt;a href=&quot;https://cssmoz.blogspot.com/2020/03/how-to-remove-encrypted-script-from.html&quot; target=&quot;_blank&quot;&gt;How to Remove Encrypted javascript from blogger theme&lt;/a&gt;. &lt;/b&gt;Hopefully use. Thank you.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/2103114382326980401'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/2103114382326980401'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/03/how-to-remove-encrypted-script-from.html' title='How To Remove Encrypted Script From Blogger Template'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDtEZlNz5agIeMp9QlfqYiKb2JV3-0GV8q-n28YgrctkdhmjenpI2sr0vyvgiYBfwEE4tcKVLD8tpoCiZipWwsUFWD1RTSNhFAzfa6mOUl9QjVv2toKwyMRLVF8yacS3-Fj0QCGmOSIlkq/s72-c/JavaScript_Deobfuscator_and_Unpacker_20200305_1651130.880734968721572.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-8582578254810641154</id><published>2020-03-05T23:05:00.001+06:00</published><updated>2020-03-05T23:05:36.610+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Template"/><title type='text'>Asal SEO Premium Blogger Template Free Download</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkUlIa4-kArxEocGMPpZ35MffktTTAlNbOHgD9wXP47RJcIWj1A6vj9kGWWXO0w6BjVrUlCdUOTZ7BzkK6sm7zgokXLId17hlEHoebtS_MBUiM7ExcSrexYuxkzx0lM1G1ZCabvQqIvcE-/s1600/Asal+SEO+Pro+Blogger+Template+Free+Download.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;744&quot; data-original-width=&quot;1167&quot; height=&quot;204&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkUlIa4-kArxEocGMPpZ35MffktTTAlNbOHgD9wXP47RJcIWj1A6vj9kGWWXO0w6BjVrUlCdUOTZ7BzkK6sm7zgokXLId17hlEHoebtS_MBUiM7ExcSrexYuxkzx0lM1G1ZCabvQqIvcE-/s320/Asal+SEO+Pro+Blogger+Template+Free+Download.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2&gt;
Asal SEO Pro Blogger Template Free Download&lt;/h2&gt;
SEO Origin could be a Blogger template with Responsive layout and suitable for all blogs. With a design that incorporates a simple color combination, looks clean and modern, SEO Optimized, and has been built using a number of the foremost popular design trends today.&lt;br /&gt;
&lt;h3&gt;
Template Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Responsive&lt;/li&gt;
&lt;li&gt;SEO Friendly&lt;/li&gt;
&lt;li&gt;Google Testing Tool Validator&lt;/li&gt;
&lt;li&gt;2 Column&lt;/li&gt;
&lt;li&gt;Resposnsive Navigation&lt;/li&gt;
&lt;li&gt;Auto Readmore&lt;/li&gt;
&lt;li&gt;Breadcrumbs&lt;/li&gt;
&lt;li&gt;Featured Recent Post&lt;/li&gt;
&lt;li&gt;Recent Post by Label&lt;/li&gt;
&lt;li&gt;Blogger and Disqus Comment System&lt;/li&gt;
&lt;li&gt;Newsletter Widget&lt;/li&gt;
&lt;li&gt;News Update Widget&lt;/li&gt;
&lt;li&gt;Footer Menu&lt;/li&gt;
&lt;li&gt;Back to Top Button&lt;/li&gt;
&lt;li&gt;ShareThis Share Button&lt;/li&gt;
&lt;li&gt;Related Posts&lt;/li&gt;
&lt;li&gt;Shortcodes&lt;/li&gt;
&lt;li&gt;And More... &lt;/li&gt;
&lt;/ul&gt;
Download Link blew&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;demo&quot; href=&quot;https://safesm.blogspot.com/2020/03/asal-seo-blogger-template-documentation.html#?o=588a68ee528596f96a03fae952f9afac36a6601d7af239ef2266821e0f4aa20e0ba1fb1e686a1f1d8ed117c54ecdd72710d4f8db52706705&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;DEMO&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;download&quot; href=&quot;https://safesm.blogspot.com/2020/03/asal-seo-blogger-template-documentation.html#?o=1113b89189e3a1826c9e1bf7d66ab6ee5761590dd582101543918977992c8f2274ceefe5f7ace0ac419f661596f12e5b5c1aa98ecf0274e48b0e032d4d45bda250ada1479a36554e4dfc87c5fc093a9f8d4301bbe7992fddbe14ccffefb3778f416f0e441958137a&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;DOWNLOAD&lt;/a&gt;&lt;/div&gt;
Download Asal SEO Pro Blogger Template, Asal SEO Responsive Blogger Template (Disqus Comments) 2020.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/8582578254810641154'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/8582578254810641154'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/03/asal-seo-premium-blogger-template-free.html' title='Asal SEO Premium Blogger Template Free Download'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkUlIa4-kArxEocGMPpZ35MffktTTAlNbOHgD9wXP47RJcIWj1A6vj9kGWWXO0w6BjVrUlCdUOTZ7BzkK6sm7zgokXLId17hlEHoebtS_MBUiM7ExcSrexYuxkzx0lM1G1ZCabvQqIvcE-/s72-c/Asal+SEO+Pro+Blogger+Template+Free+Download.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-9214761870333089711</id><published>2020-03-04T20:22:00.002+06:00</published><updated>2020-03-04T20:22:38.920+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>How To Send Unlimited Free SMS to Any Mobile Number | Online Free Send BD</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj99aEycTSo9P2Mhyphenhyphen-2vCT2ecPSdT1VWOb_hU38hcU8zShyphenhyphenEW6hnp-JYxxax2izijfuyYwTd4zvqGYVE4FXrppbTGXabGXwKIhTwqZFnjkwb6vQkpIXEBoOQrCPcILbAETItLsIwWjn9d5r/s1600/Free_sms_bd_20200304_1900470.2758659260802422.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;712&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj99aEycTSo9P2Mhyphenhyphen-2vCT2ecPSdT1VWOb_hU38hcU8zShyphenhyphenEW6hnp-JYxxax2izijfuyYwTd4zvqGYVE4FXrppbTGXabGXwKIhTwqZFnjkwb6vQkpIXEBoOQrCPcILbAETItLsIwWjn9d5r/s320/Free_sms_bd_20200304_1900470.2758659260802422.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
How to send unlimited free sms online&lt;/h2&gt;
&lt;/div&gt;
In the Internet world, many of us visit various websites for &lt;i&gt;sending free sms,&lt;/i&gt;&lt;br /&gt;
We even register on that website. But most websites do not work properly. If you work again and again, many and a half SMS delivery is done, complete SMS delivery is not done, that is, half of the time, but the rest will not go.&lt;br /&gt;
There are hardly any websites in Bangladesh, from which you can send SMS as much as you want. There are some websites where you can send free sms,&lt;br /&gt;
But you will be given a certain amount of SMS, and you will not be able to send SMS when SMS is finished. &lt;b&gt;How would If there was a site from where you could send SMS?&lt;/b&gt;&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
This is the first in Bangladesh &lt;strong&gt;SoftClever Limited&lt;/strong&gt; Launched &lt;b&gt;Free SMS Panel.&lt;/b&gt; From wherever you can &lt;b&gt;send SMS to any country in the world for free.&lt;/b&gt;&lt;br /&gt;
So let&#39;s take a look &lt;strong&gt;SoftClever Limited&lt;/strong&gt; Its about free sms panel&lt;br /&gt;
&lt;h2&gt;
Free SMS panel features:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Up to 150 words can be written SMS.&lt;/li&gt;
&lt;li&gt;Will be able to see SMS delivery reports.&lt;/li&gt;
&lt;li&gt;You can send as many SMS daily.&lt;/li&gt;
&lt;li&gt;To send an SMS you need to have an account.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;strong&gt;How to create a new account?&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;To create a new account first &lt;a href=&quot;http://bit.ly/Freesmsbd&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;CLICK HERE&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;In the Username box, enter a name that matches your name. Such as: Example123&lt;br /&gt; If someone already uses the username, try a different name. Such as: Example577&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;color: green;&quot;&gt;&lt;strong&gt;NOTE:&lt;/strong&gt;&lt;/span&gt; At Username. (Dot) or &amp;amp; lt; Space &amp;amp; gt; Even @, #, $, &amp;amp; amp; No such mark can be used.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Enter your email address in the Email box. In the case of email, you &amp;amp; # 8211; You can also use Gmail, Yahoo, Hotmail, Outlook or Yandex Mail.&lt;/li&gt;
&lt;li&gt;In the Password box, enter a password of your choice, which you will log into your SMS panel.&lt;/li&gt;
&lt;li&gt;Enter your full name in the box of Full Name. For example: Masud Rana&lt;/li&gt;
&lt;li&gt;Enter your personal mobile number in the box of Mobile Number, the mobile number must be active. Using a fake mobile number will close your account.&lt;/li&gt;
&lt;li&gt;In the box on the Facebook URL you can provide a link to your Facebook ID,&lt;br /&gt; So that others can send you a friend request on Facebook. Leave blank if you do not want to provide the Facebook ID link.&lt;/li&gt;
&lt;li&gt;Click on the country option and select your country.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
After that &lt;strong&gt;Register&lt;/strong&gt; Click the button. Diameter! Account opening is complete.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;h3&gt;
How To Send Free SMS?&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Please visit our free SMS panel first.&lt;/li&gt;
&lt;li&gt;Free Sms Panel Link here: &lt;a href=&quot;https://softclever.com/signup/?mref=Alpana&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;https://freesms.softclever.com&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Then login to your account&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
After logging in you will come to the SMS panel. This time&lt;strong&gt;Send Free SMS&lt;/strong&gt;  &lt;strong&gt;Send Free Message&lt;/strong&gt; Click on the option. After that You will see an option called, there &lt;strong&gt;Receiver Country Code&lt;/strong&gt; Click the option and select the country in which you want to send the SMS.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;For example:&lt;/strong&gt; If you select Bangladesh, then&lt;strong&gt;Enter receiver phone number&lt;/strong&gt; 880 will come in its box, that is, the country you select for sending the SMS will dial the country code. All you have to do is type the mobile number of the person to send the SMS after the dial code. &lt;b&gt;For example,&lt;/b&gt; after selecting Bangladesh 880 will come, after 880 you just have to enter the number. And do not type 0 before typing the number, because 880 will be automatic.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
Then &lt;strong&gt;Write your message&lt;/strong&gt; You will see a box called &quot;whatever message you type&quot; &lt;strong&gt;Send Message&lt;/strong&gt; Click the button. The SMS will reach your desired number, which can take a maximum of 2 to 5 seconds from SMS delivery. SMS delivery speed can often depend on your internet connection.&lt;br /&gt;
&lt;h4&gt;
How do you know if the SMS has been delivered?&lt;/h4&gt;
You want to see the sms you sent, whether they were gone or when you sent them &lt;strong&gt;Check SMS Status&lt;/strong&gt; Click on the option. Then there will be a page like the one below, there &lt;strong&gt;Click to Check&lt;/strong&gt; Click to see all message delivery reports.&lt;br /&gt;
The messages you send are in yellow &lt;strong&gt;&lt;span style=&quot;color: #ffc40e;&quot;&gt;Highlight &lt;/span&gt;&lt;/strong&gt; Will be done.&lt;br /&gt;
&lt;br /&gt;
&lt;mark&gt;&lt;b&gt;NOTE:&lt;/b&gt; &lt;/mark&gt; &lt;span style=&quot;color: red;&quot;&gt;This SMS panel can also be used to promote your business. And you can send any kind of message to your family, friends. However, if you use this SMS panel for any illegal or illegal activity, your IP address will be blocked and even legal action may be taken against you.&lt;/span&gt;&lt;br /&gt;
First of all, share this SMS panel with your friends more.&lt;br /&gt;
If you like the post, please share and stay tuned to us for new posts. &lt;br /&gt;
Thank you.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/9214761870333089711'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/9214761870333089711'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/03/how-to-send-unlimited-free-sms-to-any.html' title='How To Send Unlimited Free SMS to Any Mobile Number | Online Free Send BD'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj99aEycTSo9P2Mhyphenhyphen-2vCT2ecPSdT1VWOb_hU38hcU8zShyphenhyphenEW6hnp-JYxxax2izijfuyYwTd4zvqGYVE4FXrppbTGXabGXwKIhTwqZFnjkwb6vQkpIXEBoOQrCPcILbAETItLsIwWjn9d5r/s72-c/Free_sms_bd_20200304_1900470.2758659260802422.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-3726918082776305580</id><published>2020-03-04T12:07:00.002+06:00</published><updated>2020-03-04T12:15:29.444+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Web Design"/><category scheme="http://www.blogger.com/atom/ns#" term="Widget"/><title type='text'>How to Make Whatsapp Direct Chat Button on Blog with Html And CSS</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3Dz1-kk6tPtoa7RWjq6Enuthgj00TP0WO3uHBVzElecYQr0_yPU922sxLudouiGeM41NgqLwliZGnEOPtdaH-VUSkqx0y3zvlgQ7XENy9SPengqfhYJyPpmstxFLP7n-lIji8jtRmVbIe/s1600/WhatsApp_Button_20200304_0224210.40042794663361403.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;712&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3Dz1-kk6tPtoa7RWjq6Enuthgj00TP0WO3uHBVzElecYQr0_yPU922sxLudouiGeM41NgqLwliZGnEOPtdaH-VUSkqx0y3zvlgQ7XENy9SPengqfhYJyPpmstxFLP7n-lIji8jtRmVbIe/s320/WhatsApp_Button_20200304_0224210.40042794663361403.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2&gt;
How to Make Whatsapp Direct Chat Button on Blog with SVG&lt;/h2&gt;
This &lt;b&gt;WhatsApp direct chat button&lt;/b&gt; usually used by users of blogs / websites who wish to make it easier for visitors to communicate via WhatsApp chat.&lt;br /&gt;
A variety of ways from them to put the.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7TZnaQDud299nBA6t6KpTPXYP-GsnZynx-gikNGCYdcekEfFtx9q-1z2cNxxQ0JeqYNy7dlm4D-E8PWcgA7OOvjIOnwTo2Ya0nPE5U4Jyd2D_wwNclCAEr9GgypY2eMhZWbQEcglNcUXg/s1600/Adobe_Post_20200304_0228260.2740085560777078.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;254&quot; data-original-width=&quot;720&quot; height=&quot;112&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7TZnaQDud299nBA6t6KpTPXYP-GsnZynx-gikNGCYdcekEfFtx9q-1z2cNxxQ0JeqYNy7dlm4D-E8PWcgA7OOvjIOnwTo2Ya0nPE5U4Jyd2D_wwNclCAEr9GgypY2eMhZWbQEcglNcUXg/s320/Adobe_Post_20200304_0228260.2740085560777078.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;whatsapp chat button&lt;/b&gt;, there are shaped buttons that are embedded after the articles they write and some placed at the bottom of the blog page with floating position.&lt;br /&gt;
if someone says by providing a direct &lt;b&gt;WhatsApp chat button&lt;/b&gt; on the blog page it will be quite useful. Because with this direct link or &lt;b&gt;whatsapp chat button&lt;/b&gt;, visitors to our blog will find it very easy to contact us via whatsapp.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;b&gt;Whatsapp Direct Chat button&lt;/b&gt; that will be used this time uses the svg icon with additional css to set the position of the whatsapp icon later.&lt;br /&gt;
&lt;b&gt;Whatsapp Direct Chat Button With this SVG icon&lt;/b&gt;, it can be applied on &lt;mark&gt;AMP&lt;/mark&gt; and &lt;mark&gt;Non AMP&lt;/mark&gt; blogs, and there are also two optional versions that you can choose according to your wishes.&lt;br /&gt;
For those of you who are interested in installing Whatsapp Direct Chat Button on Blog With this SVG on your blog page, please follow the short tutorial below:&lt;br /&gt;
&lt;h4&gt;
How to Install the Whatsapp Direct Chat Button on the Blog&lt;/h4&gt;
Login &lt;b&gt;Bogger&lt;/b&gt; - Click &lt;b&gt;Template&lt;/b&gt; - &lt;b&gt;Edit HTML&lt;/b&gt;&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;h4&gt;
Please choose the following WhatsApp chat button variations according to taste &lt;/h4&gt;
&lt;h4&gt;
1. Full CSS&lt;/h4&gt;
By using Full Css, the HTML code will be simpler because it does not use the HTML icon SVG&lt;br /&gt;
Save the following HTML code before the code &lt;kbd&gt;&lt;b&gt;&amp;lt;/body&amp;gt;&lt;/b&gt;&lt;/kbd&gt; selection&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;a class=&#39;fixed-whatsapp&#39; href=&#39;https://api.whatsapp.com/send?phone=&lt;mark&gt;628xxxxxxxxxx&lt;/mark&gt;&#39; rel=&#39;nofollow noopener&#39; target=&#39;_blank&#39; title=&#39;Whatsapp&#39; /&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Replace this &lt;code&gt;628xxxxxxxxxx&lt;/code&gt; with your whatsapp number.&lt;br /&gt;
Then add the following CSS before &lt;kbd&gt;&lt;b&gt;&amp;lt;/style&amp;gt;&lt;/b&gt;&lt;/kbd&gt; selection.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;.fixed-whatsapp {

&amp;nbsp; position: fixed;

&amp;nbsp; bottom: 20px;

&amp;nbsp; right: 20px;

&amp;nbsp; width: 50px;

&amp;nbsp; height: 50px;

&amp;nbsp; z-index: 9999;

}

Then add this css on your &lt;kbd&gt;&lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt;&lt;/kbd&gt;



.fixed-whatsapp:before {

&amp;nbsp; content: &quot;&quot;;

&amp;nbsp; background-repeat: no-repeat;

&amp;nbsp; background-size: 34px 34px;

&amp;nbsp; background-position: center center;

&amp;nbsp; width: 50px;

&amp;nbsp; height: 50px;

&amp;nbsp; background-image: url(&quot;data:image/svg+xml;charset=utf8,%3csvg viewBox=&#39;0 0 24 24&#39; width=&#39;32&#39; height=&#39;32&#39; xmlns=&#39;http://www.w3.org/2000/svg&#39; xmlns:xlink=&#39;http://www.w3.org/1999/xlink&#39;%3e%3cg%3e%3cpath style=&#39;fill:%23ffffff&#39; d=&#39;M16.75,13.96C17,14.09 17.16,14.16 17.21,14.26C17.27,14.37 17.25,14.87 17,15.44C16.8,16 15.76,16.54 15.3,16.56C14.84,16.58 14.83,16.92 12.34,15.83C9.85,14.74 8.35,12.08 8.23,11.91C8.11,11.74 7.27,10.53 7.31,9.3C7.36,8.08 8,7.5 8.26,7.26C8.5,7 8.77,6.97 8.94,7H9.41C9.56,7 9.77,6.94 9.96,7.45L10.65,9.32C10.71,9.45 10.75,9.6 10.66,9.76L10.39,10.17L10,10.59C9.88,10.71 9.74,10.84 9.88,11.09C10,11.35 10.5,12.18 11.2,12.87C12.11,13.75 12.91,14.04 13.15,14.17C13.39,14.31 13.54,14.29 13.69,14.13L14.5,13.19C14.69,12.94 14.85,13 15.08,13.08L16.75,13.96M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C10.03,22 8.2,21.43 6.65,20.45L2,22L3.55,17.35C2.57,15.8 2,13.97 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,13.72 4.54,15.31 5.46,16.61L4.5,19.5L7.39,18.54C8.69,19.46 10.28,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z&#39;%3e%3c/path%3e%3c/g%3e%3c/svg%3e&quot;);

&amp;nbsp; background-color: #00C853;

&amp;nbsp; position: absolute;

&amp;nbsp; top: 0;

&amp;nbsp; left: 0;

&amp;nbsp; border-radius: 100%;

&amp;nbsp; box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);

}&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;h4&gt;
2. Icons with HTML&lt;/h4&gt;
By only using HTML, the CSS size is smaller.&lt;br /&gt;
Save the following HTML code above the code &lt;kbd&gt;&lt;b&gt;&amp;lt;/body&amp;gt;&lt;/b&gt;&lt;/kbd&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;
&amp;lt;a class=&#39;fixed-whatsapp&#39; href=&#39;https://api.whatsapp.com/send?phone=&lt;mark&gt;628xxxxxxxxxx&lt;/mark&gt;&#39; rel=&#39;nofollow noopener&#39; target=&#39;_blank&#39; title=&#39;Whatsapp&#39;&amp;gt;

&amp;lt;svg viewBox=&#39;0 0 24 24&#39; width=&#39;34&#39; height=&#39;34&#39;&amp;gt;

&amp;lt;path fill=&#39;#ffffff&#39; d=&#39;M16.75,13.96C17,14.09 17.16,14.16 17.21,14.26C17.27,14.37 17.25,14.87 17,15.44C16.8,16 15.76,16.54 15.3,16.56C14.84,16.58 14.83,16.92 12.34,15.83C9.85,14.74 8.35,12.08 8.23,11.91C8.11,11.74 7.27,10.53 7.31,9.3C7.36,8.08 8,7.5 8.26,7.26C8.5,7 8.77,6.97 8.94,7H9.41C9.56,7 9.77,6.94 9.96,7.45L10.65,9.32C10.71,9.45 10.75,9.6 10.66,9.76L10.39,10.17L10,10.59C9.88,10.71 9.74,10.84 9.88,11.09C10,11.35 10.5,12.18 11.2,12.87C12.11,13.75 12.91,14.04 13.15,14.17C13.39,14.31 13.54,14.29 13.69,14.13L14.5,13.19C14.69,12.94 14.85,13 15.08,13.08L16.75,13.96M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C10.03,22 8.2,21.43 6.65,20.45L2,22L3.55,17.35C2.57,15.8 2,13.97 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,13.72 4.54,15.31 5.46,16.61L4.5,19.5L7.39,18.54C8.69,19.46 10.28,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z&#39;/&amp;gt;

&amp;lt;/svg&amp;gt;

&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Replace this number &lt;code&gt;628xxxxxxxxxx&lt;/code&gt; with your phone number&lt;br /&gt;
Then add this is CSS On your &lt;kbd&gt;&lt;b&gt;&amp;lt;/style&amp;gt;&lt;/b&gt;&lt;/kbd&gt; selection on your template&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;
.fixed-whatsapp {

&amp;nbsp; position: fixed;

&amp;nbsp; bottom: 20px;

&amp;nbsp; right: 20px;

&amp;nbsp; width: 50px;

&amp;nbsp; height: 50px;

&amp;nbsp; line-height: 50px;

&amp;nbsp; z-index: 9999;

&amp;nbsp; text-align: center;

}



.fixed-whatsapp:before {

&amp;nbsp; content: &quot;&quot;;

&amp;nbsp; width: 50px;

&amp;nbsp; height: 50px;

&amp;nbsp; background-color: #00C853;

&amp;nbsp; position: absolute;

&amp;nbsp; border-radius: 100%;

&amp;nbsp; box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);

&amp;nbsp; z-index: 1;

&amp;nbsp; top: 0;

&amp;nbsp; left: 0;

}



.fixed-whatsapp svg {

&amp;nbsp; vertical-align: middle;

&amp;nbsp; z-index: 2;

&amp;nbsp; position: relative;

}&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;
If you want to add a message or words on it, please add the following CSS:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;
.fixed-whatsapp:after {

&amp;nbsp; content: &quot;&lt;mark&gt;Hai...Sob, chat mimin di sini yah!&lt;/mark&gt;&quot;;

&amp;nbsp; width: 100px;

&amp;nbsp; padding: 5px 10px;

&amp;nbsp; position: absolute;

&amp;nbsp; bottom: 100%;

&amp;nbsp; margin-bottom: 10px;

&amp;nbsp; right: -150px;

&amp;nbsp; text-align: right;

&amp;nbsp; color: #555;

&amp;nbsp; border: 1px solid #dedede;

&amp;nbsp; background: rgba(255,255,255,.5);

&amp;nbsp; border-radius: 4px;

&amp;nbsp; opacity: 0;

&amp;nbsp; transition:all .4s ease-in-out;

&amp;nbsp; font-size: 90%;

&amp;nbsp; line-height: 1.1;

}



.fixed-whatsapp:hover:after {

&amp;nbsp; opacity: 1;

&amp;nbsp; right: 0;

}&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;
Marked please adjust the words you want to display. Please try the demo and hover the icon.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;demo&quot; href=&quot;https://jsfiddle.net/kompiajaib/L45jn6a9&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;DEMO&lt;/a&gt;&lt;/div&gt;
&lt;u&gt;&lt;i&gt;If there is anything you want to ask about this post, please leave a comment on the comment section.&lt;/i&gt;&lt;/u&gt;&lt;br /&gt;
Thus the article about &lt;b&gt;how to make Whatsapp Direct Chat Button on Blog with SVG&lt;/b&gt;, hopefully Use.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/3726918082776305580'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/3726918082776305580'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/03/how-to-make-whatsapp-direct-chat-button.html' title='How to Make Whatsapp Direct Chat Button on Blog with Html And CSS'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3Dz1-kk6tPtoa7RWjq6Enuthgj00TP0WO3uHBVzElecYQr0_yPU922sxLudouiGeM41NgqLwliZGnEOPtdaH-VUSkqx0y3zvlgQ7XENy9SPengqfhYJyPpmstxFLP7n-lIji8jtRmVbIe/s72-c/WhatsApp_Button_20200304_0224210.40042794663361403.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-7228897745647800767</id><published>2020-03-02T19:14:00.000+06:00</published><updated>2020-03-04T12:23:57.808+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Template"/><title type='text'>In SEO Pro Responsive Blogger Template Free</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvdSEKHeY1h1A-ZwmmjSBL6Fm5-Gy5RYxvSl7cyg6TIuWZlj6_6W6b3vymwp4rNlCPdo0p2l4x8JQAeGO5K6dHAK9hLHI4TwOoyWpNFeIua0bLMU3du4-ywXqYLdjm-JJQJqKSfpK90wjR/s1600/In+SEO+Pro+Responsive+Blogger+Template.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;738&quot; data-original-width=&quot;1167&quot; height=&quot;202&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvdSEKHeY1h1A-ZwmmjSBL6Fm5-Gy5RYxvSl7cyg6TIuWZlj6_6W6b3vymwp4rNlCPdo0p2l4x8JQAeGO5K6dHAK9hLHI4TwOoyWpNFeIua0bLMU3du4-ywXqYLdjm-JJQJqKSfpK90wjR/s320/In+SEO+Pro+Responsive+Blogger+Template.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
In SEO Pro Responsive Blogger Template&lt;/h2&gt;
&lt;/div&gt;
Responsive templates are important for a blog to serve visitors who open your blogs from mobile devices, such as smartphones and tablets, so that the blog can adjust to the width of the device automatically, so visitors have no difficulty when reading the contents of your blog.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
For you buddy bloggers who use the blogger platform like you, here I will share the template that I made in June this year, the template&lt;br /&gt;
&lt;b&gt;&lt;u&gt;IN SEO Pro&lt;/u&gt;&lt;/b&gt; which is Very SEO friendly and responsive design that you can use on your blog without any problem.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
&lt;b&gt;Please see features, demos, and download links for the Origin SEO Responsive Blogger Template below.&lt;/b&gt;&lt;/h4&gt;
&lt;br /&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;text-align: left;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt; &lt;th&gt;Features&lt;/th&gt;             &lt;th&gt;Availability&lt;/th&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Responsive&lt;/td&gt;             &lt;td&gt;True &lt;a href=&quot;http://www.responsinator.com/?url=https%3A%2F%2Finseosafelink.blogspot.com%2F&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Cek&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Mobile Friendly&lt;/td&gt;             &lt;td&gt;True &lt;a href=&quot;https://search.google.com/test/mobile-friendly?id=P6KMtma3CAky_66cmWW1hQ&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Cek&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Google PageSpeed Insights&lt;/td&gt;             &lt;td&gt;True &lt;a href=&quot;https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Finseosafelink.blogspot.com%2F&amp;amp;tab=mobile&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Cek&lt;/a&gt;&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Google Testing Tools Validator&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;SEO Friendly&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;1 Column&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;2 Style&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Crypto JS Script&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Random Generate Link&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;tr&gt; &lt;td&gt;Well Documentation&lt;/td&gt;             &lt;td&gt;True&lt;/td&gt;         &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;demo&quot; href=&quot;https://safesm.blogspot.com/2020/03/in-seo-blogger-template-documentation.html#?o=c75e1038b12e937b6eb0ec72e991a922fd5cd777b6293fddbfaca471bee88006148299dde029f428&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;DEMO&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;download&quot; href=&quot;https://safesm.blogspot.com/2020/03/in-seo-blogger-template-documentation.html#?o=6e0fc0788cd8100b9e192cd72d7f7958d1252e4c9540fa6825a849d48ec9d0890529773b39493b63&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;DOWNLOAD&lt;/a&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;fluid&quot; data-ad-layout=&quot;in-article&quot; data-ad-slot=&quot;8763286306&quot; style=&quot;display: block; text-align: center;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
Read &lt;b&gt;In SEO Blogger Template Documentation &lt;/b&gt;Click on the link blew.. And that&#39;s it.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/7228897745647800767'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/7228897745647800767'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/03/in-seo-pro-responsive-blogger-template.html' title='In SEO Pro Responsive Blogger Template Free'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvdSEKHeY1h1A-ZwmmjSBL6Fm5-Gy5RYxvSl7cyg6TIuWZlj6_6W6b3vymwp4rNlCPdo0p2l4x8JQAeGO5K6dHAK9hLHI4TwOoyWpNFeIua0bLMU3du4-ywXqYLdjm-JJQJqKSfpK90wjR/s72-c/In+SEO+Pro+Responsive+Blogger+Template.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-3245196762618134441</id><published>2020-02-24T13:40:00.000+06:00</published><updated>2020-02-24T13:40:06.180+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="JavaScript"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Design"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><category scheme="http://www.blogger.com/atom/ns#" term="Widget"/><title type='text'>Create Sticky Floating Ads with jQuery | How to Install Sticky Ad Below Blog</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;712&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUebvYFrTzRwAEzcNfKXV4XQGGKv1ohskgSYxwFFET_772Uu1WQ-GsFPJUtiWPKVXxkvA2Vh5xuX5uLZjKfNzDJJ2TBc-6xRHDm2ZuEgenWCjuSeqKANx6YAYkmIJbf2DNl65Qi84zhYhQ/s320/20200224_1301020.10631777954719479.png&quot; width=&quot;320&quot; /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;How to Install Sticky Ad Below Blog&lt;/b&gt; this is indeed very suitable for blog that want to add more ads slots than before. How Install Sticky Ad under the blog? we often find on popular sites or sites that provide advertising space, what else if not to look for profits from the results of blogging.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-slot=&quot;3573856618&quot; style=&quot;display: inline-block; height: 90px; width: 728px;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

What needs to be considered when having Sticky Ads on your site is that it would be better if you add a close button on the Sticky Ads content so that visitors can choose to close ads that they think are less desirable.&lt;br /&gt;
&lt;br /&gt;
Alright, so from here cssmoz will give tips &lt;b&gt;How To Install Sticky Ad Below Blog&lt;/b&gt; as follows.&lt;br /&gt;
&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-slot=&quot;3573856618&quot; style=&quot;display: inline-block; height: 90px; width: 728px;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;h4&gt;
How To Install Sticky Ads banner Below Blog&lt;/h4&gt;
&lt;br /&gt;
Open the page&lt;b&gt;Blogger&lt;/b&gt; &amp;gt; Click on menu&lt;b&gt;Layout&lt;/b&gt; &amp;gt; Add a new widget and add the code below in the widget.&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;style type=&#39;text/css&#39;&amp;gt;
.stickywrap{width:100%;margin:auto;text-align:center;float:none;overflow:hidden;display:scroll;position:fixed;bottom:0;z-index:9999}
.stickyzone{text-align:center;display:block;max-width:970px;height:auto;overflow:hidden;margin:auto}
.stickyzone img{max-width:100%;height:auto;vertical-align:middle}
.stickyclose{cursor:pointer;text-align:center}
&amp;lt;/style&amp;gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
$(document).ready(function({$(&amp;amp;#39;img#closed&amp;amp;#39;).click(function(){$(&amp;amp;#39;#bl_banner&amp;amp;#39;).hide(90);});});
&amp;lt;/script&amp;gt;
&amp;lt;div id=&#39;stickyb&#39; class=&#39;stickywrap&#39;&amp;gt;
&amp;lt;div&amp;gt;&amp;lt;a id=&#39;close-stickyb&#39; onclick=&#39;document.getElementById(&amp;amp;apos;stickyb&amp;amp;apos;).style.display = &amp;amp;apos;none&amp;amp;apos;;&#39;&amp;gt;&amp;lt;img alt=&#39;close&#39; src=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVnD4mvgwcT1Ek5kR58VgjtcgRr8dEsDCFL56o1PAxl9WJwVsH1fVWceJQcQj1cH-LS5Y8ZSH_6R0yPgpCD2k60dbWB-ekJy8jFh-ABdIPuVAAFikI7YqBdf_TnetY3hMp4YZOqtwEpmaV/s1600/sevenclose.png&#39; title=&#39;&lt;mark&gt;Close this ad&lt;/mark&gt;&#39; class=&#39;stickyclose&#39;/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;div class=&#39;stickyzone&#39;&amp;gt;
&amp;lt;a href=&#39;&lt;mark&gt;#&lt;/mark&gt;&#39; title=&#39;&lt;mark&gt;Banner ad here&lt;/mark&gt;&#39;&amp;gt;&amp;lt;img alt=&#39;&lt;mark&gt;Banner ad here&lt;/mark&gt;&#39; src=&#39;&lt;mark&gt;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgySyKs-qUJ1g8t3l1CHp2-O6aLn1hyUqGRYLau5RH9U3QZ-UVpuSBElZ4kp_g6bOK_spUVqtGvAs9DbyZsYwB0bhReF6opYth3WU2_xxiXPMgyrivsf6YShsR-ZkiRyGVHfX2z3NAOAGf1/s1600/sevenn.png&lt;/mark&gt;&#39;/&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;blockquote&gt;
Edit the &lt;b&gt;highlighted&lt;/b&gt; sections and adjust them to your blog, make it works&lt;/blockquote&gt;
After that save the widget complete, and your banner ads ready.&lt;br /&gt;
&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-slot=&quot;3573856618&quot; style=&quot;display: inline-block; height: 90px; width: 728px;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
If you want to add the ad unit code from Google AdSense or other ad units, delete the section marked in the code below and replace it with your AdSense ads unit.&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;style type=&#39;text/css&#39;&amp;gt;
.stickywrap{width:100%;margin:auto;text-align:center;float:none;overflow:hidden;display:scroll;position:fixed;bottom:0;z-index:9999}
.stickyzone{text-align:center;display:block;max-width:970px;height:auto;overflow:hidden;margin:auto}
.stickyzone img{max-width:100%;height:auto;vertical-align:middle}
.stickyclose{cursor:pointer;text-align:center}
&amp;lt;/style&amp;gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
$(document).ready(function({$(&amp;amp;#39;img#closed&amp;amp;#39;).click(function(){$(&amp;amp;#39;#bl_banner&amp;amp;#39;).hide(90);});});
&amp;lt;/script&amp;gt;
&amp;lt;div id=&#39;stickyb&#39; class=&#39;stickywrap&#39;&amp;gt;
&amp;lt;div&amp;gt;&amp;lt;a id=&#39;close-stickyb&#39; onclick=&#39;document.getElementById(&amp;amp;apos;stickyb&amp;amp;apos;).style.display = &amp;amp;apos;none&amp;amp;apos;;&#39;&amp;gt;&amp;lt;img alt=&#39;close&#39; src=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVnD4mvgwcT1Ek5kR58VgjtcgRr8dEsDCFL56o1PAxl9WJwVsH1fVWceJQcQj1cH-LS5Y8ZSH_6R0yPgpCD2k60dbWB-ekJy8jFh-ABdIPuVAAFikI7YqBdf_TnetY3hMp4YZOqtwEpmaV/s1600/sevenclose.png&#39; title=&#39;Close this ad&#39; class=&#39;stickyclose&#39;/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;div class=&#39;stickyzone&#39;&amp;gt;
&lt;mark&gt;&amp;lt;a href=&#39;#&#39; title=&#39;Banner ad here&#39;&amp;gt;&amp;lt;img alt=&#39;Cssmzo&#39; src=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgySyKs-qUJ1g8t3l1CHp2-O6aLn1hyUqGRYLau5RH9U3QZ-UVpuSBElZ4kp_g6bOK_spUVqtGvAs9DbyZsYwB0bhReF6opYth3WU2_xxiXPMgyrivsf6YShsR-ZkiRyGVHfX2z3NAOAGf1/s1600/sevenn.png&#39;/&amp;gt;&amp;lt;/a&amp;gt;&lt;/mark&gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Click the button below to see the results&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo-button&quot; href=&quot;https://codepen.io/NaminaKiky/full/povZKaL&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Result&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
Okay, that&#39;s all of cssmoz for &lt;b&gt;Create Sticky Floating Ads with jQuery - Banner Scroll may be useful. Thank you for visit us.&lt;/b&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/3245196762618134441'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/3245196762618134441'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/02/create-sticky-floating-ads-with-jquery.html' title='Create Sticky Floating Ads with jQuery | How to Install Sticky Ad Below Blog'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUebvYFrTzRwAEzcNfKXV4XQGGKv1ohskgSYxwFFET_772Uu1WQ-GsFPJUtiWPKVXxkvA2Vh5xuX5uLZjKfNzDJJ2TBc-6xRHDm2ZuEgenWCjuSeqKANx6YAYkmIJbf2DNl65Qi84zhYhQ/s72-c/20200224_1301020.10631777954719479.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-8047942972782608619</id><published>2020-02-19T13:57:00.001+06:00</published><updated>2020-02-22T15:04:32.987+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips"/><category scheme="http://www.blogger.com/atom/ns#" term="Widget"/><title type='text'>How To Create Sitemap Page For Blogger | Sitemap Page For Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiubjdwkFPg6P2YL95h-55yec6D40ni_xKxZl2IZ5uCHsVLOBqXuI_mSHVKdiMjcPoWMBc9U6C9dFsZjA2umXI8MhnOX0k5ieQnqUSef9OcyU6FnvBwE0tuHBwVNk7rbnc9W1ssWAmCKSx-/s1600/Blogger_Sitemap_Page_20200219_1319560.7177310235108483.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;712&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiubjdwkFPg6P2YL95h-55yec6D40ni_xKxZl2IZ5uCHsVLOBqXuI_mSHVKdiMjcPoWMBc9U6C9dFsZjA2umXI8MhnOX0k5ieQnqUSef9OcyU6FnvBwE0tuHBwVNk7rbnc9W1ssWAmCKSx-/s320/Blogger_Sitemap_Page_20200219_1319560.7177310235108483.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
How to make a sitemap page for your blogger? Blogger sitemap widget&lt;/h2&gt;
&lt;div&gt;
A sitemap page very important for your blog, Specially in google blogger. In this tutorial i help you to learn about blogger sitemap page. And &lt;b&gt;&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-create-sitemap-page-for-blogger.html&quot; target=&quot;_blank&quot;&gt;how to create a beautiful sitemap widget/page for your blogget website.&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;i&gt;And a very important thing, &lt;/i&gt;&lt;b&gt;without a sitemap, About, contact, Policy Privacy, Disclaimer Page Google will not approved adsense for your blog OR website.&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
I have written some articles about this in a previous post. Click on these links if you need to.&lt;br /&gt;
Also read&amp;nbsp;&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-add-responsive-breaking-news.html&quot; target=&quot;_blank&quot;&gt;How to add a breaking news plugin in blogger&lt;/a&gt;.&lt;br /&gt;
Let&#39;s not start talking anymore. Let&#39;s get started tutorial, &lt;b&gt;&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-create-sitemap-page-for-blogger.html&quot; target=&quot;_blank&quot;&gt;how to make a sitemap for blogger/Blogspot.&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;1. First open your blogger dashboard&lt;/b&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWQyhcCYBwRnt1cfEXN4UW9RjY8k2sh673GtgfIrc6vTmMVggG6ZlKowSLAKIEr8la4XOUDyJiWx5DCpXbfJbTx621YKJ_J8PSmHsNTlbf11a27QUW7f6OZ0YjwUuDbHbUek1VjyB7FeG-/s1600/IMG_20200219_130404.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;138&quot; data-original-width=&quot;720&quot; height=&quot;61&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWQyhcCYBwRnt1cfEXN4UW9RjY8k2sh673GtgfIrc6vTmMVggG6ZlKowSLAKIEr8la4XOUDyJiWx5DCpXbfJbTx621YKJ_J8PSmHsNTlbf11a27QUW7f6OZ0YjwUuDbHbUek1VjyB7FeG-/s320/IMG_20200219_130404.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Then click on pages tab, And create a &lt;b&gt;new page.&lt;/b&gt;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
2.Create a new page&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVZqgDyGtcvnQ_AL-OOzqBJAjuhT32xuRva8UBPm1h9BoKrG98b5iheAWipTfrcWTcOojAk3lPpjjZOfoKYxZAphFtute6qTFq3WxZvsS2K_tKg5fvc9lUmPUi3P5Z6a26otvPxfomq1Ne/s1600/IMG_20200219_130506.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;144&quot; data-original-width=&quot;720&quot; height=&quot;64&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVZqgDyGtcvnQ_AL-OOzqBJAjuhT32xuRva8UBPm1h9BoKrG98b5iheAWipTfrcWTcOojAk3lPpjjZOfoKYxZAphFtute6qTFq3WxZvsS2K_tKg5fvc9lUmPUi3P5Z6a26otvPxfomq1Ne/s320/IMG_20200219_130506.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
Make it html page, &lt;b&gt;Click on html tab. &lt;/b&gt;And write your page Title.&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
3. Make reader comments turn off&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNVJoNYAye363YObPEqmXSg6EbrQdvXGdMFItN41r2Wl8dLYraElTUJ_0t58fUech9IUDMEYbK32tOOSKDBQEqetd54qWhtL4pC1_xuk5Vx9HW29bEjqqJtgBTosWalona4Fsko0skq8zp/s1600/IMG_20200219_130807.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;519&quot; data-original-width=&quot;675&quot; height=&quot;246&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNVJoNYAye363YObPEqmXSg6EbrQdvXGdMFItN41r2Wl8dLYraElTUJ_0t58fUech9IUDMEYbK32tOOSKDBQEqetd54qWhtL4pC1_xuk5Vx9HW29bEjqqJtgBTosWalona4Fsko0skq8zp/s320/IMG_20200219_130807.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
Click on the setting icon, and make reader comment &lt;b&gt;Don&#39;t allow &lt;/b&gt;And Click on &lt;b&gt;Done &lt;/b&gt;and your page is ready for create a sitemap page.&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
4. Then add main code&lt;/h3&gt;
&lt;div&gt;
Add this following code script on your page, &lt;u&gt;Copy&amp;nbsp;&lt;/u&gt;&amp;nbsp;this following code from here.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;script async src=&quot;https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;!-- cssmoz_main_Blog1_728x90_as --&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:inline-block;width:728px;height:90px&quot;
     data-ad-client=&quot;ca-pub-5102551212471159&quot;
     data-ad-slot=&quot;3573856618&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;/div&gt;
Add the code below in a static blog post and change the blog address &lt;span class=&quot;mark-red&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;https://cssmoz.blogspot.com&lt;/span&gt;&lt;/b&gt;/&lt;/span&gt; with your blog address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;div class=&quot;tabbed-toc&quot; id=&quot;tabbed-toc&quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;script&amp;gt;
var tabbedTOC={blogUrl:&quot;https://cssmoz.blogspot.com/&quot;,containerId:&quot;tabbed-toc&quot;,activeTab:1,showDates:!0,showSummaries:!1,numChars:200,showThumbnails:!0,thumbSize:60,noThumb:&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAA3NCSVQICAjb4U/gAAAADElEQVQImWOor68HAAL+AX7vOF2TAAAAAElFTkSuQmCC&quot;,monthNames:[&quot;Januari&quot;,&quot;Februari&quot;,&quot;Maret&quot;,&quot;April&quot;,&quot;Mei&quot;,&quot;Juni&quot;,&quot;Juli&quot;,&quot;Agustus&quot;,&quot;September&quot;,&quot;Oktober&quot;,&quot;November&quot;,&quot;Desember&quot;],newTabLink:!0,maxResults:99999,preload:0,sortAlphabetically:!0,showNew:7,newText:&#39; &amp;amp;ndash; &amp;lt;em style=&quot;color:red;&quot;&amp;gt;New&amp;lt;/em&amp;gt;&#39;};
&amp;lt;/script&amp;gt;
&amp;lt;script src=&quot;https://cdn.jsdelivr.net/gh/Indzign/InSEO@master/daftarisikeren.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;style scoped=&quot;&quot; type=&quot;text/css&quot;&amp;gt;
.tabbed-toc{margin:0 auto;position:relative;background:linear-gradient(-45deg,#EE7752,#E73C7E,#23A6D5,#23D5AB);background-size:400% 400%;animation:Gradient 15s ease infinite}
.tabbed-toc .loading{display:block;padding:2px 12px;color:#fff}
.tabbed-toc ul,.tabbed-toc ol,.tabbed-toc li{margin:0;padding:0;list-style:none}
.tabbed-toc .toc-tabs{width:20%;float:left}
.tabbed-toc .toc-tabs li a{display:block;overflow:hidden;color:#fff;text-decoration:none;padding:12px;font-size:13px;transition:all .3s}
.tabbed-toc .toc-tabs li a:hover{background-color:rgba(0,0,0,0.05)}
.tabbed-toc .toc-tabs li a.active-tab{background:rgba(0,0,0,0.05);position:relative;z-index:5;margin:0 -1px 0 0}
.tabbed-toc .toc-content,.tabbed-toc .toc-line{width:80%;float:right;background-color:#fff;box-sizing:border-box}
.tabbed-toc .toc-line{float:none;display:block;position:absolute;top:0;right:0;bottom:0}
.tabbed-toc .panel{position:relative;z-index:5}
.tabbed-toc .panel li a{color:#1277cb;display:block;position:relative;font-weight:500;font-size:14px;padding:6px 12px;overflow:hidden}
.tabbed-toc .panel li time{display:block;font-weight:normal;font-size:11px;color:#666;float:right}
.tabbed-toc .panel li .summary{display:block;padding:10px 12px 10px;font-size:13px}
.tabbed-toc .panel li .summary img.thumbnail{float:left;display:block;margin:5px 8px 0 0;width:72px;height:72px;background-color:#fafafa}
.tabbed-toc .panel li{background-color:#f9f9f9;margin:0}
.tabbed-toc .panel li:nth-child(even){background-color:#fff}
.tabbed-toc .panel li a:hover,.tabbed-toc .panel li a:focus,.tabbed-toc .panel li.bold a{background-color:rgba(0,0,0,0.03);outline:none}
.tabbed-toc .panel li a em{background:#f39c12;color:#fff!important;font-style:initial;font-size:11px;margin:0 0 0 5px;padding:2px 10px;border-radius:22px}
.tabbed-toc .panel li:before{display:none}
@-webkit-keyframes Gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@-moz-keyframes Gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes Gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@media (max-width:768px){.tabbed-toc .toc-tabs,.tabbed-toc .toc-content{overflow:hidden;width:auto;float:none;display:block}.tabbed-toc .toc-tabs li{display:inline;float:left}.tabbed-toc .toc-tabs li a.active-tab{background-color:rgba(64,64,64,0.1)}.tabbed-toc .toc-content{border:none}.tabbed-toc .toc-line,.tabbed-toc .panel li time{display:none}}
&amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
And &lt;b&gt;Done! &lt;/b&gt;Now Click on &lt;b&gt;Publish.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;If any problem creating your sitemap, &lt;/b&gt;please comment on the comment section. And That&#39;s all about &lt;b&gt;&lt;i&gt;&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-create-sitemap-page-for-blogger.html&quot; target=&quot;_blank&quot;&gt;How to make a sitemap page for blogger.&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/8047942972782608619'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/8047942972782608619'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/02/how-to-create-sitemap-page-for-blogger.html' title='How To Create Sitemap Page For Blogger | Sitemap Page For Blogger'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiubjdwkFPg6P2YL95h-55yec6D40ni_xKxZl2IZ5uCHsVLOBqXuI_mSHVKdiMjcPoWMBc9U6C9dFsZjA2umXI8MhnOX0k5ieQnqUSef9OcyU6FnvBwE0tuHBwVNk7rbnc9W1ssWAmCKSx-/s72-c/Blogger_Sitemap_Page_20200219_1319560.7177310235108483.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-4778063288175825924</id><published>2020-02-18T13:33:00.002+06:00</published><updated>2020-02-22T15:06:49.207+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips"/><title type='text'>How to add facebook comment plugin to blogger | How to Post Responsive Facebook Comments on Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikZ9KMFnDY4SHkcHF-2Zo86ssYpT32OIPEjKUeItjcV0molEZDf3zrs2gWszTy5Ch8acPMnia3Vin4XJ-PtCTb7nqVXr3iVmsvlszlO9thq2heQCvTNtK9IB2eh_0pDMZn4dsmvp6IZMoI/s1600/Facebook_Comment_Plugun_20200218_1317220.4422930972019429.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;712&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikZ9KMFnDY4SHkcHF-2Zo86ssYpT32OIPEjKUeItjcV0molEZDf3zrs2gWszTy5Ch8acPMnia3Vin4XJ-PtCTb7nqVXr3iVmsvlszlO9thq2heQCvTNtK9IB2eh_0pDMZn4dsmvp6IZMoI/s320/Facebook_Comment_Plugun_20200218_1317220.4422930972019429.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-add-facebook-comment-plugin-to.html&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;How to add facebook comment plugin to blogger&lt;/b&gt; &lt;/a&gt;| How to Post Responsive Facebook Comments on Blogger&lt;br /&gt;
&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:inline-block;width:728px;height:90px&quot;
     data-ad-client=&quot;ca-pub-5102551212471159&quot;
     data-ad-slot=&quot;3573856618&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
Still discussing comments, today&#39;s second tutorial cssmoz will share the way to post responsive Facebook comments on blogs. the advantages of posting Facebook comments on this blogger allow visitors to comment directly on articles that he read by employing a Facebook account.&lt;br /&gt;
&lt;br /&gt;
Here is a one of the best way how to add &lt;b&gt;&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-add-facebook-comment-plugin-to.html&quot; target=&quot;_blank&quot;&gt;Facebook Comment Plugin in Blogger&lt;/a&gt; &lt;/b&gt;Please Follow thous steps for add &lt;b&gt;Facebook comment &lt;/b&gt;On your blog OR Website.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
For people who want to undertake it, please follow the steps below&lt;/blockquote&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
How to Post Responsive Facebook Comments on Blogger&lt;/h2&gt;
&lt;/div&gt;
Add the facebook meta tag below in the template just below &lt;kbd&gt;&amp;lt;head&amp;gt;&lt;/kbd&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:inline-block;width:728px;height:90px&quot;
     data-ad-client=&quot;ca-pub-5102551212471159&quot;
     data-ad-slot=&quot;3573856618&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;meta content=&#39;ID Facebook admin&#39; property=&#39;fb:admins&#39;/&amp;gt;
&amp;lt;meta content=&#39;ID App Facebook&#39; property=&#39;fb:app_id&#39;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;Note&lt;/b&gt;: &lt;i&gt;If you have already implemented the steps above, please skip to the next step&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;2. Add the code below before &lt;kbd&gt;&amp;lt;/head&amp;gt;&lt;/kbd&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;pre data-codetype=&quot;JQueryku&quot; title=&quot;jQuery&quot;&gt;&lt;code class=&quot;language-javascript&quot;&gt;&amp;lt;script&amp;gt;(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 = &amp;amp;quot;//connect.facebook.net/en_US/sdk.js#xfbml=1&amp;amp;amp;version=v2.9&amp;amp;amp;appId=443344326514646&amp;amp;quot;;
               fjs.parentNode.insertBefore(js, fjs);
               }(document, &amp;amp;#39;script&amp;amp;#39;, &amp;amp;#39;facebook-jssdk&amp;amp;#39;));
            &amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;3. Next add the code below right below the code&lt;kbd&gt;&amp;lt;data:post.body/&amp;gt;&lt;/kbd&gt; on the post page On Your template&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;
&amp;lt;div id=&#39;fb-root&#39;/&amp;gt;
&amp;lt;script src=&#39;http://connect.facebook.net/en_US/all.js#xfbml=1&#39;/&amp;gt;
&amp;lt;div id=&#39;container-commentfb&#39; style=&#39;width: 100%;&#39;&amp;gt;&amp;lt;fb:comments expr:href=&#39;data:post.url&#39; num_posts=&#39;10&#39; width=&#39;650&#39;/&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/b:if&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;color: #ff004f;&quot;&gt;4. Save the template.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
To display the Facebook comment count on the index and post pages, please add the code below to the post meta markup or post info according to the template used:&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;a expr:href=&#39;data:post.url + &amp;amp;quot;#fb-comment&amp;amp;quot;&#39;&amp;gt;&amp;lt;span class=&quot;fb-comments-count&quot; expr:data-href=&#39;data:post.url&#39;&amp;gt;&amp;lt;/span&amp;gt; facebook comments&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Thus the tutorial about &lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-add-facebook-comment-plugin-to.html&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;How to Post Responsive Facebook Comments on Blogger &lt;/b&gt;&lt;/a&gt;may be useful.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/4778063288175825924'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/4778063288175825924'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/02/how-to-add-facebook-comment-plugin-to.html' title='How to add facebook comment plugin to blogger | How to Post Responsive Facebook Comments on Blogger'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikZ9KMFnDY4SHkcHF-2Zo86ssYpT32OIPEjKUeItjcV0molEZDf3zrs2gWszTy5Ch8acPMnia3Vin4XJ-PtCTb7nqVXr3iVmsvlszlO9thq2heQCvTNtK9IB2eh_0pDMZn4dsmvp6IZMoI/s72-c/Facebook_Comment_Plugun_20200218_1317220.4422930972019429.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-5179243489609245751</id><published>2020-02-17T22:22:00.002+06:00</published><updated>2020-02-22T15:10:02.180+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips"/><title type='text'>How to Add Responsive Breaking News Gadget In Blogger | Breaking news widget for blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-add-responsive-breaking-news.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;712&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEX5CQiO489K-TmNYqK14TzUMSl1P1rNGSe4snlOejjScxOoO016ra_SWwDInSPnjv3LrWKke9-9biHdibHPhXm_njAOQH8zD3KHqfn9m0GhL_Li5v_tHCw3LNgcl4X4uZeCiDUKGdJdj5/s320/Adobe_Post_20200217_1258110.6714162898138605.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;How to Add Responsive Breaking News Gadget In Blogger Template 2020&lt;/b&gt;, In breaking news widget you can display latest/recent posts updates of your blogger website or blog.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
By the adding &lt;b&gt;&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-add-responsive-breaking-news.html&quot; target=&quot;_blank&quot;&gt;Breaking news plugin&lt;/a&gt;&lt;/b&gt; in your blog, your visitors can be increase, and it help you to show recent post updates of your blog and websites. Today i well share a tips &lt;b&gt;&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-add-responsive-breaking-news.html&quot; target=&quot;_blank&quot;&gt;How to add Responsive Breaking News Plugin In Blogger&lt;/a&gt;&lt;/b&gt;, so let&#39;s get started.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:inline-block;width:728px;height:90px&quot;
     data-ad-client=&quot;ca-pub-5102551212471159&quot;
     data-ad-slot=&quot;3573856618&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;br /&gt;&lt;/div&gt;
Frist you need to add following the &lt;b&gt;Javascript&lt;/b&gt; in your blogger template &lt;kbd&gt;&amp;lt;/body&amp;gt;&lt;/kbd&gt; selection, &lt;kbd&gt;Edit&lt;/kbd&gt; your blogger template, &lt;b&gt;First open your blogger dashboard &lt;/b&gt; Click on &lt;kbd&gt;Theme&lt;/kbd&gt; &lt;kbd&gt;Edit&lt;/kbd&gt; your template.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:inline-block;width:728px;height:90px&quot;
     data-ad-client=&quot;ca-pub-5102551212471159&quot;
     data-ad-slot=&quot;3573856618&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;pre&gt;&lt;code&gt;$(document).ready(function(){var e=&quot;https://cssmoz.blogspot.com&quot;,t=20;$.ajax({url:&quot;&quot;+e+&quot;/feeds/posts/default?alt=json-in-script&amp;amp;max-results=&quot;+t,type:&quot;get&quot;,dataType:&quot;jsonp&quot;,success:function(e){function t(){$(&quot;#breaking-bsd-news li:first&quot;).slideUp(function(){$(this).appendTo($(&quot;#breaking-bsd-news ul&quot;)).slideDown()})}var n,r,s=&quot;&quot;,a=e.feed.entry;if(void 0!==a){s=&quot;&amp;lt;ul&amp;gt;&quot;;for(var l=0;l&amp;lt;a.length;l++){for(var o=0;o&amp;lt;a[l].link.length;o++)if(&quot;alternate&quot;==a[l].link[o].rel){n=a[l].link[o].href;break}r=a[l].title.$t,s+=&#39;&amp;lt;li&amp;gt;&amp;lt;a href=&quot;&#39;+n+&#39;&quot; target=&quot;_blank&quot;&amp;gt;&#39;+r+&quot;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&quot;}s+=&quot;&amp;lt;/ul&amp;gt;&quot;,$(&quot;#breaking-bsd-news&quot;).html(s),setInterval(function(){t()},5e3)}else $(&quot;#breaking-bsd-news&quot;).html(&quot;&amp;lt;span&amp;gt;No result!&amp;lt;/span&amp;gt;&quot;)},error:function(){$(&quot;#breaking-bsd-news&quot;).html(&quot;&amp;lt;strong&amp;gt;Error Loading Feed!&amp;lt;/strong&amp;gt;&quot;)}})});&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;
Then add this CSS &lt;/h3&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:inline-block;width:728px;height:90px&quot;
     data-ad-client=&quot;ca-pub-5102551212471159&quot;
     data-ad-slot=&quot;3573856618&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
Then add this following CSS on your blogger template &lt;kbd&gt;&amp;lt;/head&amp;gt;&lt;/kbd&gt; selection. If you want to change the colour, you can add your own colors to CSS.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;/* Breaking News Widget By https://cssmoz.blogspot.com */
#bd-breakingnews {margin:15px 0 0 0;margin-right:15px;height:42px;line-height:29px;overflow:hidden;background:#fff;border:1px solid #8ED557;}
#bd-breakingnews .head-breaking {position:absolute;background:none repeat scroll 0 0 #8ED557;color:#fff;display:block;float:left;font-family:inherit;font-size:16px;font-weight:400;text-transform:uppercase;padding:6.5px 22px;}
#breaking-bsd-news li a {font-family:inherit;font-weight:400;color:#666;margin-top:10px;transition:all 0.5s ease-in-out;}
#breaking-bsd-news li a:hover {color:#63953D;}
#breaking-bsd-news {float:left;margin-left:75px;margin-top:6px;}
#breaking-bsd-news ul,#breaking-bsd-news li{list-style:none;margin:0;padding:0}

@media only screen and (max-width:640px){
#bd-breakingnews {margin:20px 0 0 0;margin-right:0;}
#bd-breakingnews .head-breaking {padding:6.5px 14px;}
  #breaking-bsd-news {margin-left:50px;}}&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;
Add html code&lt;/h3&gt;
Add this following html content on your blogger template, where you want to show &lt;b&gt;breaking news plugin&lt;/b&gt; on your blog. add this html on &lt;kbd&gt;&amp;lt;/body&amp;gt;&lt;/kbd&gt; selection on your blogger template.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;div id=&#39;bd-breakingnews&#39;&amp;gt;&amp;lt;span class=&#39;head-breaking&#39;&amp;gt;&amp;lt;i class=&#39;fa fa-bullhorn&#39;&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/span&amp;gt;
&amp;lt;div id=&#39;breaking-bsd-news&#39;&amp;gt;Loading...&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;
Add FontAwesome CSS&lt;/h3&gt;
You need to add following version of &lt;b&gt;Fontawesome&lt;/b&gt; CSS on your template, It’s make the &lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-add-responsive-breaking-news.html&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Breaking News Plugin&lt;/b&gt; &lt;/a&gt;Beautiful looks. Add following the CSS on your blogger template &lt;kbd&gt;&amp;lt;/head&amp;gt;&lt;/kbd&gt; selection.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;link href=&#39;https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css&#39; rel=&#39;stylesheet&#39;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;
Add Jquery&lt;/h3&gt;
&lt;mark&gt;This is required&lt;/mark&gt; for this breaking news plugin, It&#39;s well not working without &lt;b&gt;jquery&lt;/b&gt;. Add following the Javascript on your blogger template &lt;kbd&gt;&amp;lt;/body&amp;gt;&lt;/kbd&gt; selection.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;script src=&#39;//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js&#39;&amp;gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;And Done!&lt;/b&gt; Click on the &lt;kbd&gt;Save&lt;/kbd&gt; Button, and refresh your page. Your are DOING awesome.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
Now let&#39;s see a demo of the breaking news plugin, Click on the &lt;b&gt;demo&lt;/b&gt; link for view demo.&lt;br /&gt;
&lt;h3 style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://codepen.io/bloggersstand/full/QNwqQe&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/h3&gt;
&lt;/div&gt;
That&#39;s all for today from &lt;b&gt;CSSMOZ&lt;/b&gt;, subscribe to our newest mailing list for get notification every single post on our website regularly. Thank you.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/5179243489609245751'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/5179243489609245751'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/02/how-to-add-responsive-breaking-news.html' title='How to Add Responsive Breaking News Gadget In Blogger | Breaking news widget for blogger'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEX5CQiO489K-TmNYqK14TzUMSl1P1rNGSe4snlOejjScxOoO016ra_SWwDInSPnjv3LrWKke9-9biHdibHPhXm_njAOQH8zD3KHqfn9m0GhL_Li5v_tHCw3LNgcl4X4uZeCiDUKGdJdj5/s72-c/Adobe_Post_20200217_1258110.6714162898138605.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-4884750161201456120</id><published>2020-02-17T20:13:00.002+06:00</published><updated>2020-02-17T20:28:56.513+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Design"/><title type='text'>How to Install Floating Pop Up Subscription Boxes on Blogger | Stylish Subscription Box For Blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-install-floating-pop-up.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;712&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5Te6Fn4z9T4-f477hrEIkRtOpdd3YbqCBs1Rr1YE3zxaZTMOi-URu1vUEbYXG6PCHqyRGUz7qVOJLOW5ijELKKD0cHKsNiSzLq47LvoQkjumb_3UpBHyL1IztxH4oxRc8doLRr25obz_9/s320/20200217_1823290.2383451882131582.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;How to Install Floating Pop Up Subscription Boxes on Blogger&lt;/b&gt; | &lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-install-floating-pop-up.html&quot; target=&quot;_blank&quot;&gt;Stylish Subscription Box For Blogger&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
As we know the Subscription box or widget subscription via email is an important part of a blog, because it will increase the number of visitors other than that from the other side the posting customer will know firsthand the updates received via email from your blog.&lt;/div&gt;
&lt;br /&gt;
First open the Blogger page &amp;amp; gt; Click menu &lt;b&gt;Topic&lt;/b&gt; and click the button &lt;b&gt;Edit HTML&lt;/b&gt; &amp;gt; Add this code before the code &lt;kbd&gt;&amp;lt;/body&amp;gt;&lt;/kbd&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;div class=&#39;subscribebar&#39;&amp;gt;
   &amp;lt;div class=&#39;container text-center&#39;&amp;gt;
      &lt;mark&gt;Get the latest article updates from this site via email for free!&lt;/mark&gt;
      &amp;lt;form action=&#39;https://feedburner.google.com/fb/a/mailverify&#39; method=&#39;post&#39; onsubmit=&#39;window.open(&amp;amp;apos;https://feedburner.google.com/fb/a/mailverify?uri=&lt;mark&gt;cssmoz&lt;/mark&gt;&amp;amp;apos;, &amp;amp;apos;popupwindow&amp;amp;apos;, &amp;amp;apos;scrollbars=yes,width=550,height=520&amp;amp;apos;);return true&#39; target=&#39;popupwindow&#39;&amp;gt;
         &amp;lt;div class=&#39;arlina-form-fields&#39;&amp;gt;
            &amp;lt;p&amp;gt;
               &amp;lt;input name=&#39;email&#39; onblur=&#39;if (this.value == &amp;amp;quot;&amp;amp;quot;) {this.value = &amp;amp;quot;Email address...&amp;amp;quot;;}&#39; onfocus=&#39;if (this.value == &amp;amp;quot;Email address...&amp;amp;quot;) {this.value = &amp;amp;quot;&amp;amp;quot;;}&#39; placeholder=&#39;Email address...&#39; required=&#39;&#39; type=&#39;email&#39;/&amp;gt;
            &amp;lt;/p&amp;gt;
            &amp;lt;p&amp;gt;&amp;lt;input type=&#39;submit&#39; value=&#39;Submit&#39;/&amp;gt;&amp;lt;/p&amp;gt;
            &amp;lt;input name=&#39;uri&#39; type=&#39;hidden&#39; value=&#39;&lt;mark&gt;cssmoz&lt;/mark&gt;&#39;/&amp;gt;
            &amp;lt;input name=&#39;loc&#39; type=&#39;hidden&#39; value=&#39;en_US&#39;/&amp;gt;
         &amp;lt;/div&amp;gt;
      &amp;lt;/form&amp;gt;
   &amp;lt;/div&amp;gt;
 &amp;lt;button class=&#39;closeme&#39; title=&#39;&lt;mark&gt;Close this message&lt;/mark&gt;&#39;&amp;gt;&amp;amp;#10005;&amp;lt;/button&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
//&amp;lt;![CDATA[
// Floating Subscribe Box
$(document).scroll(function(){$(this).scrollTop()&amp;gt;380?$(&quot;.subscribebar&quot;).slideDown(&#39;fast&#39;):$(&quot;.subscribebar&quot;).slideUp(&#39;fast&#39;)});$(document).ready(function(c){$(&quot;.closeme&quot;).on(&quot;click&quot;,function(c){$(&quot;.subscribebar&quot;).fadeOut(&quot;slow&quot;,function(c){$(&quot;.subscribebar&quot;).remove()})})});
//]]&amp;gt;
&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;blockquote&gt;
Edit the marked section and adjust it to your blog&lt;/blockquote&gt;
&lt;br /&gt;
Then choose one of the CSS codes below as needed and add the code before the code &lt;kbd&gt;&amp;lt;/head&amp;gt;&lt;/kbd&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. Subscription box Light&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;style type=&#39;text/css&#39;&amp;gt;
/* Floating Subscribe Box Light */
.subscribebar{box-shadow:0 -2px 7px 0 rgba(0,0,0,.05);position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.98);padding:14px 0;z-index:99;text-align:center;display:none}
.subscribebar form{display:inline-block;margin:0 0 0 10px}
.subscribebar .arlina-form-fields p{display:inline-block;margin-bottom:0}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]{outline:none;color:#999;font-size:0.85rem;padding:3px 5px 3px 10px;border-top-left-radius:3px;border-bottom-left-radius:3px;border:1px solid rgba(0,0,0,0.1);border-right:0;margin-right:-10px;height:34px;letter-spacing:0.3px;transition:all .3s}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]:hover{background:rgba(0,0,0,0.01);color:#333}
.subscribebar input[type=&amp;amp;quot;submit&amp;amp;quot;]{cursor:pointer;background-color:#2ecc71;border:1px solid #2ecc71;color:rgba(255,255,255,1);fill:rgba(255,255,255,1);outline:none;font-size:0.85rem;border-radius:0;padding:4px 10px;border-top-right-radius:3px;border-bottom-right-radius:3px;font-weight:500;height:34px;letter-spacing:0.5px;transition:all .3s}
.subscribebar input[type=&amp;amp;quot;submit&amp;amp;quot;]:hover,.subscribebar input[type=&amp;amp;quot;submit&amp;amp;quot;]:active{background-color:#27ae60;border:1px solid #27ae60;color:rgba(255,255,255,1);fill:rgba(255,255,255,1)}
.closeme{background:#fff;position:absolute;top:18px;right:20px;height:30px;width:30px;bottom:0;padding:0;margin:0;font-size:18px;border:0;text-decoration:none;cursor:pointer;font-weight:bold;color:#ccc;border:2px solid;border-radius:99em;outline:none;transition:all .3s}
.subscribebar .closeme:hover{color:#aaa}
@media (max-width:767px){
.closeme{margin:auto;font-size:12px;top:-12px;bottom:initial;height:26px;width:26px;right:20px;border:0;background:#34495e;color:#fff;box-shadow:0 2px 5px rgba(0,0,0,0.3)}
.subscribebar .closeme:hover{background:#2c3e50;color:#fff}
.subscribebar{padding:24px 10px}
.subscribebar form{display:block;margin:15px auto 0 auto}}
&amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;https://codepen.io/arlinadesign/full/poojGag&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Result&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;1. Subscription box Night&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;style type=&#39;text/css&#39;&amp;gt;
/* Floating Subscribe Box Night */
.subscribebar{box-shadow:0 -2px 7px 0 rgba(0,0,0,.05);position:fixed;bottom:0;left:0;right:0;background:rgba(57,67,77,.98);color:#fff;padding:14px 0;z-index:99;text-align:center;display:none}
.subscribebar form{display:inline-block;margin:0 0 0 10px}
.subscribebar .arlina-form-fields p{display:inline-block;margin-bottom:0}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]{outline:none;background:rgba(255,255,255,.2);color:#fff;font-size:0.85rem;padding:3px 5px 3px 10px;border-top-left-radius:3px;border-bottom-left-radius:3px;border:0;border-right:0;margin-right:-10px;height:34px;letter-spacing:0.3px;transition:all .3s}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]:hover{background:rgba(255,255,255,.3);color:#fff}
.subscribebar input[type=&amp;amp;quot;submit&amp;amp;quot;]{cursor:pointer;background-color:#2ecc71;border:1px solid #2ecc71;color:rgba(255,255,255,1);fill:rgba(255,255,255,1);outline:none;font-size:0.85rem;border-radius:0;padding:4px 10px;border-top-right-radius:3px;border-bottom-right-radius:3px;font-weight:500;height:34px;letter-spacing:0.5px;transition:all .3s}
.subscribebar input[type=&amp;amp;quot;submit&amp;amp;quot;]:hover,.subscribebar input[type=&amp;amp;quot;submit&amp;amp;quot;]:active{background-color:#27ae60;border:1px solid #27ae60;color:rgba(255,255,255,1);fill:rgba(255,255,255,1)}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]::placeholder{color:#fff;opacity:1}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]:-ms-input-placeholder{color:#fff}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]::-ms-input-placeholder{color:#fff}
.subscribebar .closeme{background:transparent;position:absolute;top:18px;right:20px;height:30px;width:30px;bottom:0;padding:0;margin:0;font-size:18px;border:0;text-decoration:none;cursor:pointer;font-weight:bold;color:rgba(255,255,255,.15);border:2px solid;border-radius:99em;outline:none;transition:all .3s}
.subscribebar .closeme:hover{color:rgba(255,255,255,.3)}
@media (max-width:767px){
.subscribebar .closeme{margin:auto;font-size:12px;top:-12px;bottom:initial;height:26px;width:26px;right:20px;border:0;background:#fff;color:#222}
.subscribebar .closeme:hover{background:#e74c3c;color:#fff}
.subscribebar{padding:24px 10px}
.subscribebar form{display:block;margin:15px auto 0 auto}}
&amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://codepen.io/arlinadesign/full/wvvKNEw&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Result&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;1. Subscription box Gradient&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;style type=&#39;text/css&#39;&amp;gt;
/* Floating Subscribe Box Gradient */
.subscribebar{box-shadow:0 -2px 7px 0 rgba(0,0,0,.05);position:fixed;bottom:0;left:0;right:0;background:#FF5722;background-image:linear-gradient(50deg,#ff4169,#8b41f6);color:#fff;padding:14px 0;z-index:99;text-align:center;display:none}
.subscribebar form{display:inline-block;margin:0 0 0 10px}
.subscribebar .arlina-form-fields p{display:inline-block;margin-bottom:0}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]{outline:none;background:rgba(255,255,255,.2);color:#fff;font-size:0.85rem;padding:3px 5px 3px 10px;border-top-left-radius:3px;border-bottom-left-radius:3px;border:0;border-right:0;margin-right:-10px;height:34px;letter-spacing:0.3px;transition:all .3s}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]:hover{background:rgba(255,255,255,.3);color:#fff}
.subscribebar input[type=&amp;amp;quot;submit&amp;amp;quot;]{cursor:pointer;background-color:#f9a93c;border:1px solid #f9a93c;color:rgba(255,255,255,1);fill:rgba(255,255,255,1);outline:none;font-size:0.85rem;border-radius:0;padding:4px 10px;border-top-right-radius:3px;border-bottom-right-radius:3px;font-weight:500;height:34px;letter-spacing:0.5px;transition:all .3s}
.subscribebar input[type=&amp;amp;quot;submit&amp;amp;quot;]:hover,.subscribebar input[type=&amp;amp;quot;submit&amp;amp;quot;]:active{background-color:#e49b36;border:1px solid #e49b36;color:rgba(255,255,255,1);fill:rgba(255,255,255,1)}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]::placeholder{color:#fff;opacity:1}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]:-ms-input-placeholder{color:#fff}
.subscribebar input[type=&amp;amp;quot;email&amp;amp;quot;]::-ms-input-placeholder{color:#fff}
.subscribebar .closeme{background:transparent;position:absolute;top:18px;right:20px;height:30px;width:30px;bottom:0;padding:0;margin:0;font-size:18px;border:0;text-decoration:none;cursor:pointer;font-weight:bold;color:rgba(255,255,255,.25);border:2px solid;border-radius:99em;outline:none;transition:all .3s}
.subscribebar .closeme:hover{color:rgba(255,255,255,.4)}
@media (max-width:767px){
.subscribebar .closeme{margin:auto;font-size:12px;top:-12px;bottom:initial;height:26px;width:26px;right:20px;border:0;background:#fff;color:#222}
.subscribebar .closeme:hover{background:#e74c3c;color:#fff}
.subscribebar{padding:24px 10px}
.subscribebar form{display:block;margin:15px auto 0 auto}}
&amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;https://codepen.io/arlinadesign/full/jOObdQW&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Result&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
If so, click the button &lt;b&gt;Save theme&lt;/b&gt; and see the results on your blog. You make a beautiful subscribe box on your blog..&lt;br /&gt;
&lt;br /&gt;
That&#39;s all from cssmoz about &lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-install-floating-pop-up.html&quot; target=&quot;_blank&quot;&gt;Install Floating Subscription Boxes on Blogger.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Subscribe to our newest mailing lists and get notification every single post on OUR website regularly.
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/4884750161201456120'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/4884750161201456120'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/02/how-to-install-floating-pop-up.html' title='How to Install Floating Pop Up Subscription Boxes on Blogger | Stylish Subscription Box For Blogger'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5Te6Fn4z9T4-f477hrEIkRtOpdd3YbqCBs1Rr1YE3zxaZTMOi-URu1vUEbYXG6PCHqyRGUz7qVOJLOW5ijELKKD0cHKsNiSzLq47LvoQkjumb_3UpBHyL1IztxH4oxRc8doLRr25obz_9/s72-c/20200217_1823290.2383451882131582.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-821291086243585724</id><published>2020-02-17T13:42:00.004+06:00</published><updated>2020-02-17T13:45:07.326+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Design"/><title type='text'>How To Make the Scrollbar Look More Attractive</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitzSEt1Zi2huS686_xv7AmE7_nN9iwH39R47BAcCbRCV5RkJWryYuLFMaTKkCDcjCuM72Q8navVPldD0DEDntHJQjuTmja38N05fFZlqdrGdffIG7Ij1eZYpsbxTA_AGcvPLSyS8zahDI6/s1600/0200217_1331530.03531737042965799.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;712&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitzSEt1Zi2huS686_xv7AmE7_nN9iwH39R47BAcCbRCV5RkJWryYuLFMaTKkCDcjCuM72Q8navVPldD0DEDntHJQjuTmja38N05fFZlqdrGdffIG7Ij1eZYpsbxTA_AGcvPLSyS8zahDI6/s320/0200217_1331530.03531737042965799.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Scrollbar the browser display can actually be changed to use CSS, in this blogger tips cssmoz will share tips..&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-make-scrollbar-look-more.html&quot; target=&quot;_blank&quot;&gt;How to Change Scrollbar Display So It Looks Attractive Using the Scrollbar CSS Generator&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
Each of the ways between writing manually or using a generator tool actually has the same results as well, it&#39;s just that for the way of manual writing we must understand the basics of writing CSS first and the type of property and values ​​to be used. Whereas if you use &lt;b&gt;Scrollbar CSS Generator&lt;/b&gt; All you have to do is put it in a blog.&lt;br /&gt;
&lt;b&gt;Immediately, the following is How to Make Scrollbars Look More Attractive.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmN8zDUTHqviQ50ksrkk-mTj5qP_NmwAIrO5Jt4u84lzAFXFvIRPmWORE9uFyBBv_ioV733aURajmJhtpMhbReGG-vmBvqVfvVP5tgg0xAj8om485_0N9sNUTGNR3FPdRFu9zOqpk22XUT/s1600/cssmoz%252Bcss%252Btricks.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;811&quot; data-original-width=&quot;720&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmN8zDUTHqviQ50ksrkk-mTj5qP_NmwAIrO5Jt4u84lzAFXFvIRPmWORE9uFyBBv_ioV733aURajmJhtpMhbReGG-vmBvqVfvVP5tgg0xAj8om485_0N9sNUTGNR3FPdRFu9zOqpk22XUT/s320/cssmoz%252Bcss%252Btricks.png&quot; width=&quot;284&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-make-scrollbar-look-more.html&quot; target=&quot;_blank&quot;&gt;Making the Scrollbar Look More Attractive&lt;/a&gt;First, visit this site &lt;kbd&gt;http://webkit-scroll-gen.sourceforge.net&lt;/kbd&gt;&lt;br /&gt;
&lt;br /&gt;
Then on that page will display several sections, namely live preview, setting the Scrollbar CSS Generator code and the results of the CSS code that you will later add to the blog.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;&lt;i&gt;Please adjust the scrollbar display in the Scrollbar CSS Generator section and the changes will appear immediately in the live preview section. Examples like the image below after I made changes to the scrollbar display.&lt;/i&gt;&lt;/u&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidfVlFhjNnbmz9g4-hbgUbJPiXKT7t1CQNcnUrsEeyZpUouLPhUwVoVC2HsCnvSkCg9NqF2KWZ1f6EXaX5bCfMJdmPWFcenZ1d4PnmEP4lXfSBoM2QQnR_WrVdSI4kNlS_8yfyNOkot3Zb/s1600/making+scroolbar.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;771&quot; data-original-width=&quot;1600&quot; height=&quot;154&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidfVlFhjNnbmz9g4-hbgUbJPiXKT7t1CQNcnUrsEeyZpUouLPhUwVoVC2HsCnvSkCg9NqF2KWZ1f6EXaX5bCfMJdmPWFcenZ1d4PnmEP4lXfSBoM2QQnR_WrVdSI4kNlS_8yfyNOkot3Zb/s320/making+scroolbar.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
After finishing editing the scrollbar, please copy the resulting CSS code section and add it to the Edit HTML Blogger before &lt;kbd&gt;&amp;lt;/head&amp;gt;&lt;/kbd&gt;&lt;br /&gt;
&lt;br /&gt;
Then click the button Save theme To see the results of the Scrollbar CSS Generator that I edited above, click the Result button below.&lt;br /&gt;
&lt;b&gt;See demo of css scrollbar&lt;/b&gt;&lt;br /&gt;
&lt;h3 style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;https://codepen.io/NaminaKiky/full/JjjjajW&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;/h3&gt;
&lt;a href=&quot;https://cssmoz.blogspot.com/2020/02/how-to-make-scrollbar-look-more.html&quot; target=&quot;_blank&quot;&gt;How to make scrollbars look more attractive&lt;/a&gt; Thank you for visiting and hopefully useful.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/821291086243585724'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/821291086243585724'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2020/02/how-to-make-scrollbar-look-more.html' title='How To Make the Scrollbar Look More Attractive'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitzSEt1Zi2huS686_xv7AmE7_nN9iwH39R47BAcCbRCV5RkJWryYuLFMaTKkCDcjCuM72Q8navVPldD0DEDntHJQjuTmja38N05fFZlqdrGdffIG7Ij1eZYpsbxTA_AGcvPLSyS8zahDI6/s72-c/0200217_1331530.03531737042965799.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-5555962278237761797</id><published>2019-09-17T20:41:00.002+06:00</published><updated>2020-02-24T12:44:49.356+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="JavaScript"/><category scheme="http://www.blogger.com/atom/ns#" term="Web development"/><title type='text'>HTML Color Picker With JavaScript | Download Photoshop Like JavaScript Color Picker</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPs2MbQhIMg6mvwCGEugBC4mKK5DRGf7W54HMXRFNm9jnZ2lShfILYK6h8FQSWY6HO2A9rKU3xJAY_QnG8_f7sFAi0onSPO00MdNYZWIxNDwsSex0bgSG6cLG0uFC7Mfuc1TXSMr1w2ILr/s1600/colorpicker_r.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;274&quot; data-original-width=&quot;424&quot; height=&quot;206&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPs2MbQhIMg6mvwCGEugBC4mKK5DRGf7W54HMXRFNm9jnZ2lShfILYK6h8FQSWY6HO2A9rKU3xJAY_QnG8_f7sFAi0onSPO00MdNYZWIxNDwsSex0bgSG6cLG0uFC7Mfuc1TXSMr1w2ILr/s320/colorpicker_r.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
Photoshop-Like JavaScript Color Picker&lt;/h2&gt;
&lt;h3 style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://bit.ly/2lZYv9y&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&amp;nbsp;||&amp;nbsp;&lt;a href=&quot;http://bit.ly/2kRjI5B&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/h3&gt;
&lt;div&gt;
Download Free HTML Color Picker With JavaScript Full Script For Downloading, You can use it for your website. Photoshop Like JavaScript Color Picker.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:inline-block;width:728px;height:90px&quot;
     data-ad-client=&quot;ca-pub-5102551212471159&quot;
     data-ad-slot=&quot;3573856618&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;div&gt;
&lt;strong&gt;Introduction: &lt;/strong&gt;Many people have noted “it looks like [picker X]” and they are right: there are tons of pickers out there (I listed a few in the original post). The main difference in mine is that &lt;strong&gt;it has all 6&lt;/strong&gt; picking options (H,S,V,R,G,B) not just Hue. I haven’t seen one that does that and this is a fun way of showing what JavaScript can do.&lt;br /&gt;
—–&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:inline-block;width:728px;height:90px&quot;
     data-ad-client=&quot;ca-pub-5102551212471159&quot;
     data-ad-slot=&quot;3573856618&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
There are a lot of nice JavaScript color pickers out there (&lt;a href=&quot;http://www.colorjack.com/software/dhtml+color+picker.html&quot;&gt;colorjack&lt;/a&gt;, &lt;a href=&quot;http://colourmod.com/&quot;&gt;colourmod&lt;/a&gt;, &lt;a href=&quot;http://developer.yahoo.com/yui/colorpicker/&quot;&gt;yahoo&lt;/a&gt;, &lt;a href=&quot;http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/widget/tests/test_ColorPicker.html&quot;&gt;dojo&lt;/a&gt;, &lt;a href=&quot;http://www.nogray.com/color_picker.php&quot;&gt;nogray&lt;/a&gt;, &lt;a href=&quot;http://moorainbow.woolly-sheep.net/&quot;&gt;mootools&lt;/a&gt;), but none of them has a full HSB and RGB options of Photoshop’s picker. Some pickers try to generate the entire color map in JavaScript by drawing a 256×256 grid made of divs. This is very slow, which is why color pickers that go the JavaScript route often don’t draw the entire map, but instead only 4×4 or 8×8 blocks (&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/271&quot;&gt;ColorZilla&lt;/a&gt;).&lt;br /&gt;
The other options is to use transparent PNGs and opacity to fake the maps. A few years back, I did this, but it didn’t have RGB and was Firefox and IE only (&lt;a href=&quot;http://www.webreference.com/programming/javascript/mk/column3/&quot;&gt;excellent tutorial here&lt;/a&gt;). To create the color mixing, the larger map is made of two layers and the vertical slider has four layers (two are used for H, S, or B; four layers for R, G, or B). Some others pickers use this method for a hue map, but don’t include the other maps (S,V,R,G,B). The JavaScript is made up of some color methods, a slider control, a handler for input, and the ColorPicker object to put it all together. Click the image below to try it out...&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/5555962278237761797'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/5555962278237761797'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2019/09/html-color-picker-with-javascript.html' title='HTML Color Picker With JavaScript | Download Photoshop Like JavaScript Color Picker'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPs2MbQhIMg6mvwCGEugBC4mKK5DRGf7W54HMXRFNm9jnZ2lShfILYK6h8FQSWY6HO2A9rKU3xJAY_QnG8_f7sFAi0onSPO00MdNYZWIxNDwsSex0bgSG6cLG0uFC7Mfuc1TXSMr1w2ILr/s72-c/colorpicker_r.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-6323545908087450034</id><published>2019-09-14T12:43:00.002+06:00</published><updated>2020-02-27T16:36:24.306+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="WordPress"/><title type='text'>Best WordPress Portfolio Themes 2020 Free | 5+ Best WordPress Portfolio Themes for Free</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi71jI_CABfEAJ6M8B6u9uLrIr-i-NdpP91FvjbkYdiYsynBjb30OxM34wLYuiig8wOERL0xnv9zyJhWCSw5JG2Zx1uwlZAfiHV6J6fxlAdjGpe1wLVBl0iVf63NqD0xHv5BYGzt3fJysUg/s1600/68747470733a2f2f7374617274626f6f7473747261702e636f6d2f6173736574732f696d672f73637265656e73686f74732f7468656d65732f7374796c6973682d706f7274666f6c696f2e706e67.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1000&quot; data-original-width=&quot;1500&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi71jI_CABfEAJ6M8B6u9uLrIr-i-NdpP91FvjbkYdiYsynBjb30OxM34wLYuiig8wOERL0xnv9zyJhWCSw5JG2Zx1uwlZAfiHV6J6fxlAdjGpe1wLVBl0iVf63NqD0xHv5BYGzt3fJysUg/s320/68747470733a2f2f7374617274626f6f7473747261702e636f6d2f6173736574732f696d672f73637265656e73686f74732f7468656d65732f7374796c6973682d706f7274666f6c696f2e706e67.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
Looking for that perfect WordPress portfolio theme? Our WordPress experts and designers have handpicked 15+ best free WordPress portfolio themes for you. See the list and download your theme today.&lt;br /&gt;
With WordPress, you can manage your portfolio with no sweat. However, WordPress alone may not be enough. If you want to take your portfolio to the next level you will need a good WordPress portfolio theme.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9764561142&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
There are thousands of WordPress portfolio themes you can choose and it can be hard to pick the one that fits you. But don’t worry, we did the hard work for you. Our WordPress experts and in-house design team have handpicked 15+ best free and paid WordPress portfolio themes for you.&lt;br /&gt;
&lt;h2&gt;
Best Free WordPress Portfolio Themes&lt;/h2&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
1.&amp;nbsp;&lt;a href=&quot;https://wordpress.org/themes/ignis/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Ignis&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5fCmA5Ko0n-el2sV3H0Doq-Is9Lc4w-8SRCQP3S4hhX89uSp4i5B2uMbb7WMxTe7Gg9rwi7XPlwFVBDPTEWtXpdLyk4IuJP8wTjX1vX9-BAslG2VLzmKhFGZxVAy4xrIXksmlFwe6KHxo/s1600/screenshot.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;857&quot; data-original-width=&quot;1142&quot; height=&quot;239&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5fCmA5Ko0n-el2sV3H0Doq-Is9Lc4w-8SRCQP3S4hhX89uSp4i5B2uMbb7WMxTe7Gg9rwi7XPlwFVBDPTEWtXpdLyk4IuJP8wTjX1vX9-BAslG2VLzmKhFGZxVAy4xrIXksmlFwe6KHxo/s320/screenshot.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Ignis does a great job at presenting you to your website visitors. When visitors come to your website, the first thing they see is a full-width image with a bold description of your website. It may seem trivial, but this feature helps you create a memorable impression for your visitors. They may have explored your competitors’ website but this layout will help to make them remember your website and your works first.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9764561142&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
Although it is a free theme, Ignis is bundled with remarkable features. For example, you can organize and manage your projects easily with &lt;a href=&quot;https://jetpack.com/support/custom-content-types/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Jetpack’s Portfolio custom post types&lt;/a&gt;. Also, customize colors and fonts the way you like by applying Google Fonts. We promise that Ignis theme options will be easy to understand even for novice WordPress users.&lt;br /&gt;
Ignis is a powerful and free WordPress portfolio theme with flexible functions. This what makes Ignis appear in the top of our list.&lt;br /&gt;
&lt;a href=&quot;https://wordpress.org/themes/ignis/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DOWNLOAD&lt;/a&gt; | &lt;a href=&quot;https://demo.athemes.com/ignis/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DEMO&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;
2. &lt;a href=&quot;https://wordpress.org/themes/integral/&quot;&gt;Integral&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpA9X1V1L57mMGWXkqORskEuhutX9PN9OxMjbC26yTeSPazkuZq7KtkdC03qHGeRP-Z5-Morg_SiOCQkOVPi_4_GJdeX4jkyksyNjOF7FtGPm8joEvd_Br1eKONrH5QPiC3E4J84kHPVeh/s1600/integral-wordpress-portfolio-theme.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;631&quot; data-original-width=&quot;900&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpA9X1V1L57mMGWXkqORskEuhutX9PN9OxMjbC26yTeSPazkuZq7KtkdC03qHGeRP-Z5-Morg_SiOCQkOVPi_4_GJdeX4jkyksyNjOF7FtGPm8joEvd_Br1eKONrH5QPiC3E4J84kHPVeh/s320/integral-wordpress-portfolio-theme.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Unlike Ignis, Integral is a one page WordPress theme. That doesn’t mean, you cannot arrange your portfolio amazingly. This one-page theme will help your visitors to find all of the information they need in one just scroll.&lt;br /&gt;
Integral allows you to customize your portfolio website the way you like it. You can change colors, headers, and menus effortlessly. If the customization is not worth your time, simply switch it into the dark or light mode. Online shop integration can be done easily as Integral fully supports WooCommerce plugin&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9764561142&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
. You can also attach various widgets such as sticky post, comments, and translations in the right bar.&lt;br /&gt;
&lt;a href=&quot;https://wordpress.org/themes/integral/&quot;&gt;DOWNLOAD&lt;/a&gt; | &lt;a href=&quot;http://demo.themely.com/integral/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DEMO&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;
3. &lt;a href=&quot;https://wordpress.org/themes/photomania/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Photomania&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY68QZbDO5CPHnRY0JXA84YKD4rMn7GvMgmDQcfQo6Mv_CCyu8domcCZ04ETVWIKrXk-ajZaw0r38ba49kpnAz3w2PwDfmbckXO5hhcKRZdgTpQtRiAUYXHUKz5IEta2bBCYgyMuGe8TpA/s1600/photomania-wordpress-theme.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;631&quot; data-original-width=&quot;900&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY68QZbDO5CPHnRY0JXA84YKD4rMn7GvMgmDQcfQo6Mv_CCyu8domcCZ04ETVWIKrXk-ajZaw0r38ba49kpnAz3w2PwDfmbckXO5hhcKRZdgTpQtRiAUYXHUKz5IEta2bBCYgyMuGe8TpA/s320/photomania-wordpress-theme.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Photomania will fit all photographers’ needs. The combination of an immersive layout, a modern touch, and responsive design turn Photomania into the favorite WordPress portfolio theme for photographers.&lt;br /&gt;
Photomania is highly customizable. You can easily add your personal touch to make it even more eye-catching. Make sure to give the same touch to the logo color and dominant color of the themes to match it with your own branding. The personalized menu is also a helpful feature and will allow your visitors to navigate easily. In short, using Photomania as your theme is not only giving you the best platform to display your works but also adds an engaging user experience.&lt;br /&gt;
&lt;a href=&quot;https://wordpress.org/themes/photomania/&quot;&gt;DOWNLOAD&lt;/a&gt; | &lt;a href=&quot;http://themepalace.com/theme-demo/?demo=NUYxU3NvRisrcWRDK0IwMTRuajNjdz09&quot;&gt;DEMO&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;
4. &lt;a href=&quot;https://wordpress.org/themes/espied/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Espied&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdXbHQivdqTf9mvDPgisSA6hLfxGy7BnlRpgSg90QxkB76fEk8kMM0L2op6mShcvRN1wuw_g3I0fNFKuBGlJhLwAju-bIwwyyJ3xt87dJU3zLEB9CbebpC21u4GV-30CKxdqNrCG7t-fms/s1600/espied-wordpress-theme-demo-page.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;631&quot; data-original-width=&quot;900&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdXbHQivdqTf9mvDPgisSA6hLfxGy7BnlRpgSg90QxkB76fEk8kMM0L2op6mShcvRN1wuw_g3I0fNFKuBGlJhLwAju-bIwwyyJ3xt87dJU3zLEB9CbebpC21u4GV-30CKxdqNrCG7t-fms/s320/espied-wordpress-theme-demo-page.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Simpler is often better. &lt;a href=&quot;https://automattic.com/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Automattic&lt;/a&gt;, the company behind Espied, knows this and successfully created a simple yet impressive theme. Espied makes sure your works are the focal point of the website. Theme presents a captivating grid layout to expose your portfolio and artwork. Once your visitors land on your homepage, they will be impressed by nothing but a parade of your stunning works.&lt;br /&gt;
The great things about this theme don’t stop there. Theme customizer will empower your website with personalized color schemes, layouts, and Google fonts.&lt;br /&gt;
&lt;a href=&quot;https://wordpress.org/themes/espied/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DOWNLOAD&lt;/a&gt; | &lt;a href=&quot;https://wordpress.com/theme/espied&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DEMO&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;
5. &lt;a href=&quot;https://wordpress.org/themes/accesspress-lite/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;AccessPress Lite&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidgNkQtQQ9BRy4GbkJ5d9XMJSMzmbmhzpDhswrlmv_9hPxcES1NrwB9dMAD494DTqXmWGsE-CgnqktcLGbVm8PPdI5zHqiqSSZXnH6DRPxpr3tejWMvzLNPrgMahflLeNc1X1TaON5sR3z/s1600/accesspress-lite-portfolio-page-768x538.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;538&quot; data-original-width=&quot;768&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidgNkQtQQ9BRy4GbkJ5d9XMJSMzmbmhzpDhswrlmv_9hPxcES1NrwB9dMAD494DTqXmWGsE-CgnqktcLGbVm8PPdI5zHqiqSSZXnH6DRPxpr3tejWMvzLNPrgMahflLeNc1X1TaON5sR3z/s320/accesspress-lite-portfolio-page-768x538.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
If the portfolios above are too specific or not flexible enough try AccessPress Lite. We recommend AccessPress Lite because of the variety of templates. AccessPress Lite hosts beautiful templates for different business such as health, travel, photography, creative agencies, and so on.&lt;br /&gt;
AccessPress Lite is based on CSS3 and HTML5. So, this theme is compatible with every device and browser. This theme comes with a slider as a powerful feature to attract customers. Moreover, it offers various layout options to suit your website’s needs.&lt;br /&gt;
AccessPress allows you to personalize your logo, favicon, color scheme, and so on.&lt;br /&gt;
add a contact form to your page easily and make it easy for your potential clients to reach you. AccessPress Lite is also translation ready.&lt;br /&gt;
&lt;a href=&quot;https://wordpress.org/themes/accesspress-lite/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DOWNLOAD&lt;/a&gt; | &lt;a href=&quot;https://accesspressthemes.com/theme-demos/?theme=accesspress-lite&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DEMO&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;
6. &lt;a href=&quot;https://wordpress.org/themes/pinbin/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Pinbin&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG0n1x_ZyxG5F9GBwDeoZ6EXsK4OznYsO1_9sKkCY_hIXFtwlZ3KB0szbx7mHgQQMvqLUt5mJOm-2w6-hKhIiYmAuqShadnXm9WBcLyLOnvOEGNufTm_Bxe74q58uUZMVVBE7ZAV3ommrW/s1600/pinbin-portfolio-theme-768x538.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;538&quot; data-original-width=&quot;768&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG0n1x_ZyxG5F9GBwDeoZ6EXsK4OznYsO1_9sKkCY_hIXFtwlZ3KB0szbx7mHgQQMvqLUt5mJOm-2w6-hKhIiYmAuqShadnXm9WBcLyLOnvOEGNufTm_Bxe74q58uUZMVVBE7ZAV3ommrW/s320/pinbin-portfolio-theme-768x538.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
We know that creating memorable experiences and wowing visitors is always on your mind. Here’s the secret: you have to stand out of the crowd. You need more than a beautiful website – you need a unique website.&lt;br /&gt;
If an exceptional portfolio theme is your priority, we recommend Pinbin. Pinbin is one of the best WordPress portfolio themes with a unique appearance. Inspired by Pinterest’s interface, Pinbin comes with a board-like background. Just like Pinterest, your portfolio will be displayed like notes pinned in the board.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9764561142&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
Jetpack, and Contact Form 7, Pinbin is a must try WordPress portfolio theme.&lt;br /&gt;
&lt;a href=&quot;https://colorlib.com/pinbin/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DOWNLOAD&lt;/a&gt; | &lt;a href=&quot;https://colorlib.com/pinbin/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DEMO&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;
7. &lt;a href=&quot;https://wordpress.org/themes/perfect-portfolio/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Perfect Portfolio&lt;/a&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3gWZN2TEPwRiMS5hhQlU9Vwj0Qqlq1rx4GFeokTOsr-wT5_Z8LEhqgaf0UfpEwmXwNMvqwnL__JlpvBcJ6HjzM6fsq9Sx3ZNEd54jbmxD437XWXQ8m6Qg782ZWIbguxANh2jFLOMu8IUj/s1600/perfect-portfolio-home-page-768x538.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;538&quot; data-original-width=&quot;768&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3gWZN2TEPwRiMS5hhQlU9Vwj0Qqlq1rx4GFeokTOsr-wT5_Z8LEhqgaf0UfpEwmXwNMvqwnL__JlpvBcJ6HjzM6fsq9Sx3ZNEd54jbmxD437XWXQ8m6Qg782ZWIbguxANh2jFLOMu8IUj/s320/perfect-portfolio-home-page-768x538.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
There are artists, interior designers, curators, photographers who have wonderful artwork but don’t have any technical skills required to build a website. Perfect Portfolio is made as the solution to their pain points. With Perfect Portfolio theme, you don’t need to be a code ninja to have a beautiful Portfolio website.&lt;br /&gt;
Perfect Portfolio is equipped with a lot of powerful features. For example, this theme is SEO ready out of the box. Perfect Portfolio will help to manage and set up a good SEO framework and will help to optimize your website’s speed. Need an online store? Say no more. Perfect Portfolio is compatible with WooCommerce – the popular online shop plugin for WordPress.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9764561142&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
that come with premium features. If you consider yourself as a WordPress beginner and need custom made features, you should put this theme on your list.&lt;br /&gt;
&lt;a href=&quot;https://wordpress.org/themes/perfect-portfolio/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DOWNLOAD&lt;/a&gt; | &lt;a href=&quot;https://raratheme.com/previews/?theme=perfect-portfolio&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;DEMO&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
With WordPress portfolio themes you have the ability to build a portfolio page that suits your needs. In the ocean of free and premium WordPress portfolio themes, our experts have lent a helping hand and picked the best themes. Now, it is your time to pick one and start your online journey.

&lt;/blockquote&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6323545908087450034'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6323545908087450034'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2019/09/best-wordpress-portfolio-themes-2019.html' title='Best WordPress Portfolio Themes 2020 Free | 5+ Best WordPress Portfolio Themes for Free'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi71jI_CABfEAJ6M8B6u9uLrIr-i-NdpP91FvjbkYdiYsynBjb30OxM34wLYuiig8wOERL0xnv9zyJhWCSw5JG2Zx1uwlZAfiHV6J6fxlAdjGpe1wLVBl0iVf63NqD0xHv5BYGzt3fJysUg/s72-c/68747470733a2f2f7374617274626f6f7473747261702e636f6d2f6173736574732f696d672f73637265656e73686f74732f7468656d65732f7374796c6973682d706f7274666f6c696f2e706e67.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-6279935659124767545</id><published>2019-09-14T06:42:00.000+06:00</published><updated>2019-09-14T06:42:29.121+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="WordPress"/><title type='text'>Best Audio player plugin for WordPress site | 7 Best WordPress Audio Player Plugin Free</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpWMzem1XK6SDo-9HwRLqtTcNS8Z4gIrkjDZ099wBTPWOHaL-1v_RvYnwma3rHz59TqyPhRfCxlMmmaYZ_Pe7gm2oPJkvBL1Igs3iNcNWxy4MQwqYs8JUsNShoKpVzWDRxlNzWBjAbvLJ3/s1600/wp-audio-player.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;420&quot; data-original-width=&quot;900&quot; height=&quot;149&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpWMzem1XK6SDo-9HwRLqtTcNS8Z4gIrkjDZ099wBTPWOHaL-1v_RvYnwma3rHz59TqyPhRfCxlMmmaYZ_Pe7gm2oPJkvBL1Igs3iNcNWxy4MQwqYs8JUsNShoKpVzWDRxlNzWBjAbvLJ3/s320/wp-audio-player.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
If you’re a podcast creator, a musician, or a music lover, you probably want to have an audio player integrated into your &lt;a data-wpel-link=&quot;external&quot; href=&quot;https://wordpress.org/&quot; rel=&quot;nofollow noopener noreferrer&quot; target=&quot;_blank&quot;&gt;WordPress&lt;/a&gt; site. In this article, we will give an overview of the seven best WordPress audio players on the web.&lt;br /&gt;
&lt;h2&gt;
WordPress Built-in Audio Feature&lt;/h2&gt;
WordPress has a basic built-in audio player that enables you to display and play audio files on your website. It can be included in your posts, or turned into a widget and placed anywhere on your site.&lt;br /&gt;
To add an audio player into your post, click the &lt;strong&gt;Add Media&lt;/strong&gt; button at the top of your &lt;strong&gt;New Post&lt;/strong&gt; page. Then press &lt;strong&gt;Select Files&lt;/strong&gt; to upload your audio file. Once added to the &lt;strong&gt;Media Library&lt;/strong&gt;, customize the &lt;strong&gt;Attachment Details&lt;/strong&gt; then click the &lt;strong&gt;Insert Into Post&lt;/strong&gt; button.&lt;br /&gt;
WordPress has a built-in audio player, but usually, that’s not enough. Especially, if your website focuses on audio content.&lt;br /&gt;
That’s where plugins come in. Let’s run through the list:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a data-wpel-link=&quot;external&quot; href=&quot;https://wordpress.org/plugins/compact-wp-audio-player/&quot; rel=&quot;nofollow noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Compact WP Audio Player&lt;/a&gt; – is true to its name by being compact, free, and simple.&lt;/li&gt;
&lt;li&gt;&lt;a data-wpel-link=&quot;external&quot; href=&quot;https://wordpress.org/plugins/audio-album/&quot; rel=&quot;nofollow noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Audio Album&lt;/a&gt; – is free, easy to use and allows you to group audio files into albums.&lt;/li&gt;
&lt;li&gt;&lt;a data-wpel-link=&quot;external&quot; href=&quot;https://wordpress.org/plugins/soundcloud-is-gold/&quot; rel=&quot;nofollow noopener noreferrer&quot; target=&quot;_blank&quot;&gt;SoundCloud is Gold&lt;/a&gt; – the perfect option for SoundCloud users that want to share their creations.&lt;/li&gt;
&lt;li&gt;&lt;a data-wpel-link=&quot;external&quot; href=&quot;https://wordpress.org/plugins/powerpress/&quot; rel=&quot;nofollow noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Blubrry PowerPress&lt;/a&gt; – free, easy to use, customizable and comes with Google and Apple podcast integration.&lt;/li&gt;
&lt;li&gt;&lt;a data-wpel-link=&quot;external&quot; href=&quot;https://wordpress.org/plugins/music-player-for-woocommerce/&quot; rel=&quot;nofollow noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Music Player for WooCommerce&lt;/a&gt; – has a free version, works on different devices and allows you to sell your audio files.&lt;/li&gt;
&lt;li&gt;&lt;a data-wpel-link=&quot;external&quot; href=&quot;https://wordpress.org/plugins/seriously-simple-podcasting/&quot; rel=&quot;nofollow noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Seriously Simple Podcasting&lt;/a&gt; – a great, simple to use, free plugin for podcast integration.&lt;/li&gt;
&lt;li&gt;&lt;a data-wpel-link=&quot;external&quot; href=&quot;https://wordpress.org/plugins/audioigniter/&quot; rel=&quot;nofollow noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Audio Igniter&lt;/a&gt; – offers a beautiful design, allows you to create playlists, and even has commerce capabilities.&lt;/li&gt;
&lt;/ul&gt;
So don’t just sit around, share your creations and interest in music to the world!&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6279935659124767545'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6279935659124767545'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2019/09/best-audio-player-plugin-for-wordpress.html' title='Best Audio player plugin for WordPress site | 7 Best WordPress Audio Player Plugin Free'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpWMzem1XK6SDo-9HwRLqtTcNS8Z4gIrkjDZ099wBTPWOHaL-1v_RvYnwma3rHz59TqyPhRfCxlMmmaYZ_Pe7gm2oPJkvBL1Igs3iNcNWxy4MQwqYs8JUsNShoKpVzWDRxlNzWBjAbvLJ3/s72-c/wp-audio-player.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-2830095075375878579</id><published>2019-08-30T23:33:00.004+06:00</published><updated>2020-03-02T20:47:07.489+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Template"/><title type='text'>List Of The Best Blogger Templates 2020 | Best SEO Friendly Blogger Templates | Best Blogger Templates AdSense ready Free</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;blockquote class=&quot;tr_bq&quot; style=&quot;text-align: left;&quot;&gt;
Download all new best blogger templates for your blogger website, Best Blogger templates 2020 and SEO friendly with AdSense ready 👌👌 Download now!&lt;/blockquote&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&amp;nbsp;1. New Simplify 2&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLvcag7QjU97O85abByJV1MleoU7X8W2_1XVvEJpAjlhsl44zUayiXf0VCWTD-P8vOC0XvmB3AYZmreZYsA7UHiKm7Req4YnrescxWmB-CGfr0vT0Ovp616JkzViU_ID_vZ1lX6YNwX8g6/s1600/New+Simplify+2+Responsive+Blogger+Template.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;852&quot; data-original-width=&quot;1506&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLvcag7QjU97O85abByJV1MleoU7X8W2_1XVvEJpAjlhsl44zUayiXf0VCWTD-P8vOC0XvmB3AYZmreZYsA7UHiKm7Req4YnrescxWmB-CGfr0vT0Ovp616JkzViU_ID_vZ1lX6YNwX8g6/s1600/New+Simplify+2+Responsive+Blogger+Template.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
The following is an updated version of the Simplify 2 template that I have published here. One reason for the New Simplify 2 Responsive Blogger Template update was revealed was the existence of a bug for the Blogger comment system so I decided to permanently replace it with the Disqus comment system. But the premium version is also available with the Blogger and Facebook comment system.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;demo&quot; href=&quot;https://simplify2019.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;download&quot; href=&quot;https://drive.google.com/file/d/1hamjYWPvl-t1Fa6ScLhlA2Hv0m1w684D/view?usp=drivesdk&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;/h2&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
2. Supper SEO Optimize&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcqN7VeNQ33NiCEb2f-bv9ntBqTAKsJZBAnYewdHAg9l58vBMIJxPQdb5BCp_MEpH0jg927c60-MOGN1hWr4JHROn6nbEAgDr3QTB1OtsW-JONjK_XbYyoJLtlBp4hem2tLUOBmfNbv4EJ/s1600/Super+Seo.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;609&quot; data-original-width=&quot;1007&quot; height=&quot;193&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcqN7VeNQ33NiCEb2f-bv9ntBqTAKsJZBAnYewdHAg9l58vBMIJxPQdb5BCp_MEpH0jg927c60-MOGN1hWr4JHROn6nbEAgDr3QTB1OtsW-JONjK_XbYyoJLtlBp4hem2tLUOBmfNbv4EJ/s320/Super+Seo.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Super Seo Optimized Blogger Template is one of the best and finest blogger template we hve ever created. With search engines in mind such as Google and Bing, we created the responsive theme Super Seo. It is a perfect responsive and gorgeous SEO friendly and SEO optimized Blogger Template. It is coded in a new way, where it loads everything fast and have carefully enqueued scripts so it loads as quickly as possible. It is specially designed for any kind of newspaper, blog, magazine, portal and personal type website. Check more awesome features of the Super Seo Blogger Template&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;demo&quot; href=&quot;http://super-seo-templatesyard.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/442dqyaeygiwl6tpvt06zymuzenimz3a&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/div&gt;
&lt;h1&gt;
&lt;/h1&gt;
&lt;h1&gt;
3.Schema Niche Blogger Template&lt;/h1&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1WmxT05YhVG_6sI7iJHVq234vNfYshT76kd4f7gU2YmxXhimgRwokMr0FcVRmQ_9hs1IvY17h8iEl1QhAbOdF0R11UQOcOQgllswNZ_TlOFVOoWKjBHatEkZ5s5v6cUlaQdJCGsLhfuHZ/s1600/Schema+Niche+Blogger+Template.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;609&quot; data-original-width=&quot;1007&quot; height=&quot;193&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1WmxT05YhVG_6sI7iJHVq234vNfYshT76kd4f7gU2YmxXhimgRwokMr0FcVRmQ_9hs1IvY17h8iEl1QhAbOdF0R11UQOcOQgllswNZ_TlOFVOoWKjBHatEkZ5s5v6cUlaQdJCGsLhfuHZ/s320/Schema+Niche+Blogger+Template.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9033178803&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
Schema Niche Blogger Template is a clean stylish micro niche blogging responsive and highly optimized SEO friendly blogger template that allows you to focus on content including games, travel destinations, films, blogger magazines, technology etcs. With an attractive color combination and impressed professionals and has many features. Build with latest technologies and blogger&#39;s lates layout it supports, updated comment system and fast loading design. With a focus on reducing bounce rates, while increasing ad exposure, this theme will keep your visitors scrolling with more content all while maximizing your ad revenue! Check more awesome features of the Schema Blogger Template&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;demo&quot; href=&quot;http://schema-templatesyard.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/xc971523ct2bjc0fx050fuap7xs0cz10&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/div&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9033178803&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
4. SBT Movies Blogger Template&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQHsFyB1phuUDngW3SC13_cI7PxoEf7ZUpqyJdn1dX4lznloK82D3gX3-xxIXcj1AYmcZgO02dnrsaueUficUHyNbCiG4Be3Nh25xJrFaRC2-x7Q2EJNyzfjmU8JtcILWIyrNf71rvV__Z/s1600/SBT+Movie+Blogger+Template.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;553&quot; data-original-width=&quot;789&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQHsFyB1phuUDngW3SC13_cI7PxoEf7ZUpqyJdn1dX4lznloK82D3gX3-xxIXcj1AYmcZgO02dnrsaueUficUHyNbCiG4Be3Nh25xJrFaRC2-x7Q2EJNyzfjmU8JtcILWIyrNf71rvV__Z/s320/SBT+Movie+Blogger+Template.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9033178803&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

SBT Movie Blogger Template is a Responsive Free Blogger Theme best suitable for video, movie, news, magazine or blog. With powerful features for Video, it will bring a whole new experience. Your site can be a place where everyone goes to discover new movies, video games, television shows and music albums.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;demo&quot; href=&quot;https://sbt-movie-soratemplates.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;
&lt;br /&gt;
&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/lp3hmbmpsdmsht6y7pb20977ag3y02c0&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;/h2&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
5. Sora Paper Blogger Template&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAgD5jlbMt-na1LkRf1l1bkl8k-ZNl9_s-6-KrYVFG0is38QewrtjoMJJ9v0PSV6Yv4MuCikGyviHoyD5QnFC0bu3IOV1mBnKnKUmXxTruPUCQfNRREJ73egXEtoCkuo3vWFQ5pZE36DVz/s1600/Sora+Paper+Blogger+Template.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;449&quot; data-original-width=&quot;640&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAgD5jlbMt-na1LkRf1l1bkl8k-ZNl9_s-6-KrYVFG0is38QewrtjoMJJ9v0PSV6Yv4MuCikGyviHoyD5QnFC0bu3IOV1mBnKnKUmXxTruPUCQfNRREJ73egXEtoCkuo3vWFQ5pZE36DVz/s320/Sora+Paper+Blogger+Template.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Sora Paper Blogger Template is perfect blogger theme for showcasing a beautiful fully responsive design while sitting on a very secure and carefully written code base. Sora Paper is a clean, elegant and responsive theme that is ready and waiting to be transformed into your own personal blog or dynamic simple magazine site.
&lt;a class=&quot;demo&quot; href=&quot;https://sora-paper-soratemplates.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/05akudf096xmvdvh4wvkho3qib91toxq&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;

&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/2830095075375878579'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/2830095075375878579'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2019/08/list-of-best-blogger-templates-2020.html' title='List Of The Best Blogger Templates 2020 | Best SEO Friendly Blogger Templates | Best Blogger Templates AdSense ready Free'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLvcag7QjU97O85abByJV1MleoU7X8W2_1XVvEJpAjlhsl44zUayiXf0VCWTD-P8vOC0XvmB3AYZmreZYsA7UHiKm7Req4YnrescxWmB-CGfr0vT0Ovp616JkzViU_ID_vZ1lX6YNwX8g6/s72-c/New+Simplify+2+Responsive+Blogger+Template.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-120114118724583394</id><published>2019-07-17T23:52:00.000+06:00</published><updated>2020-03-09T11:48:41.067+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Template"/><title type='text'>Free Premium Blogger Templates 2020| Best SEO Friendly Blogger Templates</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2&gt;
Free Premium Blogger Templates for your website.&lt;/h2&gt;
&lt;div&gt;
Here is some best free premium version blogger templates you can use them for your blogger website, Download templates and edit them yourself.&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
1. News Pro&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUyZCvn7LwujDOQdYjMrilkcYfAIpgmuU0xfhXrkbF_f3wFnpNoe7uETfL8QQj7w5asLDhAvESO3pM4cBA8iq2rGkfELpjMo3KuLJSlZRaySGiggoCNBWRHnGVfGbiFwhwQoZ4uflKJvOc/s1600/newspro-news-blogger-template.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;401&quot; data-original-width=&quot;630&quot; height=&quot;203&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUyZCvn7LwujDOQdYjMrilkcYfAIpgmuU0xfhXrkbF_f3wFnpNoe7uETfL8QQj7w5asLDhAvESO3pM4cBA8iq2rGkfELpjMo3KuLJSlZRaySGiggoCNBWRHnGVfGbiFwhwQoZ4uflKJvOc/s320/newspro-news-blogger-template.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
NewsProis a Blog / Magazine / Newspaper Blogger Template which gives you the tools you need to write and edit articles with ease. We carefully created the theme with multiple Blog/ Magazine / Newspaper niches and professions in mind – personal, professional, bloggers, editorial and more. With a focus on reducing bounce rates, while increasing ad exposure, this theme will keep your visitors scrolling with more content all while maximizing your ad revenue! If you are looking for Magazine style blogger template then this is best option for you&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;http://newspro-themexpose.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/6u2b2c9qbl1bsaq7ypx25tw686dh9ohp&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
2. Icofp&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhr6kQl2x6gWw5z18jX6oEpqBBoI6wyex-0uXdHKxXGChO94Y3sJC3BA17tYCxQYaGNWwDnM0-6NEH7qBvgLLw9vlw6XBHfcsyLHNXSwK4-oJMf9DFynF-WG3s_C0FdY8K1gBBviAGQEgA3/s1600/Icofp+Blogger+Template.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;449&quot; data-original-width=&quot;640&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhr6kQl2x6gWw5z18jX6oEpqBBoI6wyex-0uXdHKxXGChO94Y3sJC3BA17tYCxQYaGNWwDnM0-6NEH7qBvgLLw9vlw6XBHfcsyLHNXSwK4-oJMf9DFynF-WG3s_C0FdY8K1gBBviAGQEgA3/s320/Icofp+Blogger+Template.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Icofp Blogger Template is a Blogger theme that lets you write articles and blog posts with ease. It is fully responsive, retina ready and has many powerful features. We offer great support and friendly help! The Icofp Blogger Template is excellent for a news, newspaper, magazine, educational or publishing site. It uses the best clean SEO practices, and on top of that, it’s fast, simple, and easy to use.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;http://icofp-soratemplates.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/3uymxil8ezaz5l8ktduk0102fy9ujvm5&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
3. SEO Rocket&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxY6YH5rgaD9yhvCN_S6F_ZcjdcW3xupEundxaCaDCc2WxQt_a5tyaANQaixhJ5ojnRvRRc8dGJH6DOvQTVpMZ_As-NMlw1pWjPCThRb8IL3NZQZCoT0TAUKLaeSXOEY4MF3_aRL-LKAa5/s1600/seo-rocket-blogger-template-full.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;406&quot; data-original-width=&quot;630&quot; height=&quot;206&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxY6YH5rgaD9yhvCN_S6F_ZcjdcW3xupEundxaCaDCc2WxQt_a5tyaANQaixhJ5ojnRvRRc8dGJH6DOvQTVpMZ_As-NMlw1pWjPCThRb8IL3NZQZCoT0TAUKLaeSXOEY4MF3_aRL-LKAa5/s320/seo-rocket-blogger-template-full.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
With search engines in mind such as Google and Bing, we created the responsive theme SEO Rocket. It is a perfect responsive and gorgeous SEO friendly and SEO optimized Blogger Template. Seo Boost is coded in a new way, where it loads everything async and have carefully enqueued scripts so it loads as quickly as possible. It is specially designed for any kind of newspaper, blog, magazine, portal and personal type website. &lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;https://seo-rocket-themexpose.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/shared/static/uatr1vajuq3dmlc588jzes2rj8znjzww.zip&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
4. Best SEO&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizZ6BxCNRWFD2xGoED3fEHCdfFTnqOk8haGUjIZNltxoryTyeL8Q1TsxKLSYxvBEHrApfsnQa92NjG3hpJDrEaudF4Z0LzkNwZjkQo8jUHqQxEgixjrJUOTzar1bmCo4jdWscJx4KHziCC/s1600/Best+Seo+Friendly+Blogger+Template.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;570&quot; data-original-width=&quot;851&quot; height=&quot;214&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizZ6BxCNRWFD2xGoED3fEHCdfFTnqOk8haGUjIZNltxoryTyeL8Q1TsxKLSYxvBEHrApfsnQa92NjG3hpJDrEaudF4Z0LzkNwZjkQo8jUHqQxEgixjrJUOTzar1bmCo4jdWscJx4KHziCC/s320/Best+Seo+Friendly+Blogger+Template.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Best is a multipurpose blogger template and the most seo optimized template which we have published till now and you can find on the internet. With search engines in mind such as Google and Bing, we created the responsive theme Best. It is a perfect responsive and gorgeous SEO friendly and SEO optimized Blogger Template. Best is coded in a new way, where it loads rapid fast and have carefully enqueued scripts so it loads as quickly as possible. It is specially designed for any kind of newspaper, blog, magazine, portal and personal type website. Following are some of the key features of Best blogger template.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;https://best-way2themes.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/463zpn659p2hrjyg70z7ad5ffb90y7os&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2&gt;
5. Ideas Mag&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAtJ3QaZBjIgfVY6FvJBncx1982yOiPcZmF4F-oKahoKFaE0bjKH5w4MbekrMtof6YZqPgmdyIq2TwhDuDyMLp3n_TDfIGR_nfE7ZmNwSE2CYar1oMvKMCWYtycicqEhyfvTkg7rVYNHIl/s1600/Ideas+Mag+Blogger+Template.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;375&quot; data-original-width=&quot;580&quot; height=&quot;206&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAtJ3QaZBjIgfVY6FvJBncx1982yOiPcZmF4F-oKahoKFaE0bjKH5w4MbekrMtof6YZqPgmdyIq2TwhDuDyMLp3n_TDfIGR_nfE7ZmNwSE2CYar1oMvKMCWYtycicqEhyfvTkg7rVYNHIl/s320/Ideas+Mag+Blogger+Template.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Ideas Mag Blogger Template is a minimal free blog theme for Blogger. A fresh style, light colors and organized view. Those are what Juliet brings to you. Decoration, travel, design ideas, daily notes, or whatever you like to create a blog about needs efficient usage for both of you and your visitors. That’s why we love to keep the things simple.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;http://ideas-mag-soratemplates.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/t0cb27ma9iie2kfod63gv73m75tj3baf&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
Thank you for visiting us, if you like this article you can follow us on the social network or leave us a little line on the comment box.&lt;/blockquote&gt;
&lt;u&gt;Share with your friends&lt;/u&gt;&amp;nbsp;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/120114118724583394'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/120114118724583394'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2019/07/free-premium-blogger-templates-2019.html' title='Free Premium Blogger Templates 2020| Best SEO Friendly Blogger Templates'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUyZCvn7LwujDOQdYjMrilkcYfAIpgmuU0xfhXrkbF_f3wFnpNoe7uETfL8QQj7w5asLDhAvESO3pM4cBA8iq2rGkfELpjMo3KuLJSlZRaySGiggoCNBWRHnGVfGbiFwhwQoZ4uflKJvOc/s72-c/newspro-news-blogger-template.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-5110005428539088498</id><published>2019-07-13T22:57:00.000+06:00</published><updated>2020-02-27T16:40:04.626+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="WordPress"/><title type='text'>5 Best WordPress login page plugin</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv85OeUq0j76og0YisPyjboB_YJ2tYHgDX1K4_5UxWQEc67Ee75xZWh0SoDb8AQ06wt78Zzdh2ipbC9UvQiQfYgCI-cdAcrQ4vVfcKnE1GWkO3vnNVV0aDm5t-2KW-H0uM6YdgJvz6nOrr/s1600/loginpageplugins.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;340&quot; data-original-width=&quot;550&quot; height=&quot;197&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv85OeUq0j76og0YisPyjboB_YJ2tYHgDX1K4_5UxWQEc67Ee75xZWh0SoDb8AQ06wt78Zzdh2ipbC9UvQiQfYgCI-cdAcrQ4vVfcKnE1GWkO3vnNVV0aDm5t-2KW-H0uM6YdgJvz6nOrr/s320/loginpageplugins.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Looking for the best WordPress login page plugins for your website? The login page is the door to your website’s admin area. You need to make it secure while making it easy for users to login. In this article, we have hand-picked some of the best WordPress login page plugins that you can try.&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9033178803&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;h2 style=&quot;text-align: left;&quot;&gt;
1. Theme my login&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCSTeas4f4riLHYSje0fYgsT2F8oVs6eP8U61IMMUfjrQ4_m8wNngHIbfivSyfsyyE3Ynpn2_8gGCbGSsyW-bJvZrTg81h2QhmUBqfyOm6t-OQJy33HvNvUrU_E6LgVzK32mVsNZ85lUc7/s1600/banner-1544x500.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;500&quot; data-original-width=&quot;1544&quot; height=&quot;103&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCSTeas4f4riLHYSje0fYgsT2F8oVs6eP8U61IMMUfjrQ4_m8wNngHIbfivSyfsyyE3Ynpn2_8gGCbGSsyW-bJvZrTg81h2QhmUBqfyOm6t-OQJy33HvNvUrU_E6LgVzK32mVsNZ85lUc7/s320/banner-1544x500.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Ever wished that your WordPress login page matched the rest of your site? Your wish has come true! Theme My Login allows you to bypass the default WordPress-branded login page that looks nothing like the rest of your site. Instead, your users will be presented with the login, registration and password recovery pages right within your theme. The best part? It works right out of the box, with no configuration necessary! Take back your login page, WordPress users!&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9033178803&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;h4&gt;
Features&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Have you users log in from the frontend of your site.&lt;/li&gt;
&lt;li&gt;Have your users register from the frontend of your site.&lt;/li&gt;
&lt;li&gt;Have your users recover their password from the frontend of your site.&lt;/li&gt;
&lt;li&gt;Customize the slugs used for login, registration, password recovery and other pages.&lt;/li&gt;
&lt;li&gt;Allow your users to register with only their email.&lt;/li&gt;
&lt;li&gt;Allow your users to set their own passwords upon registration.&lt;/li&gt;
&lt;li&gt;Allow your users to log in using either their email and password, username and password or a combination of the two.&lt;/li&gt;
&lt;li&gt;Allow your users to be logged in automatically after registration with auto-login.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://wordpress.org/plugins/theme-my-login/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
2. Login page Customizer&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbXoU88kX8ZbeKNRq7EDHB9jH7GnNdVDFRwjEdqX6LBXSH3GWVeGtXhbiXbVPo6x401UHqZhTo86AohvB75VamborBRa1HMrSy1gu9-Fbq1vfz2efUNQ0-RGUDy75c7IJm62ONgT3GB9nL/s1600/banner-772x250.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;250&quot; data-original-width=&quot;772&quot; height=&quot;103&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbXoU88kX8ZbeKNRq7EDHB9jH7GnNdVDFRwjEdqX6LBXSH3GWVeGtXhbiXbVPo6x401UHqZhTo86AohvB75VamborBRa1HMrSy1gu9-Fbq1vfz2efUNQ0-RGUDy75c7IJm62ONgT3GB9nL/s320/banner-772x250.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Custom Login Page Customizer plugin allows you to easily customize your login page straight from your WordPress Customizer! You can preview your custom login changes before you save them! Awesome, right?&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://wordpress.org/plugins/login-customizer/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
3. Custom Login&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEVpGLCChrv3WsESQE0lGVEuuZ_95knBjPFAoXsvlHqjbxM63bOnQdGJ5GvCeeqFoY3idkfIh1dG34rVYDxTmkTnBG6Cm8Sm1YLsYKByDWk1sMaA1KCAMsrloEabg-OxayjVdMh396ZEHC/s1600/screenshot-1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1181&quot; data-original-width=&quot;1020&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEVpGLCChrv3WsESQE0lGVEuuZ_95knBjPFAoXsvlHqjbxM63bOnQdGJ5GvCeeqFoY3idkfIh1dG34rVYDxTmkTnBG6Cm8Sm1YLsYKByDWk1sMaA1KCAMsrloEabg-OxayjVdMh396ZEHC/s320/screenshot-1.png&quot; width=&quot;276&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
The Custom Login WordPress plugin keeps gets better, and with 1,028,344 downloads and counting, you can bet that it will continue to improve and be more feature rich.
&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9033178803&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
Custom Login WordPress Plugin Features:
When Custom Login 2 was released we added the ability to extend how that plugin functioned. Since version 2 was released in April of 2013 we’ve added 7 extensions, with more on the way.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://wordpress.org/plugins/custom-login/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
4. Custom WP Login&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRsLVIypaKO97zW55sXfjt-AaYjqmyfJkbSh0AVx4leu6aLbTcG-PfBES_7OGIYNySwhK6pgvUiKGpI3XYcywRboeyzAoileWySpB2KTgwsyLbBM1RY3b9P9SSuOPQi3TRsT2aGRisj76_/s1600/screenshot-1+%25281%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;683&quot; data-original-width=&quot;1567&quot; height=&quot;139&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRsLVIypaKO97zW55sXfjt-AaYjqmyfJkbSh0AVx4leu6aLbTcG-PfBES_7OGIYNySwhK6pgvUiKGpI3XYcywRboeyzAoileWySpB2KTgwsyLbBM1RY3b9P9SSuOPQi3TRsT2aGRisj76_/s320/screenshot-1+%25281%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Custom WP Login replaces the WordPress login flow with custom pages. It allows you to have a complete user registration and login experience on the public-facing pages of your WordPress site. This is useful for sites who want to use WordPress’ built-in users functionality, but only want to keep users on the front-end of the site and not in the WordPress dashboard.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://wordpress.org/plugins/custom-wp-login/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
5. WP User - Custom Registration form, Login and User Profile&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2IqPsLw0344jH-IvKGx0jHN0HJu-O8Uc-rsKplufL9lKJJdGoIH4bkiVAVB1gWfyT1IekO4pSX-BlvnlZ6nEeGkQYeljveGXp7YpAfwqsIzRkIhPO9xBD2c5U5ZdOxGoBoIVBMTIvYczi/s1600/banner-772x250+%25281%2529.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;250&quot; data-original-width=&quot;772&quot; height=&quot;103&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2IqPsLw0344jH-IvKGx0jHN0HJu-O8Uc-rsKplufL9lKJJdGoIH4bkiVAVB1gWfyT1IekO4pSX-BlvnlZ6nEeGkQYeljveGXp7YpAfwqsIzRkIhPO9xBD2c5U5ZdOxGoBoIVBMTIvYczi/s320/banner-772x250+%25281%2529.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;WP User plugin helps you to create front end login and registration form.&lt;/li&gt;
&lt;li&gt;User logins or registrations and would like to avoid the normal wordpress login pages, this plugin adds the capability of placing a login, Registration, forgot password with smooth effects in AJAX.&lt;/li&gt;
&lt;li&gt;Extends the WP REST API using JSON Web Tokens Authentication as an authentication method. Authorize your REST API requests so that you can create, update and delete your data.&lt;/li&gt;
&lt;/ul&gt;
&lt;a href=&quot;https://wpuserplus.com/&quot; rel=&quot;nofollow&quot;&gt;https://wpuserplus.com&lt;/a&gt;&lt;br /&gt;
&lt;h4&gt;
Features&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Login : Login with Username or Email Id or Mobile Number&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Login with – Password or OTP &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Registration&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Forgot Password&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Profile : View/Edit Profile&lt;/li&gt;
&lt;li&gt;Login with Password or &lt;strong&gt;OTP&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;security&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Limit Login&lt;/strong&gt; Attempts&lt;/li&gt;
&lt;li&gt;Mechanism for slow down brute force attack&lt;/li&gt;
&lt;li&gt;Notify on lockout (Email to admin after cross limit the number of login attempts)&lt;/li&gt;
&lt;li&gt;Password Regular Expression (Form Validation &amp;amp; Security )&lt;/li&gt;
&lt;li&gt;Google &lt;strong&gt;reCAPTCHA&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Approve/Deny User&lt;/li&gt;
&lt;li&gt;Auto / Email Approval user&lt;/li&gt;
&lt;li&gt;View Login Log&lt;/li&gt;
&lt;li&gt;Restrict an entire post or page&lt;/li&gt;
&lt;li&gt;Restrict section of content within a post/page&lt;/li&gt;
&lt;li&gt;Logged in or selected role users only access content&lt;/li&gt;
&lt;li&gt;Blacklisting / Whitelisting IP addresses&lt;/li&gt;
&lt;li&gt;2-Step Verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Email Notification&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;New Registration&lt;/li&gt;
&lt;li&gt;Email to admin after cross limit the number of login attempts&lt;/li&gt;
&lt;li&gt;Custom email subject, content&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Front-end profile&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;View/Edit user information user front end dashboard&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;User Avatar&lt;/strong&gt; : for users to upload images or enter url to their profile&lt;/li&gt;
&lt;li&gt;Change the Default Gravatar&lt;/li&gt;
&lt;li&gt;Send mail to admin via Contact Us form&lt;/li&gt;
&lt;li&gt;Get Notification new comment on user post, woocommerce order status changed to refund/complete, new follow&lt;/li&gt;
&lt;li&gt;Whenever a user publish posts, all the followers will receive a notification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Member Directory&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Member Pagination,Search.&lt;/li&gt;
&lt;li&gt;View Member Profile.&lt;/li&gt;
&lt;li&gt;Send Mail to Member&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Auto &lt;strong&gt;Generate page&lt;/strong&gt; for Login,Register&lt;/li&gt;
&lt;li&gt;Enable / &lt;strong&gt;Disable Admin Bar&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Templates : 4 login,register front end &lt;strong&gt;templates&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Customizable CSS&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt; Admin : Export Users CSV&lt;/li&gt;
&lt;li&gt;AJAX based verification for username and email accounts&lt;/li&gt;
&lt;li&gt;Add smooth ajax login/registration effects&lt;/li&gt;
&lt;li&gt;Login redirection&lt;/li&gt;
&lt;li&gt;Login/registration/forgot password &lt;strong&gt;popup model&lt;/strong&gt; :  You can create one popup that contains all 3 with a great interface for switching between them&lt;/li&gt;
&lt;li&gt;Light weight plugin&lt;/li&gt;
&lt;li&gt;Customize skin color,buttons, link, box, form background etc.&lt;/li&gt;
&lt;li&gt;login,register , forgot password form using shortcode, widget, popup&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Responsive&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;MultiSite&lt;/li&gt;
&lt;li&gt;Multi language&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;REST API&lt;/strong&gt;– Login, Register, Forgot, Update, view User, List users, Generate Token&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;
Integration plugin&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;woocommerce&lt;/li&gt;
&lt;li&gt;SupportCandy&lt;/li&gt;
&lt;li&gt;YITH WooCommerce Points and Rewards&lt;/li&gt;
&lt;li&gt;YITH WooCommerce Wishlist&lt;/li&gt;
&lt;li&gt;WP Twilio Core&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://wordpress.org/plugins/wp-user/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;ins class=&quot;adsbygoogle&quot; data-ad-client=&quot;ca-pub-5102551212471159&quot; data-ad-format=&quot;auto&quot; data-ad-slot=&quot;9033178803&quot; data-full-width-responsive=&quot;true&quot; style=&quot;display: block;&quot;&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;blockquote class=&quot;tr_bq&quot;&gt;
Thank you for visiting us. If you like this article you can use the comment box and leave us a little line.&lt;/blockquote&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/5110005428539088498'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/5110005428539088498'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2019/07/5-best-wordpress-login-page-plugin.html' title='5 Best WordPress login page plugin'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiv85OeUq0j76og0YisPyjboB_YJ2tYHgDX1K4_5UxWQEc67Ee75xZWh0SoDb8AQ06wt78Zzdh2ipbC9UvQiQfYgCI-cdAcrQ4vVfcKnE1GWkO3vnNVV0aDm5t-2KW-H0uM6YdgJvz6nOrr/s72-c/loginpageplugins.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-3610148580923104106</id><published>2019-07-06T12:38:00.001+06:00</published><updated>2019-07-06T12:38:13.173+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="Web Design"/><title type='text'>How To Create an IE-Only Stylesheet | All IE tags stylesheet css</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWUYakNZLdKhRT9Sgk4ski-V_oXW-UaX1h9-VcOw8BeBN3D4ivs-5m0XMEVvrPN0Dm1WVllQiGzm_a6yxtNj_ihpmyBNXKQ3hLt3WPZUrP5c3-eNzB6wj0Znl74mJyCK_Wpj88kM1YQdVn/s1600/ie-only-css.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;155&quot; data-original-width=&quot;288&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWUYakNZLdKhRT9Sgk4ski-V_oXW-UaX1h9-VcOw8BeBN3D4ivs-5m0XMEVvrPN0Dm1WVllQiGzm_a6yxtNj_ihpmyBNXKQ3hLt3WPZUrP5c3-eNzB6wj0Znl74mJyCK_Wpj88kM1YQdVn/s1600/ie-only-css.gif&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
The tool of choice for fighting IE problems is the conditional stylesheet. IE provides comment tags, supported all the way up to the current IE 8 to target specific versions, as well as greater-than/less-than stuff for targeting multiple versions at once.&lt;br /&gt;
&lt;h2&gt;
Why use conditional stylesheets?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;You got problems, they need fixin&#39;&lt;/li&gt;
&lt;li&gt;Keeps your code hack-free and valid&lt;/li&gt;
&lt;li&gt;Keeps your main stylesheet clean&lt;/li&gt;
&lt;li&gt;Perfectly acceptable technique, sanctioned by Microsoft&lt;/li&gt;
&lt;/ul&gt;
And remember, these conditional tags don&#39;t have to be used only for CSS. You could load JavaScript, or even use them down in the content of your site to display special IE-specific messages.&lt;br /&gt;
This would go in your &lt;head&gt; with all the other regular CSS &lt;link&gt;&lt;/link&gt;ed CSS files. The opening and closing tags should be familiar, that&#39;s just regular ol&#39; HTML comments. Then between the brackets, &quot;IF&quot; and &quot;IE&quot; should be fairly obvious. The syntax to note is &quot;!&quot; stand for &quot;not&quot;, so !IE means &quot;not IE&quot;. gt means &quot;greater than&quot;, gte means &quot;greater than or equal&quot;, lt means &quot;less than&quot;, lte means &quot;less than or equal.&quot;&lt;/head&gt;&lt;br /&gt;
&lt;strong&gt;Note that IE 10 and up DO NOT support conditional comments at all.&lt;/strong&gt;
&lt;br /&gt;
&lt;h2&gt;
Target ALL VERSIONS of IE&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if IE]&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;all-ie-only.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;
Target everything EXCEPT IE&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if !IE]&amp;gt;&amp;lt;!--&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;not-ie.css&quot; /&amp;gt;
 &amp;lt;!--&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;
Target IE 7 ONLY&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if IE 7]&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie7.css&quot;&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;
Target IE 6 ONLY&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if IE 6]&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie6.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;
Target IE 5 ONLY&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if IE 5]&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie5.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;
Target IE 5.5 ONLY&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if IE 5.5000]&amp;gt;
&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie55.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;
Target IE 6 and LOWER&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if lt IE 7]&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie6-and-down.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if lte IE 6]&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie6-and-down.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;
Target IE 7 and LOWER&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if lt IE 8]&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie7-and-down.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if lte IE 7]&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie7-and-down.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;
Target IE 8 and HIGHER&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if gt IE 7]&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie8-and-up.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if gte IE 8]&amp;gt;
 &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie8-and-up.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;
Universal IE 6 CSS&lt;/h2&gt;
Dealing with IE 6 and below is always an extra-special challenge. These days people are dropping support for it right and left, including major businesses, major web apps, and even governments. There is a better solution than just letting the site go to hell, and that is to serve IE 6 and below a special stripped-down stylesheet, and then serve IE 7 and above (and all other browsers) the regular CSS. This is been coined the universal IE 6 CSS.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!--[if !IE 6]&amp;gt;&amp;lt;!--&amp;gt;
  &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; href=&quot;REGULAR-STYLESHEET.css&quot; /&amp;gt;
&amp;lt;!--&amp;lt;![endif]--&amp;gt;

&amp;lt;!--[if gte IE 7]&amp;gt;
  &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; href=&quot;REGULAR-STYLESHEET.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;

&amp;lt;!--[if lte IE 6]&amp;gt;
  &amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; href=&quot;http://universal-ie6-css.googlecode.com/files/ie6.0.3.css&quot; /&amp;gt;
&amp;lt;![endif]--&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;
IE 10 Specific Styles&lt;/h2&gt;
JavaScript&lt;br /&gt;
&lt;pre class=&quot;javascript&quot;&gt;&lt;code&gt;var doc = document.documentElement;
doc.setAttribute(&#39;data-useragent&#39;, navigator.userAgent);&lt;/code&gt;&lt;/pre&gt;
HTML&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;html data-useragent=&quot;Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)&quot;&amp;gt;&lt;/code&gt;&lt;/pre&gt;
CSS&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;html[data-useragent*=&#39;MSIE 10.0&#39;] h1 {
  color: blue;
}&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/3610148580923104106'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/3610148580923104106'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2019/07/how-to-create-ie-only-stylesheet-all-ie.html' title='How To Create an IE-Only Stylesheet | All IE tags stylesheet css'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWUYakNZLdKhRT9Sgk4ski-V_oXW-UaX1h9-VcOw8BeBN3D4ivs-5m0XMEVvrPN0Dm1WVllQiGzm_a6yxtNj_ihpmyBNXKQ3hLt3WPZUrP5c3-eNzB6wj0Znl74mJyCK_Wpj88kM1YQdVn/s72-c/ie-only-css.gif" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-6650972348097478167</id><published>2019-07-05T20:08:00.001+06:00</published><updated>2020-05-03T10:00:06.580+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="WordPress"/><title type='text'>5 Best WordPress Gallery Plugins free</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoTAmc8Cz7uXM1ouo_soxyACjl-Utv6TxFVJUM-eBFCLJlgiWC7h5FsI3KNW9Z3w6qHmSUeKPMpJBxkF_-vb-1e6mzLTkHL0QqYIm5Yex99SKeXNw6f5Ot5MqQCJSks3VUu9C2a3kg-6SS/s1600/free-wordpress-gallery-plugins-768x572.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;572&quot; data-original-width=&quot;768&quot; height=&quot;238&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoTAmc8Cz7uXM1ouo_soxyACjl-Utv6TxFVJUM-eBFCLJlgiWC7h5FsI3KNW9Z3w6qHmSUeKPMpJBxkF_-vb-1e6mzLTkHL0QqYIm5Yex99SKeXNw6f5Ot5MqQCJSks3VUu9C2a3kg-6SS/s320/free-wordpress-gallery-plugins-768x572.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Depending on the content your website is all about, installing a tool from our best free WordPress gallery plugins collection is a wise decision to make. WordPress’ default installation comes with a gallery, however, it lacks features and functions. You cannot do any of the fancy stuff rather keep it as basic as it can get. If you truly want to impress your users with your wonderful media, this article is the right one for you.&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;/h2&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
1. Modula [Trending]&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBSVBJM7MhaH0aZouiAeaG6y4kxInriTMUozdZ7wfjjPE3g6nqt5DwNQ9okn98I96wbzRMntsd8ow9E9e9chQt_Bo3LbI3dMeAFFCnrz4rqSc1dlnFwi4cxzC9yvtGCBCsg69PvQzhaH60/s1600/wp-modula-free-gallery-plugin-768x249.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;249&quot; data-original-width=&quot;768&quot; height=&quot;103&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBSVBJM7MhaH0aZouiAeaG6y4kxInriTMUozdZ7wfjjPE3g6nqt5DwNQ9okn98I96wbzRMntsd8ow9E9e9chQt_Bo3LbI3dMeAFFCnrz4rqSc1dlnFwi4cxzC9yvtGCBCsg69PvQzhaH60/s320/wp-modula-free-gallery-plugin-768x249.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Modula Image Gallery is a standalone plugin built, maintained &amp;amp; operated by the friendly folks over at MachoThemes.

With Modula, it’s easier than ever to build stunning lightbox galleries, masonry grids, custom grids and more in no more than a few clicks right from the WordPress dashboard.

Modula is the best WordPress gallery plugin for adding custom, unique and responsive galleries to your website. There is a free version of Modula available (Modula Lite) and a premium version (Modula Pro) both of which will allow you to add amazing, fast-loading galleries to your website.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://wordpress.org/plugins/modula-best-grid-gallery/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
2. Envira Gallery&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHd-90iXwrkkl8gT3EugwWplqT17-DDPymKts5r-JuLK-JbIqeYoYocMRl2dztyCJ0ICJ1zuzpkNmzEC7OoYiIxHiTYiMriiQsOHj0mZa0mWXw4RkziM2BYjA-qlL28YXLxXnOnk9a0zZb/s1600/envira-free-wordpress-gallery-plugin-768x194.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;194&quot; data-original-width=&quot;768&quot; height=&quot;80&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHd-90iXwrkkl8gT3EugwWplqT17-DDPymKts5r-JuLK-JbIqeYoYocMRl2dztyCJ0ICJ1zuzpkNmzEC7OoYiIxHiTYiMriiQsOHj0mZa0mWXw4RkziM2BYjA-qlL28YXLxXnOnk9a0zZb/s320/envira-free-wordpress-gallery-plugin-768x194.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Envira is highly optimized for web and server performance because we understand the importance of speed when it comes to SEO and conversion.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://wordpress.org/plugins/envira-gallery-lite/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
3. NextGen Gallery&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7WZBvXDuO4iHwK6nLdPXz_NmzxpxfazSFCH4OlMe2ndEoD7WTDHv9kh5jtm0Bx7xVsagfGaXNF9grSAbXWgxyNwkGgztaazLGLYE0YKxQD5D3PtFKPBsy9D2YdRprZzc2RnslAjcDiHwV/s1600/nextgen-free-wordpress-gallery-plugin-768x189.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;189&quot; data-original-width=&quot;768&quot; height=&quot;78&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7WZBvXDuO4iHwK6nLdPXz_NmzxpxfazSFCH4OlMe2ndEoD7WTDHv9kh5jtm0Bx7xVsagfGaXNF9grSAbXWgxyNwkGgztaazLGLYE0YKxQD5D3PtFKPBsy9D2YdRprZzc2RnslAjcDiHwV/s320/nextgen-free-wordpress-gallery-plugin-768x189.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
NextGEN Gallery has been the industry’s standard WordPress gallery plugin since 2007 and continues to receive over 1.5 million new downloads per year. It’s easy for simple photo galleries, but powerful enough for the most demanding photographers, visual artists, and imaging professionals.

On the back end, NextGEN offers a complete WordPress gallery management system with the ability to batch upload photos, import meta data, add/delete/rearrange/sort photos, edit thumbnails, group galleries into albums, and more.

On the front end, the free version of NextGEN provides three main gallery styles (slideshow, thumbnail, and imagebrowser galleries) and two album styles (compact and extended), all of which come with a wide array of options for controlling size, style, timing, transitions, controls, lightbox effects, and more. Learn more about NextGEN WordPress Gallery Plugin features.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://wordpress.org/plugins/nextgen-gallery/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
4. Photo gallery by WD&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM_h-uuZlcOLs8xvaCuZ7_GafJbmrY8PexHC055VVFygRuJd3K84Mj2akmUTjHS666GNCt3T3IRBuOW0AxzinuWHZbYgHeANcddZMTFrSx8BqWAbZAIQV_jXIGdhyhEQEmPnLd3LJFF1I1/s1600/photo-gallery-by-wd-free-wordpress-plugin-768x194.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;194&quot; data-original-width=&quot;768&quot; height=&quot;80&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM_h-uuZlcOLs8xvaCuZ7_GafJbmrY8PexHC055VVFygRuJd3K84Mj2akmUTjHS666GNCt3T3IRBuOW0AxzinuWHZbYgHeANcddZMTFrSx8BqWAbZAIQV_jXIGdhyhEQEmPnLd3LJFF1I1/s320/photo-gallery-by-wd-free-wordpress-plugin-768x194.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Photo Gallery is the leading plugin for building beautiful mobile-friendly galleries in a few minutes.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://wordpress.org/plugins/photo-gallery/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
5. Grand WP&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSBfnbAnl8zeuApM-xlyRmoG_sjBEone8kOJjZsA1lTMNuErMHHV9RP82qhBvp1-t_6aAhuwj6NgrupSbrXTAQTKOfT2QKYRUTCf_u0SbD45Xwpy5ax1GfkWTkD1D4YXF8KzmmtvOaOK9G/s1600/grandwp-free-wordpress-gallery-plugin-768x362.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;362&quot; data-original-width=&quot;768&quot; height=&quot;150&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSBfnbAnl8zeuApM-xlyRmoG_sjBEone8kOJjZsA1lTMNuErMHHV9RP82qhBvp1-t_6aAhuwj6NgrupSbrXTAQTKOfT2QKYRUTCf_u0SbD45Xwpy5ax1GfkWTkD1D4YXF8KzmmtvOaOK9G/s320/grandwp-free-wordpress-gallery-plugin-768x362.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
GrandWP Responsive Photo Gallery is equipped with all necessary options to make the image publishing process easier and more convenient. User-friendly functionality allows easily adding unlimited images to the website within a few clicks.

Responsive Image Gallery plugin is a powerful tool which will help you to display desired images in the way you want them to appear. The plugin offers 5 stunning and exceptional views to emphasize the website unique design. Images will be 100% responsive both on the desktop and on mobile devices.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://wordpress.org/plugins/photo-gallery-image/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6650972348097478167'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6650972348097478167'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2019/07/5-best-wordpress-gallery-plugins-free.html' title='5 Best WordPress Gallery Plugins free'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoTAmc8Cz7uXM1ouo_soxyACjl-Utv6TxFVJUM-eBFCLJlgiWC7h5FsI3KNW9Z3w6qHmSUeKPMpJBxkF_-vb-1e6mzLTkHL0QqYIm5Yex99SKeXNw6f5Ot5MqQCJSks3VUu9C2a3kg-6SS/s72-c/free-wordpress-gallery-plugins-768x572.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-7306907362038110667.post-6346155689934533522</id><published>2019-07-04T16:09:00.000+06:00</published><updated>2019-07-04T16:09:20.358+06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Template"/><title type='text'>Best Blogger templates video blog | Video blogger template the best template list of video blogger</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;clear: both; text-align: center;&quot;&gt;
Best Blogger templates for your video blog and your YouTube channel&lt;/h2&gt;
&lt;div&gt;
The best template for the video blogger website, you can use them for your YouTube channel blogger website and other video blog website. Downloaded and make yourself a professional video blogger website.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNRFl80LoiaSOp3e3bzldh1z5jZEMaexj6GZ9SMkaR_p5ZMp97r68-GwtPRZDSM4LHWXQo_jebZ_CMDF23ge5NgtBa7-oX36zaaxsmvjKkvL8vNNsjzEdSn2e83K5Araed2irKUMC1mMb_/s1600/Video+Blogger+Template.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;449&quot; data-original-width=&quot;640&quot; height=&quot;224&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNRFl80LoiaSOp3e3bzldh1z5jZEMaexj6GZ9SMkaR_p5ZMp97r68-GwtPRZDSM4LHWXQo_jebZ_CMDF23ge5NgtBa7-oX36zaaxsmvjKkvL8vNNsjzEdSn2e83K5Araed2irKUMC1mMb_/s320/Video+Blogger+Template.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
1. Video blogger template&lt;/h2&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
Video Blogger Template is an most powerful Blogger theme for video-based websites. Built upon our seo friendly clean code, biggest video theme on market, Video has more unique features which help you to build any kind of video websites. Whether it is about game, movie, news, entertainment, science. Video can do it!&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;https://video-soratemplates.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/ujm3ieb5kg2cb6t8fnyiv5l0f0yblcj1&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivK-YBEDFUIAtWg5GFOO-cSMvZKFOuc5uk_Ya8-ziioDHFIHlMHIHbmyM8njlAOF96x_uiGS4IyoJqrT0W5SKIQ8LRlk8kzjNTeOU621DIyY7dJ_zvXJO4sEBKNOQx_SdMfCz9cjEYoG7b/s1600/Video+Download+Blogger+Template.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;444&quot; data-original-width=&quot;640&quot; height=&quot;222&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivK-YBEDFUIAtWg5GFOO-cSMvZKFOuc5uk_Ya8-ziioDHFIHlMHIHbmyM8njlAOF96x_uiGS4IyoJqrT0W5SKIQ8LRlk8kzjNTeOU621DIyY7dJ_zvXJO4sEBKNOQx_SdMfCz9cjEYoG7b/s320/Video+Download+Blogger+Template.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
2. Video Downloader blogger template&lt;/h2&gt;
&lt;/div&gt;
Video Download Blogger Template is a creative Blogger video theme suitable for all types of videos, filmmakers, vloggers, Youtubers, streamers, gamers, movies, magazines, video blog (vlog) websites. Whether you want to build a personal blog including website or a video showcase for your company, Video Blogger Template will be a tremendously intuitive, suited to be deployed for a number of different websites and projects of all kinds. With Video Blogger Theme, you can easily present your videos, images and articles in an attractive way.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;https://video-download-soratemplates.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/l3xh66oa7rj49j9wum79rmtey9bbyveq&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhr8PY_Kmv1HS7Ykfa5m-Di0fUtYOpfelMS27OUUnnt1XYhYVktC3GnCQ_vbiSYEpeU1is4zdt0PvcDOe5uikDCLi-E0P6K5C-koMGbdt_o8MEQkwJdU-v5frK5UrEUcDLc-rs-t5XRU9ID/s1600/sportsmag-blogger-template.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;399&quot; data-original-width=&quot;630&quot; height=&quot;202&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhr8PY_Kmv1HS7Ykfa5m-Di0fUtYOpfelMS27OUUnnt1XYhYVktC3GnCQ_vbiSYEpeU1is4zdt0PvcDOe5uikDCLi-E0P6K5C-koMGbdt_o8MEQkwJdU-v5frK5UrEUcDLc-rs-t5XRU9ID/s320/sportsmag-blogger-template.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2&gt;
3. Sports Mag&lt;/h2&gt;
&lt;/div&gt;
Sports magone of the Best and Unique Sports Blogger Template forever and Sports like Soccer, Football, Cricket, Baseball, Basketball, Hockey, Tennis, Surfing, Boxing, Yoga, Tennis, Cycling, Swimming, Athletics, Slalom, Golf, Volleyball and All king of Sports Events.It is fully responsive, retina ready and has many powerful features. We strongly focused on the content and readability because they’re obviously important for all website owners, and, of course, the theme is very optimized for better SEO results and high-speed guaranteed.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;http://sports-themexpose.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;https://app.box.com/s/uh9i0cb3zj7bu885r492gpehb5gjsmxp&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRldvDcAtWz76NWwTcUYLM1QpKuHDGVBvzVWJoAlcINCy6N36dsJg1xcUdUhlv6yGpLCcmtH4oeNM2zWd1ne3U03oIFnCS-gif8ExoKkktJL9xWdcDBmEWriUky-WVCIcuFtMehQZZiDoU/s1600/Smart-Tube-blogger-template.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;390&quot; data-original-width=&quot;700&quot; height=&quot;178&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRldvDcAtWz76NWwTcUYLM1QpKuHDGVBvzVWJoAlcINCy6N36dsJg1xcUdUhlv6yGpLCcmtH4oeNM2zWd1ne3U03oIFnCS-gif8ExoKkktJL9xWdcDBmEWriUky-WVCIcuFtMehQZZiDoU/s320/Smart-Tube-blogger-template.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
4. Smart Tube&lt;/h2&gt;
&lt;/div&gt;
Smart Tube Video Blogger Template! Let&#39;s welcome our new blogger template. Yes! after 1 year, we&#39;re releasing a new template. Smart Tube is a professional and high-quality video blogger template.&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;https://smarttube-templatemark.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;http://bit.ly/smarttube-templatemark&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitDs0a6DV19VWc6sFBVHkczCKu4uWKmIpNn0qJpYcsuGjmbvuzEveId6cP_Dnm3ZQUOVLhe87_baf33wEHyFY07uSdWb8LC5kMVIiiiaMYwMMHlHkTwguoerUMHwJRbrYY0La4Q8J3z2_r/s1600/MovieKhor-Movie-Blogger-Template.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;390&quot; data-original-width=&quot;700&quot; height=&quot;178&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitDs0a6DV19VWc6sFBVHkczCKu4uWKmIpNn0qJpYcsuGjmbvuzEveId6cP_Dnm3ZQUOVLhe87_baf33wEHyFY07uSdWb8LC5kMVIiiiaMYwMMHlHkTwguoerUMHwJRbrYY0La4Q8J3z2_r/s320/MovieKhor-Movie-Blogger-Template.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
5. Movie khor&lt;/h2&gt;
&lt;/div&gt;
MovieKhor -  Professional Movie Blogger Template. Hello guys, After long time, Now we&#39;re sharing another blogger template. MovieKhor is the best and professional movie blogger template and it is perfect for all kind movie download or movie review blog. You know, TemplateMark is share all kind of best and free blogger templates. This is the another best movie download blogger template. Gazi Tv Live&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;ul class=&quot;button&quot;&gt;
&lt;li&gt;&lt;a class=&quot;demo&quot; href=&quot;https://moviekhor-templatemark.blogspot.com/&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;download&quot; href=&quot;http://bit.ly/moviekhor_templatemark&quot; rel=&quot;nofollow noopener&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6346155689934533522'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7306907362038110667/posts/default/6346155689934533522'/><link rel='alternate' type='text/html' href='https://blogger.nullbite.net/2019/07/best-blogger-templates-video-blog-video.html' title='Best Blogger templates video blog | Video blogger template the best template list of video blogger'/><author><name>cssmoz</name><uri>http://www.blogger.com/profile/05962259072428967797</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWy0wE8P9sdO6Xfcq5SyOA7nHFpy7AYxmGrb_kwxbNt-fCwvCc92yNQ1b05Z2o9-e0Hwi0n2U2m9G7oeP46HWr6mX7fKsw6jZQczMLk6T-k6_qM6e36i7ONSuwmr6jmwc/s220/css.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNRFl80LoiaSOp3e3bzldh1z5jZEMaexj6GZ9SMkaR_p5ZMp97r68-GwtPRZDSM4LHWXQo_jebZ_CMDF23ge5NgtBa7-oX36zaaxsmvjKkvL8vNNsjzEdSn2e83K5Araed2irKUMC1mMb_/s72-c/Video+Blogger+Template.jpg" height="72" width="72"/></entry></feed>