الأربعاء، 29 يوليو 2015

Create Demo Download Redirection For Blogger

http://ift.tt/1OPSaRR


Hello Friends Create url Redirection in Your Blogger Demo Page or Download Page in Blogger Easy To Setup Follow Below Step And Create Your Own Demo And Download Page In blogger With url Redirection Plugin For blogger

Follow Below Step:-

  1. Go To Blogger > Pages
  2. Create a Static Page with title Demo or any name you prefer
  3. Switch to its HTML view mode
  4. Replace the code inside it if any with the following code: 

<div height="100%" id="iframe-container" width="100%"> <style> body { padding: 0!important; background: none!important; } #iframe-container { overflow: hidden; background: none!important; } #frame { border: 0; } </style> <iframe frameborder="0" id="frame" src="" width="100%"> </iframe> </div> <script> document.documentElement.style.overflow = 'hidden'; // firefox, chrome document.body.scroll = "no"; // ie only var query = window.location.search.substring(1); query = query.replace("url=", ""); $('#frame').attr('src', query); var str = $('#iframe-container').html(); $('#TIPSVSTRICKS').html(str); $('iframe').height($(window).height()); </script>



.

July 29, 2015 at 09:24PM

ليست هناك تعليقات:

إرسال تعليق