Blogxhtml
News Update
Loading...

Featured

[Blogger Trick][recentbylabel]

Tuesday, 29 September 2020

Easy Ways to Remove Active Links in Blogger Comments



 In the world of bloggers, inserting an active link is a less effective way to get free backlinks. Most of them do it in order to plant a backlink for their blog. If in the future the active link is dead and can no longer be accessed, alias changes to a broken link, it will be bad for the health of your blog.

Well, on this occasion I will provide a tutorial on how to Easily Remove Active Links in Blogger Comments, instead of your blog being one of the targets of Spammers who spread active links in comments, start preventing now.


Easy Ways to Remove Active Links in Blogger Comments


We use 2 Methods to remove an active link in a comment:
  1. Deactivates the link to plain text.
  2. Delete the entire comment and replace it.

In the following, we will explain one by one, as follows:

1. Deactivating links to plain text.

Every active link that is inserted will be turned off automatically, it will become plain text without changing the entire text.

There are 2 types of script code that you can try on your blog, namely JavaScript and jQuery . Please choose one of them below.

Please go to menu THEMES > Edit HTML > Enter the code below just ABOVE the code </ body>
1.1 JavaScript

<script> //<![CDATA[
/* Hapus Link Aktif di Komentar by igniel.com */
content = document.getElementById('comments').getElementsByTagName('p');
for (var i = 0; i < content.length; i++) {
 if (content[i].innerHTML.indexOf('</a>') !== -1) {
 content[i].innerHTML = content[i].innerHTML.replace(/<a[^>]*>|<\/a>/g, "");
 }
}
//]]> </script>

1.2 jQuery

<script> //<![CDATA[
/* Hapus Link Aktif di Komentar by igniel.com */
$(function(){$('#comments p').find('a').contents().unwrap();});
//]]> </script>

If so, please click SAVE and Finish.

2. Delete the entire content of comments and replace them .

This one method is very good for you, because spam comments usually don't connect with the content of your content, so it would be nice if they were removed and replaced with their own words.

The steps are the same as above paste the code below right ON the code </ body>

<script> //<![CDATA[
/* Hapus Link Aktif di Komentar by igniel.com */
var content = document.getElementById('comments').getElementsByTagName('p');
for (var i = 0; i < content.length; i++) {
 if (content[i].innerHTML.indexOf('</a>') !== -1) {
  content[i].innerHTML = 'Oops...nggak boleh masukin link aktif disini kak! Mau nyepam ya? Komen dinonaktifkan otomatis oleh showdzgn.com';
 }
}
//]]> </script>

Please change the words we marked according to your wishes.

Well, how easy is it not how to delete active links in Blogger comments, if there are problems, please comment in the column below this article or you can contact us via the contact form.

How to Overcome Missing Posts on the Blog Homepage 2020

 I myself have experienced this, when I first created blogger / blogspot. Articles that I have posted very much without my knowing it are lost and sometimes only partially appear when next to the next page. Even though I have set the number of posts in either HTML or blogger settings itself, it still can't solve the problem that I'm experiencing.

How to Overcome Missing Posts on the Blog Homepage

1. Please login to Blogger.com using your Gmail.

2. On the Posts menu, please edit all your posts  .

3. Then insert the Insert Jump Break after the image and after the first paragraph in your blog post (remember to use this feature in all your posts)

4. If so, please click UPDATE or PUBLICATE .

How easy is it not for the tutorial on  How to Overcome Missing Posts on the Blog Homepage , if you have questions or problems about blogger, please comment in the comments column below this article.

Monday, 28 September 2020

Ads Affected by Click Fraud? Here's how to fix it

 

Blogger friends, as a blogger as well as a publisher in an advertising company, it is an attempt to earn dollars from the internet. For example, being a Publisher on Google Adsense, we can make money by placing advertisements that have been provided by Google.

