Draw attention to our banner

in #hive-1198263 years ago

postner.png

I would like to note that not all affiliate programs approve of such methods, for example, if this is done with the GoogleAds block, we will completely get an account ban.

The first thing we will do is add a css style that causes shake.

.shake {
    animation: shake 0.5s; 
    animation-iteration-count: infinite; 
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

The second is the most common link with a picture. That is our regular banner

<a href="https://listnerds.com/@heavyhell" target="_blank" rel="nofollow noopener"><img class="shake" src="https://listnerds.com/banner/250x250/listnerds.png"></a>

Actually, that's all you need to do.
The result of our creativity can be seen on the test site.

It is extremely simple to do this, however, the number of clicks on a shaken banner is always several times higher than on a static banner. Actually, because of this, pay per click systems categorically disapprove of such methods. But for the rest - an acceptable method to draw attention to a particular proposal.
Naturally, if your entire page shakes, it will terribly annoy users, so keep a balance.


JOIN Nine Chronicles
JOIN ListNerds
Sort:  

This is a one-time notice from SCHOOL OF MINNOWS, a free value added service on hive.
Getting started on hive can be super hard on these social platforms 😪 but luckily there is some communities that help support the little guy 😊, you might like school of minnows, we join forces with lots of other small accounts to help each other grow!
Finally a good curation trail that helps its users achieve rapid growth, its fun on a bun! check it out. https://hive.blog/schoolofminnows/@schoolofminnows/someeznz9em3ap

Lovely little tutorial! hope more to come soon !hivebits

Success! You mined .9 HBIT & the user you replied to received .1 HBIT on your behalf. mine | wallet | market | tools | discord | community | <>< daily

Great tip. Thanks for sharing!
!CTP

Very nice tutorial. I need to save this one, and try it! Thanks for sharing!

Thanks for the tip. I appreciate it.
!CTP

Great, helpful tutorial. I am going to reblog so I can refer back. Thanks for sharing on ListNerds.

I like the banner idea proposal in Listnerd.
!CTP
Peace

It is nice, I now appreciate the creative process behind the shaky shaky and thanks for teaching us how to go about it.