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:-
- Go To Blogger > Pages
- Create a Static Page with title Demo or any name you prefer
- Switch to its HTML view mode
- Replace the code inside it if any with the following code:
July 29, 2015 at 09:24PM<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>
ليست هناك تعليقات:
إرسال تعليق