Copy link to clipboard
Copied
The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags. Facebook can't find my current URL. I changed from http to https and facebook keeps putting a graphic at the end of all my posts with the old http and it says Forbidden, no access.
Copy link to clipboard
Copied
What have you got og:url set at?
Copy link to clipboard
Copied
There is no og:url in the code from Dreamweaver CS4. However, I fiddled with the developer tools and did some sort of something to the website and miraculously it works. I can't remember what it is called. It was on a page to fix the problem but I didn't think I fixed it.
Copy link to clipboard
Copied
This line, or similar, should be included in the code
<meta property=”og:url” content=”https://www.yourdomain.com”
Copy link to clipboard
Copied
@analeew17859558 wrote:
There is no og:url in the code from Dreamweaver CS4. However, I fiddled with the developer tools and did some sort of something to the website and miraculously it works. I can't remember what it is called. It was on a page to fix the problem but I didn't think I fixed it.
There's not any Open Graph code in DW, first because it can be inherited but second because the version of DW you are using (CS4) pre-dates the definition of OG meta tags by 2 years so it may not be recognized as valid code even if you put it in.
Also when you say you put it on your posts, are your posts served using HTTPS? If not they should be and you could be running into the issue where you are serving up mixed content (both http/https) which is seen as insecure. To help resolve any issues Facebook has a debugger that you can use to test your page(s): https://developers.facebook.com/tools/debug/ .
Best thing you can do to get a resolution here is to post a link to a test page so we can examine the code and see what is going on.
Copy link to clipboard
Copied
Where is the test page?
Copy link to clipboard
Copied
You need to purchase SSL certificates that extend to ALL your URLs.
This is not a Dreamweaver question. It's a hosting question.