Rendered in ms

Image URL

Based on your inputs we constructed the following image URL:

https://dynogee.com/gen?id=fh83eof9ze570zh&
avatar=https%3A%2F%2Fdynogee.com%2Fassets%2Fimg%2Fsamples%2Fportrait.jpg&
title=Join+my+shared+photo+album&
subtitle=201+photos&
image=https%3A%2F%2Fdynogee.com%2Fassets%2Fimg%2Fsamples%2Flandscape.jpg&

Create your own image URLs

Below you can find an example of constructing a URL to this image using Javascript APIs.

const params = {
  id: "fh83eof9ze570zh",
  avatar: "https://dynogee.com/assets/img/samples/portrait.jpg",
  title: "Join my shared photo album",
  subtitle: "201 photos",
  image: "https://dynogee.com/assets/img/samples/landscape.jpg"
};

const queryString = new URLSearchParams(params).toString();
const fullUrl = `https://dynogee.com/gen?${queryString}`;

You can then use fullUrl in your page metadata:

<meta property="og:image" content=`${fullUrl}`>

Need more support? .

© 2024 DynogeeTermsPrivacy Policy