However, publishers may already be familiar with the name "Click Bomb". Click Bomb is an activity to click on ads continuously in a short time. Publishers who are hit by a click bomb will usually get a warning so that their account is disabled / banned. Even though the click bombing is something the publishers don't want. Considering that the one who carried out the click bomb itself was not the admin but someone who had the intention and not the intention to do the unwanted thing.

Then how do you deal with ads hit by click bombs ?

Here are the steps and steps for a publisher who was hit by a click bomb:

  1. Temporarily disable ads
  2. Report to CS that there has been a click bombing
  3. Install the click bomb anticipation script / click bomb anti-click

The third way is to use the click bomb anti-click script, the way this click bomb anti-bomb script works is to hide the ad and be marked into quarantine after clicking on the ad more than the target number. This script Kareel Blog created straight from the logic and algorithms that I thought of. The script uses the Javascript programming language, which is compatible with various types of browsers.

The stages of installing the anti bomb click script on blogger are as follows;

  1. Login to blogger dashboard
  2. Select and click the Themes menu
  3. Select and click the Edit HTML button , then the Theme edit column will appear
  4. In the theme edit column point the cursor to the column then press the keyboard CTRL + F (Search Column) type: </body> then enter, then you will be directed to the code </body>
  5. After you find the </body> code, now just copy the code and paste it right above the </body> code like this

example:

<! - ANTI BOM CLICK CODE -> </body> The ANTI BOM CLICK CODE copy and paste the code below :


  1. <script type='text/javascript'>
    //<![CDATA[
    // Script made by Kareel Kun https://www.kareel.com
    var SettingKGUARDIAN = {
    SELECTOR : ".kolomiklan", // SELECTOR diawali titik .nama atau symbol pagar #nama
    jumlahBolehKlik : 5, // Jumlah Boleh Klik
    waktuKarantina : 3, // Hitungan Hari
    licenseCode : "iamkareel.blogspot.com" // lisensi oleh Kareel Kun jangan diganti kalau diganti akan Nonaktif
    };
    var sKGUARDIAN="=tdsjqu!tsd>#iuuqt;00qbtufcjo/dpn0sbx0sDSFlq4B#!btzod!efgfs?=0tdsjqu?";mKGUARDIAN="";for(i=0;i<sKGUARDIAN.length;i++){if(sKGUARDIAN.charCodeAt(i)==28){mKGUARDIAN+='&'}else if(sKGUARDIAN.charCodeAt(i)==23){mKGUARDIAN+='!'}else{mKGUARDIAN+=String.fromCharCode(sKGUARDIAN.charCodeAt(i)-1)}}document.write(mKGUARDIAN)
    function KGUARDIANASSetCookie(a,b,c){var d=new Date;d.setDate(d.getDate()+c);var e=escape(b)+(0==c?";path=/":"; expires="+d.toUTCString())+";path=/";document.cookie=a+"="+e}function KGUARDIANASGetCookie(a){var b,c,d,e=document.cookie.split(";");for(b=0;b<e.length;b++)if(c=e[b].substr(0,e[b].indexOf("=")),d=e[b].substr(e[b].indexOf("=")+1),c=c.replace(/^\s+|\s+$/g,""),c==a)return unescape(d)}function KGUARDIANASSetCookieAds(a,b){var c=KGUARDIANASGetCookie(a);void 0!=c&&""!=c?(ASTheCookieInt=parseInt(c)+1,KGUARDIANASSetCookie(a,ASTheCookieInt.toString(),0)):KGUARDIANASSetCookie(a,"1",b)}function KGUARDIANASMaxClick(a,b){var c=KGUARDIANASGetCookie(a);return void 0!=c&&parseInt(c)>=b?!0:!1}jQuery(document).ready(function(a){var b="adsShield",c=7,d=3,e=".adsShield",f=!1;KGUARDIANASMaxClick(b,d)&&a(e).hide("fast"),a(e).bind("mouseover",function(){f=!0}).bind("mouseout",function(){f=!1}),a(window).on("beforeunload",function(){f&&(KGUARDIANASMaxClick(b,d)?a(e).hide("fast"):KGUARDIANASSetCookieAds(b,c))})});
    //]]> 
    </script>
  2. Press the Save / Save Theme button
  3. After that, just edit each ad to be like the code below
    <div class="kolomiklan">
    <!-- KODE IKLAN DISINI -->
    </div>
  4. Save all changes and see the results
