View Single Post
Old 05-14-2011, 11:50 PM   PM User | #3
Simplyput
New to the CF scene

 
Join Date: May 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Simplyput is an unknown quantity at this point
Solved

Okay I solved this problem by modifying the code displayed below and having the script point to the correct website. The big dummy that i am did not see this after hours of working through code that should of worked Now I have a new issue so I will work on that before I ask any more questions for the day. Thanks everyone who took a look at it.

Code:
function add_tool(icon, name, url) {
  document.write('<span class="socialAddButton" id="socialAddButton-' + icon + '"><a href="' + url + '" target="_blank" title="Add to ' + name +'"><img src="' + image_dir + '/' + icon + '.png" alt="' + name + ' icon" /></a></span> ');
}
Simplyput is offline   Reply With Quote