Shariff (social share)
Shariff (social share)
Fred Friday 2nd June 2017, 20:19:31Shariff enables website users to share their favorite content without compromising their privacy.
Facebook, Google+ and Twitter supply official sharing code snippets which quietly siphon personal data from all page visitors. Shariff enables visitors to see how popular your page is on Facebook and share your content with others without needless data leaks.
Download: shariff.zip (1.7 Mo)
2019/02/15 - Version 3.1.1:
+ Flatboard 2.0 compatibility
+ Deutch langpack by Alexander
+ Script update to latest version
- Backend work? Try it i don't understand how to work 😠
2018/01/24 - Version 2.1.1:
* [+] Update script in last version
* [-] Remove backend (impossible to make it work)
2017/06/02 - Version 1.0.2:
* [+] cache folder
* [+] added backend url in configuration
2017/06/02 - Version 1.0:
* Initial version
Last modified by Fred on Friday 15th February 2019, 15:08:00
- Before ask a question, read the documentation.
- 🎉 Featured as #1 product of the day on Product Hunt
- Please like in alternativeto.net 👍🏻
- ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
- <TextField>, my new CMS project designed by a passionate developer, for developers!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
Replies 24
- Before ask a question, read the documentation.
- 🎉 Featured as #1 product of the day on Product Hunt
- Please like in alternativeto.net 👍🏻
- ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
- <TextField>, my new CMS project designed by a passionate developer, for developers!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
@Fred,
You don't need to have G+ Social Network anymore because it will be discontinued in March 2019. Therefore you are welcome to update this plugin and remove the G+ button. Interesting would be Reddit, Odnoklassniki and WhatsApp as new buttons. Thank you very much @Fred.
You don't need to have G+ Social Network anymore because it will be discontinued in March 2019. Therefore you are welcome to update this plugin and remove the G+ button. Interesting would be Reddit, Odnoklassniki and WhatsApp as new buttons. Thank you very much @Fred.
- Before ask a question, read the documentation.
- 🎉 Featured as #1 product of the day on Product Hunt
- Please like in alternativeto.net 👍🏻
- ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
- <TextField>, my new CMS project designed by a passionate developer, for developers!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
Hi,
I know how the backend works. You have to create the directory /backend in the root directory of a flatboard installation.
Then you upload the Shariff backend of Github into this directory and you have to change the index.php file.
It's a bit complicated, but this is the last time I did it in my flatboard forum. I'll see if I can post a tutorial for it in the forum.
Maybe it can be integrated into the plugin somehow.
I know how the backend works. You have to create the directory /backend in the root directory of a flatboard installation.
Then you upload the Shariff backend of Github into this directory and you have to change the index.php file.
It's a bit complicated, but this is the last time I did it in my flatboard forum. I'll see if I can post a tutorial for it in the forum.
Maybe it can be integrated into the plugin somehow.
Blogger, Webmaster, Forum-Admin, Wiki-Writer and CMS Service Provider from Rostock, Germany. I have a large Portfolio on the Internet and also offer Services. Flatboard is my World and the Forum tells me completely.
Main-Blog >> Main-CMS-Forum.
I think, here is the solution under https://github.com/heiseonline/shariff#backends .
Shall we try that? You have to integrate the URL to the Shariff backend into the plugin.
This URL is /plugin/shariff/backend
Github says so.
<h2>More advanced buttons:</h2>
<div class="shariff" data-backend-url="/path/to/backend" data-url="http://www.example.com/my-article.html" data-theme="grey" data-orientation="vertical"></div>
When I call domain.tld/plugin/shariff/backend in my browser, the value "null" is displayed. Then this should be correct.
You are welcome to try it out.
Shall we try that? You have to integrate the URL to the Shariff backend into the plugin.
This URL is /plugin/shariff/backend
Github says so.
<h2>More advanced buttons:</h2>
<div class="shariff" data-backend-url="/path/to/backend" data-url="http://www.example.com/my-article.html" data-theme="grey" data-orientation="vertical"></div>
When I call domain.tld/plugin/shariff/backend in my browser, the value "null" is displayed. Then this should be correct.
You are welcome to try it out.
Blogger, Webmaster, Forum-Admin, Wiki-Writer and CMS Service Provider from Rostock, Germany. I have a large Portfolio on the Internet and also offer Services. Flatboard is my World and the Forum tells me completely.
Main-Blog >> Main-CMS-Forum.
I'm found the solution!
Open backend/index.php, found and edit this lines:
By;
Save and upload this file.
Open backend/index.php, found and edit this lines:
'domains' => [
'www.heise.de',
'www.ct.de'
],
By;
'domains' => [
'yourdomain.com'
],
Save and upload this file.
Last modified by Fred on Monday 18th February 2019, 09:48:00
- Before ask a question, read the documentation.
- 🎉 Featured as #1 product of the day on Product Hunt
- Please like in alternativeto.net 👍🏻
- ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
- <TextField>, my new CMS project designed by a passionate developer, for developers!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
Hey @Fred,
yes, Bingo. My new code under /backend/index.php is so:
So is my problem now solved. Thanks for the hints and the tip!
yes, Bingo. My new code under /backend/index.php is so:
'cache' => [
'ttl' => 60,
'cacheDir' => '/tmp'
],
'domains' => [
'flatboardforum.de'
],
'services' => [
'Facebook',
'LinkedIn',
'Reddit',
'StumbleUpon',
'Pinterest',
'Xing',
'AddThis',
'WhatsApp'
]
];
So is my problem now solved. Thanks for the hints and the tip!
Blogger, Webmaster, Forum-Admin, Wiki-Writer and CMS Service Provider from Rostock, Germany. I have a large Portfolio on the Internet and also offer Services. Flatboard is my World and the Forum tells me completely.
Main-Blog >> Main-CMS-Forum.
- Before ask a question, read the documentation.
- 🎉 Featured as #1 product of the day on Product Hunt
- Please like in alternativeto.net 👍🏻
- ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
- <TextField>, my new CMS project designed by a passionate developer, for developers!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
Suggested Topics
Sam
started Update of the german translation
Feature Requests
18.2K
6
17.6K
1
74be3
started 🐞 fixed Content not showing up in v.0.8.1
Bug reports