Pulse-OG Issues

Hi,

I have been trying to add open graph information to one of the local installations. Haven't had any success yet. Can anyone explain if OG is even supported?

Hi there,

An FYI that I'm working on this issue and will have an update in the coming day.
I'm generally looking at the Open Graph info here in terms of what you're trying to achieve:

Details coming shortly.

Hi there,

PulseCMS does support Open Graph. Example, here's a "view source" from the default-2 template:

<!-- Open Graph meta data -->
<meta property="og:title"       content="The blog title" />
<meta property="og:type"        content="article" />
<meta property="og:url"         content="https://host-2:9999/pulsecms5/blog/the-7th-blog-post/20201204104547006" />
<meta property="og:description" content="" />
<meta property="og:site_name"   content="Pulse CMS 5.3.12" />

However, I noticed that in this template it did not include the image (og:image) as one of the properties, although it works on other sites. Reading the code in social_exposure.phtml, I am suspecting there could be a bug where it might fail to read the blog's Feature Image in some specific cases. If this is the problem, I'll issue a quick fix.

Can you give details:

  • Are you missing an image OG specifically, or others?
  • What operating system and web host are you using?
  • Do you have zero OG properties, or just missing some?
  • What is the context? Ex: For a blog post, gallery or other type of page.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.