Can't install Amazon native ads on my blog, solutions?

BlueBuzzy

Senior Member
Joined
Jun 7, 2018
Messages
898
Reaction score
299
Basically, I generated a code with amazon affiliate account. And as the tutorial showed, I could either post it in each article or use ad inserter to add the little amazon bar to all my blog posts.

I am using wordpress.

I've tried both pasting it into the text editor tab and using the ad inserter, but ads would not show up. I honestly have no clue why.

Any ideas? Maybe somebody's had similar issues in the past?

EDIT: I think the problem is in the code, as when I use the text widget, widget's header shows up but the box is empty. That's quite weird
 
Do you have adblock on by any chance? Silly, but it happens.

Are you trying to add it in a sidebar widget? Try using the HTML one instead of the text one maybe.
 
Do you have adblock on by any chance? Silly, but it happens.

Are you trying to add it in a sidebar widget? Try using the HTML one instead of the text one maybe.
That's quite true, op seems to have adblock on. You'd thought a company the size of Amazon would work out a way to show ads without them being blocked
 
What install plugins on wordpress do u have? maybe some plugin block
maybe div container is invisible where u wanna past amazon block?

<div style="visibility:hidden; display: none">
do u have something like this code?

or another problem - maybe amazon window size 400*400
div window size 250*100
u need to delete selectors for this div in style.css and write:

<div style="width: 100%; height: 100%"></div>
 
Do you have adblock on by any chance? Silly, but it happens.

Are you trying to add it in a sidebar widget? Try using the HTML one instead of the text one maybe.

That's quite true, op seems to have adblock on. You'd thought a company the size of Amazon would work out a way to show ads without them being blocked

I think that was the primary issue tbh. Quite embarrassing lol
 
Back
Top