Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Open Graph & WPforo

3 Posts
2 Users
1 Reactions
966 Views
st7878
Posts: 115
Topic starter
(@aima-forum)
Estimable Member
Joined: 5 years ago

I am use plugin WPforo. Site https://aima.in.ua/

We have such a code:

Spoiler
code
<!-- wpForo SEO -->
  <link rel="canonical" href=" https://aima.in.ua/ " />
  <meta name="description" content="AIMA FORUM - первый форум✍, посвященный электроскутерам AIMA и электротранспорту. Обсуждаем и обмениваемся опытом пользования электроскутерами разной мощности, брендов, типов и др" />
  <meta property="og:title" content="Первый форум об электроскутерах TM &quot;AIMA&quot; и других брендов" />
  <meta property="og:description" content="AIMA FORUM - первый форум✍, посвященный электроскутерам AIMA и электротранспорту. Обсуждаем и обмениваемся опытом пользования электроскутерами разной мощности, брендов, типов и др" />
  <meta property="og:url" content=" https://aima.in.ua/ " />
  <meta property="og:site_name" content="Форум электроскутеров AIMA" />
  <meta property="og:type" content="website" />
  <meta name="twitter:description" content="AIMA FORUM - первый форум✍, посвященный электроскутерам AIMA и электротранспорту. Обсуждаем и обмениваемся опытом пользования электроскутерами разной мощности, брендов, типов и др"/>
  <meta name="twitter:title" content="Первый форум об электроскутерах TM &quot;AIMA&quot; и других брендов" />
  <meta property="twitter:card" content="summary_large_image" />
  <!-- wpForo SEO End -->

I want to add my code:

<meta property="og:image:secure_url" content="https://aima.in.ua/wp-content/uploads/screen-social.jpg"/>

1) How can I do it?

2) In which .php file is the SEO description generated?

2 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @st7878,

Please read this support topic: https://wpforo.com/community/how-to-and-troubleshooting-2/wpforo-is-not-genereating-ogimage-tags/#post-16386

1 Reply
st7878
(@aima-forum)
Joined: 5 years ago

Estimable Member
Posts: 115

@robert thanks