Page 2 of 2
Re: Phoca open graphics
Posted: 11 Oct 2018, 14:07
by inef
Well that is what I thought it would be. Thats why I added the same image in that tab so that it only can take that "laptop" picture. But no, it still takes a totally different image.
Maybe this might be helpful:
If I check the inspector at Firefox.
it sais
Code: Select all
<meta property="og:image" content="https://diprofilm.nl/images/www.diprofilm.nl.png">
and that is the wrong thumbnail. It should take it from the content from my blog.
I checked my article and there it said:
Code: Select all
<p><img src="images/stories/Blog_website/website_video_diprofilm.png" alt="website video diprofilm" width="493" height="338" style="margin: 5px; float: left;" />
A total different image.
Re: Phoca open graphics
Posted: 12 Oct 2018, 20:43
by Jan
The question is, from where this image:
https://diprofilm.nl/images/www.diprofilm.nl.png is going? Isn't it set somewhere before it comes to search the article content?
Jan
Re: Phoca open graphics
Posted: 13 Oct 2018, 13:41
by inef
No, it is not related to any of the articles. Long time ago I have uploaded this image because I wanted to post something on Facebook. The article gave a question mark when posted on Face, so there was no image to see. Than I added this image into the images folder and my article got this image. Better this image than none, I thought.
Later on I have removed this image and hoped the blog photo would be taken over but that was wishful thinking. It this image is removed the article gives a again a "?". So I have added it again.
Re: Phoca open graphics
Posted: 15 Oct 2018, 17:53
by Jan
Hi, important is, what is displayed in source code (not what is actually displayed on social website - this can be cached, etc.) so first it must me found from where the image is displayed:
htt ps://diprofilm.nl/images/w ww.diprofilm.nl.png
If this image is displayed in the source code, it must be somehwere defined (for example in the parameters of aticle, parameters of content, or parameters of menu link, etc)
Re: Phoca open graphics
Posted: 26 Oct 2018, 11:17
by inef
Hi, I have search the whole site but the image is notdefined in any article. What can I do, it is frustrating. As I wrote in the previous pos the source what I cab see on Firefox when I post an article is gives that image in source
Code: Select all
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://diprofilm.nl/actueel/236-wat-is-een-goede-manier-om-uw-video-te-presenteren-op-uw-website"/>
<meta property="og:image" content="https://diprofilm.nl/images/Diprofilm-website.png" />
<meta property="og:description" content="U heeft een mooie website en wilt u een filmpje toevoegen. Wat zijn de opties? Uploaden, Youtube, Vimeo of linken? Wat past het beste bij uw werkwijze/product of dienst?
" />
This is not the image that is in the article.
This is what the article gives me in the code
Code: Select all
<p>U heeft een mooie website en wilt u een filmpje toevoegen. Wat zijn de opties? Uploaden, Youtube, Vimeo of linken? Wat past het beste bij uw werkwijze/product of dienst?</p>
<hr id="system-readmore" />
<p><img src="images/stories/Blog_website/website_video_diprofilm.png" alt="website video diprofilm" width="493" height="338" style="margin: 5px; float: left;" />Niet elke bezoeker van uw website wil op dezelfde manier door uw inhoud bladeren. Sommige mensen lezen liever. Andere webbezoekers zijn visueler ingesteld en voelen zich meer aangetrokken tot het bekijken van afbeeldingen en video's.</p>
You see it is a total different image.
I found a plugin " Joomla systems - user social media" where the image was put as default. I have removed this but no results.
Re: Phoca open graphics
Posted: 26 Oct 2018, 14:35
by Jan
Hi, as written here:
https://www.phoca.cz/documents/70-phoca ... open-graph
there are 4 possible places where you can set other image than it is set in article, the article image is on the 5) place. So when the image is not set in first 4 places, then really no idea where this image comes from
When you see the whole html source, is the image somehwere found?
Jan
Re: Phoca open graphics
Posted: 27 Oct 2018, 13:20
by inef
Hi, I think I have solved the problem.
I deativated all the extensions I added to my website and actived them one by one. Than I found the problem! ITPshare. I have removed that from my website and it works. Not 100% but most of the posts gave out now the image that belongs to that post.
Thanks for helping me out!
Ine
Re: Phoca open graphics
Posted: 27 Oct 2018, 19:43
by Jan
Ok