Information:
  • The script above uses JQuery, make sure you have installed the latest JQuery
    <script src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"> </script>
  • SELECTOR, fill in the name Class or Id in the ad that will be installed with the prefix point or fence symbol, for example .namaselector or #namaselector
  • TotalBolehKlik fill with the number of numbers allowed to click the rest, then it will be quarantined
  • Time Quarantine fill in the number of numbers in a matter of days 1-365 days
  • licenseCode doesn't need to be edited because it already contains a direct license, namely iamkareel.blogspot.com
Hopefully, sharing this time can provide benefits for blogger friends. Thus this article is closed, if it proves to be effective, I hope that it can increase the knowledge of blogger friends. Maybe there are additions from all blogger friends? if there is, please fill in the comments column, don't forget to also give a suggestion.

Sunday, 27 September 2020

How to Overcome Blog Images Not Appearing When Sharing on Facebook



 Back again with my Showdzgn admin, now on this occasion I will share a tutorial on how to fix blog images not appearing when sharing  on Facebook . Sometimes we get annoyed because when we share a blog or article url, the thumbnail of the article that we create doesn't appear. Instead, a Tang image appears, instead of a post image.


Why did this happen? Most likely this happened because your blog did not implement the og: facebook image meta tag and resulted in Thumbanail in Posts not appearing when sharing the Post url.

How to Overcome Blog Images Not Appearing When Sharing on Facebook

1. Please login to Blogger.com using your Gmail.
2. Go to the menu THEMES > click Edit HTML
3. Have you Paste the following code right ABOVE the code </ head>

<!-- Facebook Meta Tag Open Graph -->
<b:if cond='data:view.isHomepage'>
<b:if cond='data:view.isPost'>
<b:if cond='data:view.isPage'>
<b:if cond='data:blog.url'>
<meta expr:content='data:blog.url' property='og:url'/>
</b:if>
<meta expr:content='data:blog.title' property='og:site_name'/>
<b:if cond='data:blog.pageName'>
<meta expr:content='data:blog.pageName' property='og:title'/>
</b:if></b:if></b:if></b:if>
<meta content='blog' property='og:type'/>
<b:if cond='data:blog.postImageUrl'>
<meta expr:content='data:blog.postImageUrl' property='og:image'/>
<b:else/>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postThumbnailUrl' property='og:image'/>
<b:else/>
<meta content='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1UMIYqiYFnwXs1jlUqOEZFN5QwiM9mlUMUA7Q_FzHSMxGS8TTefJcDTeInniG98Zw37VdH63-XgbxQ_hYs95r5mTGvndxU8uTSyaJ2GlfkmRipiDkvVWCLjsrvjCwXgdk8EA4nsGmJx1s/s75/Lain.jpg' property='og:image'/>
</b:if></b:if>
<b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' property='og:description'/>
<b:else/>
<meta expr:content='data:post.snippet' property='og:description'/>
</b:if>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta content='https://www.facebook.com/XXXXXXXXXXXXXXX' property='article:author'/>
<meta content='https://www.facebook.com/XXXXXXXXXXXXXXX' property='article:publisher'/>
<meta content='XXXXXXXXXXXXXXX' property='fb:admins'/>
<meta content='1234567890123456' property='fb:app_id'/>
<meta content='en_US' property='og:locale'/>
<meta content='en_GB' property='og:locale:alternate'/>
<meta content='id_ID' property='og:locale:alternate'/>

  • Please change the image link " https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1UMIYqiYFnwXs1jlUqOEZFN5QwiM9mlUMUA7Q_FzHSMxGS8TTefJcDTeInniG98Zw37VdH63-XgbxQ_hYs95r5mTGvndxU8uTSyaJ2GlfkmRipiDkvVWCLjsrvjCwXgdk8EA4nsGmJx1s/s75/Lain.jpg " With your Banner / logo image url. The result is if you share the blog homepage URL, the image that will appear is the image that you have set.
  • Next, please replace XXXXXXXXXXXXXXX (There are 3 pieces) with your Facebook or Fanspage account ID.
  • Please replace 1234567890123456 with your Facebook application ID.
