Countdown Timer Content Lock Wordpress Plugin

GTRZ

Power Member
Joined
Apr 20, 2020
Messages
558
Reaction score
180
Is there anybody happen to know any WordPress plugin to set a 1 minute countdown to reveal a code or image or something like premium file sharing sites offer
Not looking for a social sharing locker

cd.JPG
 
A plugin would be a pretty bad choice for such thing. It's only like 4 lines of JS code to achieve this. (I have no time to write it out as I'm on phone, maybe someone else can)

Plugins tend to be bloated which will decrease performance.
 
lazy fat

https://stackoverflow.com/questions/20618355/the-simplest-possible-javascript-countdown-timer
or
https://www.digitalocean.com/community/tutorials/js-building-countdown-timer
Finally placing a real helpful comment instead of trolling, and I'm being called fat.. ;(
 
Here is a sample 45sec count down script. All i want to know now is how to add this to a wordpress post (divi theme)
How to add element id? any help much appreciated.


https://pastebin.com/Av8wjgpf
 
Here is a sample 45sec count down script. All i want to know now is how to add this to a wordpress post (divi theme)
How to add element id? any help much appreciated.


https://pastebin.com/Av8wjgpf

You do this:

1. Paste this script in your Footer (using the plugin "Insert headers and footers"): https://pastebin.com/Uaq8aEP1

2. Add this html code in your wordpress page where you want to show timer:
HTML:
<a href="https://www.google.com" class="wp-block-button__link wp-block-button" target="_self" id="download"><span>Download</span></a>

Replace URL with your URL.
 
Is there anybody happen to know any WordPress plugin to set a 1 minute countdown to reveal a code or image or something like premium file sharing sites offer
Not looking for a social sharing locker

View attachment 164859
Collecting data is a good step. It's essential to understand the reasons behind bans. Your Tumblr insights seem plausible. Reporting spammy accounts can help maintain the platform's integrity. Remember to adhere to platform rules. Sharing this on relevant forums can indeed help gather valuable input.
 
Back
Top