hsolanki
Forum Replies Created
-
Solved, sorry the issue was with my mysql, its PRIMARY keys are configured to start with..
And the plugin was looking for id ‘1’, but it shouldn’t be hardcoded like this.Facing same issue with email-subscribers v3.1.5
Hi Steve,
Got the issue, it isn’t with the plugin. Its with something else.
Thanks!
Hi Steve,
The twitter card validator (https://cards-dev.twitter.com/validator) is giving invalid url response for og:image(refer the headers).
IMAGE LINK:
og:image: “/wp-content/uploads/2016/07/IMG_3984-1024×1024.jpg”
RESPONSE:
og:image: “Invalid URL”The link valid link is:
http://oishilondon.com/wp-content/uploads/2016/07/IMG_3984-1024×1024.jpgThe link in the og:image tag generated by plugin has a relative URL what i think needed is a absolute one.
Can you please tell me what needs to be done?Thanks!