HELP!

Your quotation marks are wrong mate

Use these " and this for inside '
 
Your parentheses are not consistent. You should only use one type of parenthesis.
 
Can someone explain why this link does not work on a FB post, and what needs to change to make it work, if that is possible! Thanks!

< a href=”https://ae01.alicdn.com/kf/S3619e57974f148d087c950fe497cdf55q/300x250.jpg'>https://s.click.aliexpress.com/e/_onHFTlR?bz=300*250”</a>
Tbh I am not sure what you are trying to do here. From HTML perspective it looks like you need an img tag there in additon to messing up the anchor tag. This is how I would put it:

Code:
<a href="https://s.click.aliexpress.com/e/_onHFTlR?bz=300*250">
    <img src="https://ae01.alicdn.com/kf/S3619e57974f148d087c950fe497cdf55q/300x250.jpg"/>
</a>
I have replaced the anchor URL with the URL that was within the anchor tag's inner html, since that seems to be the click URL and the other one seems to be an image.

See if this works. If not, tag me in this post please. :)

Your parentheses are not consistent. You should only use one type of parenthesis.
Check your parentheses buddy, they're not good.
You should only use one type. Your parentheses are not consistent

Where do you see parenthesis in the code? smh
 
Last edited:
Your link has formatting issues and Facebook may block Aliexpress affiliate links. Try using a clean URL like https://s.click.aliexpress.com/e/_onHFTlR or shorten it with Bitly.
 
Tbh I am not sure what you are trying to do here. From HTML perspective it looks like you need an img tag there in additon to messing up the anchor tag. This is how I would put it:

Code:
<a href="https://s.click.aliexpress.com/e/_onHFTlR?bz=300*250">
    <img src="https://ae01.alicdn.com/kf/S3619e57974f148d087c950fe497cdf55q/300x250.jpg"/>
</a>
I have replaced the anchor URL with the URL that was within the anchor tag's inner html, since that seems to be the click URL and the other one seems to be an image.

See if this works. If not, tag me in this post please. :)





Where do you see parenthesis in the code? smh
Same here, I miss the part where they see parenthesis in that code, lol

Can someone explain why this link does not work on a FB post, and what needs to change to make it work, if that is possible! Thanks!

< a href=”https://ae01.alicdn.com/kf/S3619e57974f148d087c950fe497cdf55q/300x250.jpg'>https://s.click.aliexpress.com/e/_onHFTlR?bz=300*250”</a>
Any update for your issue friend?
 
Back
Top