Posted - 07/06/2018 : 14:32:56
Hi all,
I use the Twitter Card code in the product detail page so that when I post a link on Twitter it will show a thumbnail/description with the tweet. For some reason it is not pulling the image on my other site (works on the main site).
I have this code for the image in the head section:
<meta name="twitter:image" content="https://<%=Request.ServerVariables("SERVER_NAME")%>/<%= productimage%>">
<meta name="twitter:image:src" content="https://<%=Request.ServerVariables("SERVER_NAME")%>/<%= productimage%>">
I'm thinking that my other site is on an access database (I think) so the code above won't work?
What do I need to change?
Any help would be greatly appreciated.
Julie Owned & loved by 7 German Shepherds
Edited by - Positivek9 on 07/06/2018 14:34:57
|