additional_plugins/serendipity_event_social/ChangeLog
Thomas Hochstein 749579f32d [event_social] Set social media image for entry.
evenmt_social will use the first image from the
entry for the OpenGrahp "og:image" meta property
used by Facebook and Twitter; if there is none,
it will fall back to the default image from the
plugin configuration.

The timeline and photo themes support setting
a featured image that is used instead.

Add the possibility to set a social media
image for each entry, regardless of theme.
If there is none set, fall back to timeline
or photo featured images, or the first image
in the enttry body, or the default image from
the plugin configuration (in that order).

Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-03-27 22:28:34 +01:00

64 lines
1.3 KiB
Text

0.14
* Add per-entry social media image.
0.13.2
* Remove Google+ (shutdown 2019-04-02)
0.13.1
* Added new services
0.13.0
* Updated to newest Shariff Version 3.0.1
0.12.2:
* Added legal gdpr/dsgvo info
0.12.1:
* Fix use of description from the metadesc-plugin
0.12:
* Ignore smileys graphics for og:image
* Use entry picture from the timeline theme if set
* Use entry picture from the photo theme if set
0.11:
* Re-use description set in the metadesc-plugin
0.10:
* Strip newlines from description
* Fix unfilled language variable TWITTERVIA_DESC
* Work with and without @ in the twittervia username
0.9:
* Add option to set a fallback image for
twitter and facebook tags
0.8:
* set twitter card type to summary
* Fix: Headertags were not emitted
0.7:
* Add option to set shariff backend, to get a share
counter for some buttons (FB, G+, ...)
0.6:
* Set Facebook og-tags if button is active
* Provide language selector
* Add option to set a username for a twitter mention
0.5:
* Add latin1 lang files (de/en)
* Add ChangeLog
0.4:
* Always have the info button at the end
0.3:
* Add option + support for color themes
0.2:
* Set default mailto for data-mail-url
* Fix flexbox bug in Safari + iOS
0.1:
* Initial version