Answer the question
In order to leave comments, you need to log in
How to make a popup invitation to like a page?
Hello!
Tell me, plz, are there any plugins/modules for implementing a pop-up window on the site calling to like the page/subscribe to the page in VK/FB? So that there was an opportunity to refuse and the window was never shown again.
Or does everyone write such things themselves?
Answer the question
In order to leave comments, you need to log in
You can write yourself. Open the div block and style it properly. Then you write javascript code on the "close" button.
I don't know javascript that well, but something like this:
<div id="popup">
Здесь будет оформление
<a onlick="closePopup()">Здесь будет рисунок или оставив пустую даёшь стиль на a</a>
</div>
function closePopup() {
document.getElementById('popup').style.display = 'none';
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question