Files
docs.addonsejoli.pro/contents/docs/plugins/affiliate-extra/flyer-editor/index.mdx
2025-02-23 10:43:08 +07:00

23 lines
409 B
Plaintext

---
title: Flyer Editor
description: Contoh penggunaan banner untuk affiliasi
date: 13-12-2024
---
<Youtube videoId="mvaLMS24YBo" />
## HTML
```html showLineNumbers {2}
<a href="affiliate_link" target="_blank">
<img src="url_banner_image" />
</a>
```
## Penggunaan
<Note type="note" title="Note">
`"affiliate_link"` ganti dengan URL affiliasi, `"url_banner_image"` ganti
dengan URL gambar.
</Note>