• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Rotating Ads (newbie question)

akchev

Chevereto Member
Hi @Rodolfo and Chevereto community,

I would like to use rotating ads on my website but do not know how I can accomplish this.

All banners are saved locally (e.g., 1.jpg, 2.jpg, 3.jpg) and I am using <img> tags to embed them into each banner slot. However, I am limited to only serving a single image (per slot) until I figure out how to securely rotate my ads.

E.g., For the "Before Pagination" ad slot; I use an <img> tag for 1.jpg -- my goal is that it loads 1.jpg, 2.jpg and 3.jpg based on user refreshes / unique hits etc.

Not sure how I can accomplish this; but if anything I am seeking the most secure option of course.

Please assist if anyone knows how to make this happen. It seems like the capability exists; i just dont know how to do it. Thank you
 
To rotate banners you could use an ad server, basically use an <iframe> pointing to a .php file (or anything) that generates random content for you.
 
Back
Top