Image of serendipity_event_findmore

Creating and modifying plugins.
Post Reply
sylle
Posts: 3
Joined: Sun Apr 28, 2013 10:49 pm
Location: Ingolstadt
Contact:

Image of serendipity_event_findmore

Post by sylle »

Hi,
I actually installed the said plugin. When liking a blog entry, it shows an image of serendipity on FB. I'D like to have another one.
How can I change it?

Sylle


www.neurofeedbackinfo.de
bernd_d
Regular
Posts: 468
Joined: Thu Jun 03, 2010 9:28 am
Contact:

Re: Image of serendipity_event_findmore

Post by bernd_d »

It is not a problem of findemore. Facebook uses (as fare as i know) the first image from your link as thumbnail.

A (possible) solution would be to include

Code: Select all

<link rel=”image_src” href=”thumbnail_pic_url” />
into entry-header. I have never done this, but it should be possible by using serendipity_event_entryproperties. There you can use an extended entry-field for an image, which can be used within TPLs to include the link-header.
Post Reply