Who is reading this blog Jesus bless you

உன்னைக் காக்கும் தேவன் தூங்குவதுமில்லை, அயர்வதுமில்லை. இந்த வலைப்பூவை வாசித்து கொண்டிருப்பவரை கத்தர் இயேசு நிறைவாக ஆசிர்வதிப்பாராக.யோசனையில் பெரியவரே ஆராதனை ஆராதனை செயல்களிலே வல்லவரே ஆராதனை ஆராதனை ஓசன்னா உன்னத தேவனே ஓசன்னா ஓசன்னா ஓசன்னா 1. கண்மணி போல் காப்பவரே ஆராதனை ஆராதனை கழுகு போல் சுமப்பவரே ஆராதனை ஆராதனை 2. சிலுவையினால் மீட்டவரே ஆராதனை ஆராதனை சிறகுகளால் மூடுபவரே ஆராதனை ஆராதனை 3. வழி நடத்தும் விண்மீனே ஆராதனை ஆராதனை ஒளி வீசும் விடிவெள்ளியே ஆராதனை ஆராதனை 4. தேடி என்னை காண்பவரே ஆராதனை ஆராதனை தினந்தோறும் தேற்றுபவரே ஆராதனை ஆராதனை 5. பரிசுத்தரே படைத்தவரே ஆராதனை ஆராதனை பாவங்களை மன்னித்தவரே ஆராதனை ஆராதனை 6. உறுதியான அடித்தளமே ஆராதனை ஆராதனை விலை உயர்ந்த மூலைக்கல்லே ஆராதனை ஆராதனை

How toChange Blogger from Redirecting Country Specific Domain

No comments
Login to Blogger account
 Click on Template > Edit Edit HTML

Click in the Coding rectangle box, and then click “Ctrl + F”. Now check with code <head>. Press Enter

Copy the redirection script given below. Now paste the Script after the <head>.

 <script type="text/javascript">
      var blog = document.location.hostname.split(".");
      if (blog[blog.length - 1] != "com") {
      var ncr = "http://" + blog[0] + ".blogspot.com/ncr";
      window.location.replace(ncr + document.location.pathname);    
      }
    </script>


 Click on “save template”. Now view the blogger

No comments :

Post a Comment