War Room

Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 10-30-2009, 05:33 PM   #1
Active Warrior
 
Join Date: Sep 2009
Posts: 63
Thanks: 20
Thanked 2 Times in 1 Post
Default How can I put a picture/banner on my wordpress blog to link to a affiliate product?

I would like to put a picture on my site and link it to my affiliate product.

How can I do this?

Thank you,

Steve
Steve36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-30-2009, 06:44 PM   #2
HyperActive Warrior
War Room Member
 
andrew_writes's Avatar
 
Join Date: Jun 2007
Location: Philadelphia , USA.
Posts: 148
Blog Entries: 3
Thanks: 13
Thanked 37 Times in 19 Posts
Default Re: How can I put a picture/banner on my wordpress blog to link to a affiliate product?

If you want it in the header you need to edit the main index template and put code similar to this:

<a href="youraffiliatelinkhere" target="_blank"><img src="linktoyourimagehere"></a>

Also there are banner image plugins for wordpress such as:

WordPress › AdServe WordPress Plugins

WordPress › Wordpress-Banner WordPress Plugins

and

WordPress › WP-BANNERIZE WordPress Plugins

andrew_writes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-30-2009, 07:29 PM   #3
Yes that's my true photo
War Room Member
 
Janet Sawyer's Avatar
 
Join Date: Sep 2003
Location: Stockport, United Kingdom.
Posts: 1,457
Thanks: 38
Thanked 48 Times in 42 Posts
Default Re: How can I put a picture/banner on my wordpress blog to link to a affiliate product?

Quote:
Originally Posted by Steve36 View Post
I would like to put a picture on my site and link it to my affiliate product.

How can I do this?

Thank you,

Steve
Use the text widget plugin if you want it to appear in a sidebar.

Just copy and paste your html code into the text box and save it.
I have 3 or 4 examples of this on my blog, I think the link is in my sig file.

You can always download a copy of this free and exellent report - yes, you don't even have to give your email address to get it.
24 Hour Wordpress Guru

Hope that helps.

Janet

Janet Sawyer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-30-2009, 09:43 PM   #4
HyperActive Warrior
War Room Member
 
TommyBussey's Avatar
 
Join Date: Oct 2009
Location: Palm Beach, FL
Posts: 212
Thanks: 48
Thanked 28 Times in 26 Posts
Social Networking View Member's FaceBook Profile  View Member's YouTube Profile
Contact Info
Send a message via Yahoo to TommyBussey Send a message via Skype™ to TommyBussey
Default Re: How can I put a picture/banner on my wordpress blog to link to a affiliate product?

You can also add an "Arbitrary Text/Html" Widget to your sidebar and simply use <a> tags and <img> tags.

By the way, if you do this, you'll need the URL of the image which can be found in your Media Library after you upload the image.

For example:

<a href="http://xxx.clickbankproduct.hop.net" target="_blank"><img src="http://yourblogname.com/yourimageurl"></a>

- Tommy

Quote:
Originally Posted by Steve36 View Post
I would like to put a picture on my site and link it to my affiliate product.

How can I do this?

Thank you,

Steve

The opposite of courage in our society is not cowardice, it is conformity.” - Rolly May

PS. Very special WSO is launching soon, stay tuned..
TommyBussey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-31-2009, 12:48 PM   #5
Active Warrior
 
Join Date: Sep 2009
Posts: 63
Thanks: 20
Thanked 2 Times in 1 Post
Default Re: How can I put a picture/banner on my wordpress blog to link to a affiliate product?

Quote:
Originally Posted by TommyBussey View Post
You can also add an "Arbitrary Text/Html" Widget to your sidebar and simply use <a> tags and <img> tags.

By the way, if you do this, you'll need the URL of the image which can be found in your Media Library after you upload the image.

For example:

<a href="http://xxx.clickbankproduct.hop.net" target="_blank"><img src="http://yourblogname.com/yourimageurl"></a>

- Tommy
This has been the most helpful post so far, however I'm still not getting it.

I created an image folder, (in publick_html) and uploaded the image . But when I type it in my browser it isn't there. My site loads but with errors.

Also, where do I put the <a> and/or <img> tags?


Thanks

Steve
Steve36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-31-2009, 01:46 PM   #6
Advanced Warrior
War Room Member
 
rosetrees's Avatar
 
Join Date: Aug 2008
Location: UK
Posts: 802
Blog Entries: 5
Thanks: 76
Thanked 89 Times in 82 Posts
Social Networking View Member's Twitter Profile 
Default Re: How can I put a picture/banner on my wordpress blog to link to a affiliate product?

1) Try uploading the image from within Wordpress. In the lefthand menubar look for "Media" and then "Add New".

2) Now use your ftp software to find where Wordpress has stored that image. Usually something like wp-content/uploads/2010/10. This tells you the path to the image.

3) Go to widgets and add a new text widget. In there put this code:


<a href ="http://youraffiliatelink.com/affiliateidetc"><img src="http://yoursite.com/wp-content/uploads/2010/10/yourpicture.jpg"></a>

