Embed
A post or a profile can be embedded in another website as an iframe, the way a video from a video site can.
Embedding a post
The embed address for a post is its own address with /embed on the end:
https://nicagram.com/p/username/123/embed
Put that in an iframe:
<iframe src="https://nicagram.com/p/username/123/embed" width="400" height="600" frameborder="0" allowfullscreen></iframe>
Embedding a profile
A profile embeds the same way, showing the account and a grid of its recent public posts:
https://nicagram.com/username/embed
What gets shown
- Only public posts embed. An unlisted, followers-only or direct post shows nothing, because an embed is read by people who are not signed in.
- A deleted post's embed becomes a short notice rather than an error, so a page that embedded it does not break.
- The operators of this server can turn post embeds and profile embeds off independently. If yours shows a removed notice, that is why.
Embedding is a public act: it puts the post in front of an audience that never chose to follow you. Check the visibility of what you are embedding first.