The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Affiliate Links - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Affiliate Links (/showthread.php?tid=7513) |
Affiliate Links - bluzer - 2015-08-28 My problem is similar to the issue with the Hostgator links showing blank with the exception that apparently GetSimple is adding code when I copy and paste in to the component i.e. : <a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank"> <img src="http://www.ftjcfx.com/image-7886760-12077207-1425667166000" width="250" height="250" alt="" border="0"/></a> what the site is showing: <a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank"> <img src="http://www.yceml.net/0151/12077207-1425668655716" width="0" height="0" alt="" border="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 250px 250px;"></a> I can replace the <img tag with text and it will show - why is GetSimple adding: width="0" height="0" alt="" border="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 250px 250px;" to the images?? RE: Affiliate Links - vallhund - 2015-08-28 (2015-08-28, 05:10:58)bluzer Wrote: My problem is similar to the issue with the Hostgator links showing blank with the exception that apparently GetSimple is adding code when I copy and paste in to the component i.e. : The first img src is a redirect. Maybe that's why GetSimple blocks the image. try this (use the second img src) Code: <a href="http://www.tkqlhce.com/click-7886760-12077207-1425667166000" target="_blank"> RE: Affiliate Links - davidfrost - 2015-10-06 Hi Bluzer, just checking on this. Did you try the suggested html code? I was wondering if this worked for you. |