[Req] Blogger Pop Up force adclick

  • Join us to download any resource for free. You will be able to download or guest post.
    Sign Up Now

Pradzee

New member
Nov 27, 2022
7
1
1
Space
www.pradzeemod.xyz
Pls can you provide this pop up code
 

Attachments

  • 20230128-162324.png
    20230128-162324.png
    221 KB · Views: 24

KGRseiha

New member
Feb 23, 2023
1
0
1
Cambodia
<div class="popup" onclick="myFunction()">Click me!
<span class="popuptext" id="myPopup">Popup text...</span>
</div>
 

rozaxbro

New member
Oct 12, 2022
6
0
1
<div id = "popup" class = "hidden modal">

<a href="Post URL" target="_blank">

<image src=" image URL " alt=” ” > </a>

<h2> <p style="color:black;"> Post Title
<a href=" link ” target="_blank" >

</a> </p> </h2>

<div class="modal-footer">

<button type="button" class="btn btn-default" id='close' data-dismiss="modal">Close</button>

</div>

</div>



<style>

#popup {

display: inline-block;

opacity: 0;

position: fixed;

top: 20%;

left: 50%;

padding: 1em;

transform: translateX(-50%);

background: #fff;

border: 1px solid #888;

box-shadow: 1px 1px .5em 0 rgba(0, 0, 0, .5);

transition: opacity .3s ease-in-out;

z-index:99999;

}



#popup.hidden {

display: none;

}

#popup.fade-in {

opacity: 1;

}

</style>

<script>

window.onload = function () {

/* Cache the popup. */

var popup = document.getElementById("popup");



/* Show the popup. */

popup.classList.remove("hidden");



/* Fade the popup in */

setTimeout(()=>popup.classList.add("fade-in"));



/* Close the popup when a city is selected. */

document.getElementById("close").onclick = function () {

/* Fade the popup out */

popup.classList.remove("fade-in");



/* Hide the popup. */

setTimeout(()=>popup.classList.add("hidden"), 300);

};

};

</script>
 

Similar threads

About us

  • Our community has been around from 2017 and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. Providing Free Resources to help newcomers/startups. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu

AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock