A
A
AstonMartin2016-02-26 14:19:51
JavaScript
AstonMartin, 2016-02-26 14:19:51

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

2 answer(s)
A
Abduvohid Akhmedov, 2016-02-26
@Abduvohid

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';
}

S
Soho, 2016-03-31
@focuspro

There are paid plugins

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question