try that - hope it works

Atahualpa Theme Tutorial. My first ever WSO
Beautiful Custom Wordpress design PM me for a quote.
rosetrees is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to rosetrees For This Useful Post:
Old 10-31-2009, 02:37 PM   #7
Active Warrior
 
Join Date: Sep 2009
Posts: 63
Thanks: 20
Thanked 2 Times in 1 Post
Default Re: How can I put a picture/banner on my wordpress blog to link to a affiliate product?

Thanks rosetrees, that explains it perfectly, I am still having trouble though.

I have uploaded the image to an image folder which I created. http://www.example.com/public_html/w...atepicture.jpg


Whenever I type this into my browser, it comes up with ERROR. I don't know what could be wrong.



Quote:
Originally Posted by rosetrees View Post
1) Try uploading the image from within Wordpress. In the lefthand menubar look for "Media" and then "Add New".

2) Now use your ftp software to find where Wordpress has stored that image. Usually something like wp-content/uploads/2010/10. This tells you the path to the image.

3) Go to widgets and add a new text widget. In there put this code:


<a href ="http://youraffiliatelink.com/affiliateidetc"><img src="http://yoursite.com/wp-content/uploads/2010/10/yourpicture.jpg"></a>

try that - hope it works
Steve36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-31-2009, 03:15 PM   #8
Advanced Warrior
War Room Member
 
rosetrees's Avatar
 
Join Date: Aug 2008
Location: UK
Posts: 802
Blog Entries: 5
Thanks: 76
Thanked 89 Times in 82 Posts
Social Networking View Member's Twitter Profile 
Default Re: How can I put a picture/banner on my wordpress blog to link to a affiliate product?

are there any spaces in the image name? For example - "my image.jpg" won't work, but "myimage.jpg" will.

To locate a picture that you uploaded DIRECTLY into public_html - you just need to type in www.mysite.com/image.jpg - in other words, don't put public_html into the pathname.

I think you'd find it much easier to do what I suggested - upload from WITHIN Wordpress and use the pathname I suggested.

Try it.

Atahualpa Theme Tutorial. My first ever WSO
Beautiful Custom Wordpress design PM me for a quote.
rosetrees is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to rosetrees For This Useful Post:
Old 10-31-2009, 04:05 PM   #9
Active Warrior
 
Join Date: Sep 2009
Posts: 63
Thanks: 20
Thanked 2 Times in 1 Post
Default Re: How can I put a picture/banner on my wordpress blog to link to a affiliate product?

Quote:
Originally Posted by rosetrees View Post
are there any spaces in the image name?

I think you'd find it much easier to do what I suggested - upload from WITHIN Wordpress and use the pathname I suggested.

Try it.
Sorry, I got mixed up between the two methods.

It worked!!!

Only thing is, the pic is a small box with a '?' -no picture.


<a href ="http://redirect.com/"><img src="http://redirect.com/wp-content/uploads/2010/10/yourpicture.jpg"></a>

Is that right?


Sorry to keep 'bugging you' (you may not even read this.) You desserve multiple thanks for this one!
Steve36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-31-2009, 04:24 PM   #10
Advanced Warrior
War Room Member
 
rosetrees's Avatar
 
Join Date: Aug 2008
Location: UK
Posts: 802
Blog Entries: 5
Thanks: 76
Thanked 89 Times in 82 Posts
Social Networking View Member's Twitter Profile 
Default Re: How can I put a picture/banner on my wordpress blog to link to a affiliate product?

Are you really using this code? <a href ="http://redirect.com/"><img src="http://redirect.com/wp-content/uploads/2010/10/yourpicture.jpg"></a>

The first time redirect.com appears should be where you put your affiliate link. The second time redirect.com appears should be the address of YOUR OWN site.

Have you checked that Wordpress is using the path wp-content/2010/10? That was an example, and might not be exact.

Have you checked that there are no spaces in the file name?

It sounds as if you are almost there - you probably have an error somewhere and it's always hard to pinpoint without seeing exactly what you've done!

Atahualpa Theme Tutorial. My first ever WSO
Beautiful Custom Wordpress design PM me for a quote.
rosetrees is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to rosetrees For This Useful Post:
Old 10-31-2009, 04:50 PM   #11
Active Warrior
 
Join Date: Sep 2009
Posts: 63
Thanks: 20
Thanked 2 Times in 1 Post
Default Re: How can I put a picture/banner on my wordpress blog to link to a affiliate product?

It's done! Thanks to you!!!

I made a mistake in my previous post, the second redirect was my site.

So trying to figure out what was wrong, I thought I might need to 'enable banner ads' first.

So I went to 'current theme options' Clicked 'enable 250 x 250' and then refreshed the page...that didn't work. So I scrolled down and put in 'banner image' and 'URL' Refresh...

It worked!

Newbies aye!

I don't know what I was doing wrong using the 'widgets method.' (I wish I did!)

But thanks to you, I figured it out!

Thank you,

Steve
Steve36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
affiliate, blog, link, picture or banner, product, put, wordpress

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 04:46 PM.