New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Swedish

Filter ↓ Sort ↓ All (147) Translated (0) Untranslated (147) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 10
Prio Original string Translation
Shariff provides share buttons that respect the privacy of your visitors and follow the General Data Protection Regulation (GDPR).
Priority: high
You have to log in to add a translation. Details
Shariff provides share buttons that respect the privacy of your visitors and follow the General Data Protection Regulation (GDPR).
Comment

Short description.

You have to log in to edit this translation.

Shariff Wrapper
Priority: high
You have to log in to add a translation. Details
Shariff Wrapper
Comment

Plugin name.

You have to log in to edit this translation.

Twitter does not offer official share counts anymore. As an alternative, share counts for Twitter can be requested via twitcount.com. You will need to register with them for it to work. Otherwise the count will always be zero. You have to log in to add a translation. Details
Twitter does not offer official share counts anymore. As an alternative, share counts for Twitter can be requested via twitcount.com. You will need to register with them for it to work. Otherwise the count will always be zero.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes. You have to log in to add a translation. Details
Yes.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

What happened to the Twitter share counts? You have to log in to add a translation. Details
What happened to the Twitter share counts?
Comment

Found in faq header.

You have to log in to edit this translation.

Can I add <code>[shariff]</code> on all posts? You have to log in to add a translation. Details
Can I add <code>[shariff]</code> on all posts?
Comment

Found in faq header.

You have to log in to edit this translation.

Statistic options. You have to log in to add a translation. Details
Statistic options.
Comment

Screenshot description.

You have to log in to edit this translation.

Differently styled share buttons. You have to log in to add a translation. Details
Differently styled share buttons.
Comment

Screenshot description.

You have to log in to edit this translation.

The "original" share buttons automatically transmit data of your visitors to the social network sites as soon as they visit your website. They do not need to click on a share button for this and therefore have no choice, if they want their data to be send. The German computer magazine c't has developed "Shariff" <code>(ʃɛɹɪf)</code> that follows the General Data Protection Regulation (GDPR - Regulation (EU) 2016/679). This plugin adapts the Shariff concept and provides an easy to use solution for WordPress. We currently support 31 services in 25 languages: Bitcoin, Bluesky, Buffer, Diaspora, Facebook, Flipboard, Info, Linkedin, mailto, Mastodon, Mewe, Mix, Odnoklassniki, Patreon, Paypal, Paypal.me, Pinterest, Pocket, Printer, Reddit, RSS, SMS, Telegram, Threema, Tumblr, Twitter, VK, Wallabag, Weibo, Whatsapp, Xing You have to log in to add a translation. Details
The "original" share buttons automatically transmit data of your visitors to the social network sites as soon as they visit your website. They do not need to click on a share button for this and therefore have no choice, if they want their data to be send. The German computer magazine c't has developed "Shariff" <code>(ʃɛɹɪf)</code> that follows the General Data Protection Regulation (GDPR - Regulation (EU) 2016/679). This plugin adapts the Shariff concept and provides an easy to use solution for WordPress. We currently support 31 services in 25 languages: Bitcoin, Bluesky, Buffer, Diaspora, Facebook, Flipboard, Info, Linkedin, mailto, Mastodon, Mewe, Mix, Odnoklassniki, Patreon, Paypal, Paypal.me, Pinterest, Pocket, Printer, Reddit, RSS, SMS, Telegram, Threema, Tumblr, Twitter, VK, Wallabag, Weibo, Whatsapp, Xing
Comment

Found in description paragraph.

You have to log in to edit this translation.

Yes. Simply use the shortcode function: do_shortcode('[shariff]') You can use all options of the shorttag as described on the help tab in the plugin settings. You have to log in to add a translation. Details
Yes. Simply use the shortcode function: do_shortcode('[shariff]') You can use all options of the shorttag as described on the help tab in the plugin settings.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

In the statistic settings fill in the URL to the API of the external server. For the WordPress installation on the external server you have to create a "constant" called SHARIFF_FRONTENDS to permit other domains to use it. Please have in mind that you have to fill in all subdomains you want to use! The domains must be defined like this: define( 'SHARIFF_FRONTENDS', 'example.com|www.example.com|blog.example.com|another-domain.com' ); You have to log in to add a translation. Details
In the statistic settings fill in the URL to the API of the external server. For the WordPress installation on the external server you have to create a "constant" called SHARIFF_FRONTENDS to permit other domains to use it. Please have in mind that you have to fill in all subdomains you want to use! The domains must be defined like this: define( 'SHARIFF_FRONTENDS', 'example.com|www.example.com|blog.example.com|another-domain.com' );
Comment

Found in faq paragraph.

You have to log in to edit this translation.

You can use the "url" parameter within the shortcode [shariff url="http://www.example.com/"] This is also available within widgets. However, it is not a good idea to manipulate the URI, because it could mislead your visitors. So you should only use it, if this is really needed and you do really know what you are doing. Therefore it is not available on the plugin options page in general. You have to log in to add a translation. Details
You can use the "url" parameter within the shortcode [shariff url="http://www.example.com/"] This is also available within widgets. However, it is not a good idea to manipulate the URI, because it could mislead your visitors. So you should only use it, if this is really needed and you do really know what you are doing. Therefore it is not available on the plugin options page in general.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Use the headline attribute to add or remove it. For example, you can use the following shorttag to remove a headline set on the plugins options page in a single widget: [shariff headline=""] Of course you can use all other options in that shorttag as well. You have to log in to add a translation. Details
Use the headline attribute to add or remove it. For example, you can use the following shorttag to remove a headline set on the plugins options page in a single widget: [shariff headline=""] Of course you can use all other options in that shorttag as well.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Please share this post: You have to log in to add a translation. Details
Please share this post:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

No problem. Just use the style attribute to add some CSS to the shorttag. For example in a widget (adjust the width as needed): [shariff style="position:fixed;width:250px"] Of course you can use all other options in that shorttag as well. It also works with the CSS style option on the plugins design options page, if you really want this applied to all buttons on your page. You have to log in to add a translation. Details
No problem. Just use the style attribute to add some CSS to the shorttag. For example in a widget (adjust the width as needed): [shariff style="position:fixed;width:250px"] Of course you can use all other options in that shorttag as well. It also works with the CSS style option on the plugins design options page, if you really want this applied to all buttons on your page.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 10

Export as