heiseonline / shariff-backend-php

👮 PHP backend for Shariff. Shariff enables website users to share their favorite content without compromising their privacy.
http://ct.de/-2467514
133 stars 44 forks source link

Add service "Vk" #130

Closed richard67 closed 6 years ago

richard67 commented 6 years ago

Since the service "Vk" has been added to Shariff with release 2.1.0 (meanwhile 2.1.1 is current), this service should also be added to the backends.

A working demo can be found here: https://www.richard-fath.de/shariff-plus-demo/index.html. In opposite to the standard Shariff demo page, it uses a real php backend extended by this pull request and not just a dummy backend made with a json file. You can see VK in examples 2 and 3 of that demo.

Thanks to https://github.com/abhn/Social-Share-Counts for the info about how to get the share count.

richard67 commented 6 years ago

Travis fails due to erros when cloning the repository, but all 3 log files do not show any code style errors, so I think this should be ok.

richard67 commented 6 years ago

@compeak Is there anything I can do on my site to fix the Travis thing, e.g. setting up travis for my fork?

compeak commented 6 years ago

@richard67 Thank you.

Is there anything I can do on my site to fix the Travis thing, e.g. setting up travis for my fork?

The pull requests will fail as long as we are using secret variables in Travis CI.