S
S
Sergey Defactov2018-04-30 18:42:39
PHP
Sergey Defactov, 2018-04-30 18:42:39

Add url or mask to Lightbox?

There is an opening in a lightbox to an image or a link via
onclick="Wo_OpenLightBox(<?php echo $wo['story']['id'];?>)"
similar to VK, opening articles not in a separate page but in a modal window,
but in vk when opening there is a certain url through @ for example
https://vk.com/@transformator-krasnodarskoe-zaryade
And now when I open it there is a direct link to the main page, how could I add a link in the form of # or @ in the modal window post so that it can be updated or shared post, I hope I explained everything correctly thank you very much for the answers!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Ainur Valiev, 2018-05-01
@vaajnur

window.history.pushState({}, "Title", 'https://developer.mozilla.org/@new_url');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question