× × ×
Learn next: Introduction
Flickr image can be used as foliodot inner page. Copy/paste flickr sharing code
in main
element:
Chose html embed option and desired size:
Paste code within <main>
element. Example of formatted flickr embed code:
<main>
...
<a data-flickr-embed="true"
data-header="true"
data-footer="true"
data-context="true"
href="https://www.flickr.com/photos/stefankovac/21073377672/"
title="Untitled">
<img src="https://farm6.staticflickr.com/5669/21073377672_14983e16a1.jpg"
width="500"
height="333"
alt="Untitled">
</a>
<script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>
...
</main>
<script>
tag from flickr embedding codedata-*
attributes from flickr embedding codeLearn next: Introduction