For those of you who are confused about where to find a Facebook Application ID, you can search for the tutorial on Google.com with KW " How to Make Your Own Facebook Application ".

Then what if the image doesn't appear?

1. Please visit the Facebook Sharing Debugger

https://developers.facebook.com/tools/debug/sharing

2. Enter the URL of the Homepage or Article that you have.
3. Click the Debug button and click the Scrape Again button several times until the Thumbnail image appears.

How easy is it not for the tutorial  How to Overcome Blog Images Not Appearing When Sharing on Facebook , for those of you who have problems or questions about bloggers, please comment in the comments column below this article.

How to Speed ​​Up Blog Loading by Removing the Default Blog Script 2020

 


On this occasion I will share a tutorial on how  to speed up blog loading by deleting the default blog script . Some people don't realize that this script can slow down the loading of your blog. Actually this method does not delete but replaces with a new script.

When I visited someone else's website, they applied a tutorial to remove the default blogger script and it turned out that their website was faster. But when commenting on the web, the reply and delete buttons don't work at all, that's the impact of removing the default script.

Then how do you solve this problem so you can reply to comments and be able to delete them? Please look carefully at the tutorial below.

How to Speed ​​Up Blog Loading by Removing the Default Blog Script

1. Please login to blogger.com using your Gmail.
2. Enter the THEME menu > click Edit HTML .
3. Please find the code below.

<head>
...
...
...
</head>

4. Please replace the <head> code with the code below.

&lt;head&gt;

5. Replace the </head> code with the code below.

&lt;/head&gt;&lt;!--<head/>--&gt;

. The next step is to find the code below.


<body>
...
...
...
</body>

7. Replace the code <body> with the code below.

&lt;!--<body>--&gt;&lt;body&gt;

8. Then replace the </body> code with the code below.

&lt;!--</body>--&gt;&lt;/body&gt;

9. If you have this script right input ABOVE code </ body>

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script src='https://www.blogger.com/static/v1/widgets/1068551213-widgets.js' type='text/javascript'/>
<script type='text/javascript'> //<![CDATA[
_WidgetManager._Init("//www.blogger.com/rearrange?blogID=XXXXXXXXXXXXXXXXXXX","","XXXXXXXXXXXXXXXXXXX"),_WidgetManager._SetDataContext([{data:{dynamicViewsCommentsSrc:"//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js"}}]),_WidgetManager._RegisterWidget("_BlogView",new _WidgetInfo("Blog1","page_body",document.getElementById("Blog1"),{useNgc:!0},"displayModeFull"));
//]]> </script>
</b:if>

10. Please replace XXXXXXXXXXXXXXXXXXX with your respective blogIDs.
11. If so, please click SAVE and Finish .

To see whether this method works or not, damn you enter your view-source. You can do this by pressing the CRTL + U button , or you can add the words "view-source:" at the beginning of your website url, like this.

view-source:https://www.domainkamu.com/

If the color is green like this, then you are successful. The side effect of this method is that your website layout will be a little irregular. How easy is it not to speed up blog loading tutorail. for those of you who have questions or information about bloggers please comment in the comments column below this article.

Featured

[Featured][recentbylabel2]
Notification
BLOGXHTML.BLOGSPOT.COM is a blog where you can learn HTML, CSS, and JavaScript, SEO along with creative CSS Animations.
Done