我想在WooCommerce会员产品链接中使用来自Amazon的图像。如果您使用Amazon网站sripe,显然可以。
下面是该条带中的HTML的示例:
<a href="https://www.amazon.co.uk/Learn-Python-Hard-Way-Introduction/dp/0134692888/ref=as_li_ss_il?keywords=python&qid=1559649803&s=books&sr=1-38&linkCode=li2&tag=compucademy-21&linkId=87e0166e88287b253879972d859388eb&language=en_GB" target="_blank"><img border="0" src="//ws-eu.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=0134692888&Format=_SL160_&ID=AsinImage&MarketPlace=GB&ServiceVersion=20070822&WS=1&tag=compucademy-21&language=en_GB" ></a><img src="https://ir-uk.amazon-adsystem.com/e/ir?t=compucademy-21&language=en_GB&l=li2&o=2&a=0134692888" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
产品构建界面的工作方式,看来我需要提取产品链接和图像源以粘贴到单独的字段中。
但是,有两个而不是一个图像源,经检查,其中一个是1 px x 1 px。
我应使用哪个图像源作为产品图像的URL?显然,使用较大的一个是有意义的,但是出于某种原因都需要使用它们吗?
问这个问题让我想知道以这种方式剖析站点条是否存在问题...
请问有何见解?