Insert flickr images in wordpress gallery
-
Hi there,
I’m trying to make a wordpress gallery with externally hosted images. So far I managed to do so for random images from Google, but when I try to use images on flickr instead, it’s not working anymore. Anyone knows how to do this?
The code I’m using is
<figure class=”wp-block-gallery columns-3 is-cropped wp-block-embed-flickr wp-block-embed is-type-rich”>
<ul class=”blocks-gallery-grid”><li class=”blocks-gallery-item”>
<figure>
<img src=”https://www.leukvoorkids.nl/wp-content/uploads/koeien-cat.jpg” alt=”” data-id=”45″
data-full-url=”https://www.leukvoorkids.nl/wp-content/uploads/koeien-cat.jpg” class=”wp-image-45″/>
</figure><li class=”blocks-gallery-item”>
<figure>
<img src=”https://www.leukvoorkids.nl/wp-content/uploads/koeien-cat.jpg” alt=”” data-id=”44″
data-full-url=”https://www.leukvoorkids.nl/wp-content/uploads/koeien-cat.jpg” class=”wp-image-44″/>
</figure><li class=”blocks-gallery-item”>
<figure>
<img src=”https://i.pinimg.com/564x/3c/74/d3/3c74d3e014e1ba62fe9ea3f27bbeee0c.jpg” alt=”” data-id=”43″
data-full-url=”https://i.pinimg.com/564x/3c/74/d3/3c74d3e014e1ba62fe9ea3f27bbeee0c.jpg” class=”wp-image-43″/>
</figure></figure>
The blog I need help with is: (visible only to logged in users)
-
Never mind, I already figured it out and it is working now! I inserted the ’embed’ link from flickr and cheched the ‘slideshow’ box.
- The topic ‘Insert flickr images in wordpress gallery’ is closed to new replies.