View Single Post
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#23
Originally Posted by Maemish View Post
Sorry but unable to get robthebold's image here. Teach me.
There are several ways to skin that cat.

The easiest way is usually to check what others have done. In this case, robthebold's post contains the picture embedded, so just click "Quote & Reply" to his post and see how he had done it.

The crucial bit is the URL:
Code:
https://live.staticflickr.com/65535/51143219848_4ae3efe392_h.jpg
Using that URL to embed the picture, I get this:



Another way is to follow your own link to the Flickr page. It is not entirely obvious how to get the link to the picture, but in the bottom right corner is the "Share" button. That pops up a window with multiple ways of sharing. The useful one is the "Embed" option. This gives you the following, veeeeeery long and unwieldy script:

Code:
<a data-flickr-embed="true" href="https://www.flickr.com/photos/29696308@N02/51143219848/in/photostream/" title="20210420_007"><img src="https://live.staticflickr.com/65535/51143219848_4ae3efe392_h.jpg" width="1600" height="1202" alt="20210420_007"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>
You need to inspect it and find the relevant part, which is this:
Code:
https://live.staticflickr.com/65535/51143219848_4ae3efe392_h.jpg
...which happens to be the same as the first one and produces the same result:



Hope this helps,
pichlo
__________________
Русский военный корабль, иди нахуй!
 

The Following 8 Users Say Thank You to pichlo For This Useful Post: