How do I add add fake download button?

Norman_drey

Senior Member
Joined
May 8, 2022
Messages
1,156
Reaction score
499
How do I automatically add a fake download button to every post after featured or first post image,
The idea is to add an ad code to the button.

Here's a similar one, this download button appears immediately on every post after published.Screenshot_20230224-164111.png
 
Depending on what you're using, you can hand edit the template code.
You can probably find someone to do it for $5 in Wordpress.
 
Or, you can create an image with a button like this, where the image has a full background and the button is placed below it with the same color background as the image.
 
Or, you can create an image with a button like this, where the image has a full background and the button is placed below it with the same color background as the image.
Yes I can, I need it to be done automatically in every post published
 
Just use some ads plugin with the download button html code,
most of them will come with auto ads implementation in different locations and they're pretty easy to use
 
Just use some ads plugin with the download button html code,
most of them will come with auto ads implementation in different locations and they're pretty easy to use
Since yesterday I've been trying to get html code for a download button but no way
I need a site that converts image to html codes to do that
And another problem is getting my ads link placed in the html code
 
You're not even saying whether it's Wordpress or something else.
 
put this code in your post
Code:
 <a href="http://www.google.com" target="_blank">
  <img src="https://cdn.pixabay.com/photo/2022/12/07/17/41/download-7641614__340.png" />
 </a>
to do it automatically you need to edit the WP php file associated with new posts. start your search here or hire a WP developer to do it for you
https://www.google.com/search?q=how+to+edit+wordpress+post+template+file
Thank you
You're not even saying whether it's Wordpress or something else.
Is WordPress
 
Back
Top