Skip to content

Releases: oscarotero/social-links

1.11.2

16 Nov 20:04
Compare
Choose a tag to compare

Added __isset() magic method to check if a provider exists #16 (thanks @aschempp)

1.11.1

23 Oct 08:34
Compare
Choose a tag to compare

Fixes for #15 :

  • Fixed facebook counter
  • Disabled twitter counter because it's not supported any more. Maybe can be enabled again in the future if we can find a way to get this (using the twitter api, for example).

1.11.0

17 Jun 16:04
Compare
Choose a tag to compare

New providers:

  • Sms (#14)
  • Delicious
  • Digg
  • Pocket

1.10.0

21 Apr 23:23
Compare
Choose a tag to compare
  • Added a limit to the length of the values of the meta tags #13
  • Added schema metas

1.9.0

02 Apr 11:44
Compare
Choose a tag to compare
  • New Classroom provider #11
  • New Xing provider (by @MM-Psiiirus #12)

1.8.1

08 Oct 22:53
Compare
Choose a tag to compare
  • Use mobile friendly Facebook sharing script (#9 by @aschempp)
  • Fixed pinterest counter

1.8.0

25 Sep 15:06
Compare
Choose a tag to compare

Added Telegram provider

1.7.0

13 Sep 12:09
Compare
Choose a tag to compare
  • Removed line endings of the texts
  • New providers: whatsapp, scoopit, reddit
  • New $page->shareCount() to get all counts needed simultaneously.

1.6.2

15 Aug 12:19
Compare
Choose a tag to compare
  • Fixed <meta> elements generation: opengraph uses <meta property="" content=""> but html and twittercard uses the standard <meta name="" content="">
  • Normalized the input values: remove html tags, decode html entities and trim.

1.6.1

15 Aug 11:21
Compare
Choose a tag to compare

Added the methods getTitle(), getText(), getImage() and getTwitterUser() to get this values directly.