Commit graph

38 commits

Author SHA1 Message Date
onli caa32f71b7 social 0.14.6: Fix disappearing share buttons 2022-01-21 16:14:05 +01:00
onli 0f8f059f72 social 0.14.5 (2): Fix warning in entry preview on metadesc key 2021-09-12 14:10:50 +02:00
onli e5f4f0b15a social 0.14.5: Fix warning in preview with PHP 8 about missing key 2021-09-12 14:01:07 +02:00
onli 99e9e5a1cf social 0.14.4: 2021-04-09 08:33:06 +02:00
onli daf15c6346 social 0.14.3: Describe backend home link with correct / at end 2021-02-03 23:40:57 +01:00
onli 5e317c0432 social 0.14.2: Link to new shariff backend 2020-06-02 15:44:00 +02:00
Thomas Hochstein 79bf6de95b Fix accidental deletion of entry_image.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2020-04-18 19:09:48 +02:00
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
Thomas Hochstein fd07b76f47 Remove Google+ from Shariff.
Google+ has been shutdown 2019-04-02.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-04-05 08:29:07 +02:00
mariohommel da38d6ba2c Refresh Services-List for Shariff 2018-04-30 19:44:48 +02:00
Matthias Mees 7e8ad5365a serendipity_event_social: Update bundled shariff to 3.0.1
This version uses locally hosted webfonts. In order to save space
and bandwith, we'll only bundle .ttf, woff and .woff2. That means
no support for legacy iOS (.svg) or IE < 9 (.eot).

References s9y/Serendipity#553
2018-04-22 23:18:49 +02:00
Garvin Hicking cf7ea74b0a Added legal notice for remaining plugins
@th-h Please check serendipity_event_dejure if possible

@onli please check serendipity_event_commentspice and serendipity_event_browserid if possible
2018-04-05 14:17:19 +02:00
Thomas Hochstein d17bdd9f0b Get rid of $GLOBALS['entry']. (#55)
See <https://board.s9y.org/viewtopic.php?f=4&t=21256&p=10447310#p10447310>.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-05-16 22:55:46 +02:00
onli ba0e8d93ba social: use photo entry image 2016-09-08 00:05:42 +02:00
onli 39894418eb social: fix, break instead of reverse 2016-09-07 23:24:55 +02:00
onli 673d61f5e8 social 0.12: Smiley-blacklist, re-use timeline image 2016-09-07 23:20:37 +02:00
Thomas Hochstein c118fcbab8 Escape special chars in description.
Quotes in a manually supplied description - or the first
200 characters of the entry body - have to be escaped
before the text can become the content attribute of
the og:description meta tag.

It doesn't hurt to escape everything, then.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2016-09-04 18:35:59 +02:00
onli e8d30987df social: 0.11 changelog 2016-09-04 16:13:55 +02:00
onli 7fb2053f14 0.11: Reuse description set in the metadesc plugin
Based on https://github.com/s9y/additional_plugins/pull/45, slightly modified to use strip_tags instead
2016-09-04 16:12:18 +02:00
Thomas Hochstein 85b7a25bdb Escape special chars in og:description.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2016-08-31 19:55:24 +02:00
Thomas Hochstein 5af09439a1 Set og:description from serendipity_event_metadesc.
serendipity_event_metadesc makes it possible to
specify a description for every entry that is used
to set the "description" meta tag.

This description, if present, should be used for
the "og:description" meta tag, too. Using the first
200 chars can remain as a fallback solution.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2016-08-31 19:55:02 +02:00
onli 7921a9c931 social 0.10: twittervia fix, @ allowed, og:desc newlines stripped 2016-08-16 20:28:38 +02:00
onli e4a03e58a7 social 0.9: Add fallback image 2016-08-12 15:53:45 +02:00
onli 3d8fc57192 social 0.8: fix metatags and add twitter card type 2016-08-08 23:54:30 +02:00
onli c8e1ec3241 social: Enable shariff backend 2016-06-25 03:44:07 +02:00
Matthias Mees f6cb0af77d Revert typo fixes 2016-06-22 21:39:30 +02:00
onli 56d12951c2 social: tiwtter-mentions, facebook og tags, language selector 2016-06-22 21:29:36 +02:00
Matthias Mees 3ea9707303 Document changes 2016-06-22 11:03:37 +02:00
Matthias Mees b80cc7d573 Add ChangeLog 2016-06-22 11:00:37 +02:00
Matthias Mees 97682b17be Add latin1 lang files 2016-06-22 10:56:08 +02:00
onli 55ce5277a5 social: always have info button at the end 2016-06-21 17:57:24 +02:00
Matthias Mees 0aa0c8dd2d script elements no longer need the type attribute in HTML5 2016-06-21 17:36:56 +02:00
Matthias Mees eff18b2d9b Fix some typos 2016-06-21 17:34:49 +02:00
Matthias Mees 161eacb3ce Remove empty lines 2016-06-21 17:31:55 +02:00
Matthias Mees a341526f48 Add option + support for shariff color themes 2016-06-21 17:27:05 +02:00
Matthias Mees 962556a70b Fix flexbox bug in Safari + iOS Safari 2016-06-21 17:04:28 +02:00
Matthias Mees 163fcd75a7 Set a default mailto for data-mail-url 2016-06-21 16:58:42 +02:00
onli 3d3fb44e06 serendipity_event_social: init 2016-06-21 14:08:20 +02:00