I have a problem with the iframe from flickr.
I have a website in which i embed an iframe from flickr in order to display a gallery without having to worry about creating slider and resizing pictures and extracting thumbnails.
Also since this website is for a friend of mine he wants to be able to change his pictures on his own without having to ask me all the time to change the website.
so the solution was to use an iframe from flickr where he created his galleries and i embeded his galleries into the website.
This is the code:
<div class="six columns">
<iframe src="https://www.flickr.com/photos/127583121@N07/15148138666/in/set-72157647343739461/player/" width="500" height="281" frameborder="0" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</div>
My problem is that when a viewer clicks on an image then he is redirected to the flickr website therefore he is gone from my site.
Is it possible to make it when a user clicks on the iframe to open the flickr website in a new browser window so that the user is not lost from my site?
Thank you in advance