• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

The 'og:image' property should be explicitly provided, even if a value can be inferred from other ta

Community Beginner ,
Dec 05, 2021 Dec 05, 2021

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.

 

 

TOPICS
Code , Error , Server side applications

Views

6.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 05, 2021 Dec 05, 2021

Copy link to clipboard

Copied

What have you got og:url set at?

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 05, 2021 Dec 05, 2021

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 06, 2021 Dec 06, 2021

Copy link to clipboard

Copied

This line, or similar, should be included in the code

<meta property=”og:url” content=”https://www.yourdomain.com”

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 06, 2021 Dec 06, 2021

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 06, 2021 Dec 06, 2021

Copy link to clipboard

Copied

LATEST

Where is the test page?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 06, 2021 Dec 06, 2021

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.

 

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines