Hii
I have set up the plugin but the image still doesn't show if I share the web page on whatsapp?
shop.royalcoffee.co.za
Phoca Open graph not working
- Jan
- Phoca Hero
- Posts: 48343
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Open graph not working
Hi, I don't see any meta tags set by teh plugin on this site?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 24 Aug 2018, 11:11
Re: Phoca Open graph not working
Hi Please check site test15.icontest.co.za?
- Jan
- Phoca Hero
- Posts: 48343
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Open graph not working
Hi,
everything seems to be OK in the code, so you need to check your application if it can read the meta tags with name (or property)
Jan
Code: Select all
<meta name="og:site_name" content="Royal Coffee Roasters Shop" />
<meta name="og:title" content="Royal Coffee Shop Entrance - Royal Coffee Shop" />
<meta name="og:url" content="http:// .../" />
<meta name="og:type" content="website" />
<meta name="og:image" content="... /images/Royal-Coffee-Roasters-ogimage.png" />
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 24 Aug 2018, 11:11
Re: Phoca Open graph not working
Which one would be the best?
- Jan
- Phoca Hero
- Posts: 48343
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Open graph not working
In the application where it is not displayed. So in your case in whatsapp. For example, Facebook has a website for developers where they can check the output, including the correctness of the meta tags.
In Facebook there can be problem if the tag has attribute name instead property (can be set in options of the plugin)
Jan
In Facebook there can be problem if the tag has attribute name instead property (can be set in options of the plugin)
Jan
If you find Phoca extensions useful, please support the project