Wie kann ich ein Affiliate Badge in meiner Seite einbauen?
Wir haben einen schönen, nicht zu aufdringliches Affiliate Badge für Deine Websites, welches Du ganz einfach in Deine Seiten einbinden kannst.
Kopiere dieses Code Schnipsel und binde es in den Seiteneinstellungen im "Body" Bereich ein:
Code Snippet:
<!-- HTML --><a href="https://profitboost.io" target="_blank" id="sticky-image"> <img src="https://storage.googleapis.com/msgsndr/dK4tFaPeNMlDOgVmj4oV/media/678c15ab83e906c0897fa53d.svg" alt="Erstellt mit ProfitBoost"></a> <!-- CSS --><style> #sticky-image { position: fixed; bottom: 2px; right: 2px; z-index: 1000; display: block; } #sticky-image img { width: 100%; /* Standardmäßig: skalierbar */ max-width: 170px; /* Maximale Breite für größere Geräte */ height: auto; cursor: pointer; } @media screen and (max-width: 768px) { /* Für mobile Geräte */ #sticky-image img { max-width: 120px; /* Reduziere die Größe für kleinere Bildschirme */ } }</style>
Endresultat:
Verwende statt https://profitboost.io/ in der ersten Zeile DEINEN eigenen Affiliate Link!!!
.