Lines Matching refs:to

5 to your website that don't allow the social sites to track your users. The buttons
6 are first disabled and a user needs to click them to enable them. So in order to
7 e.g. like a site on facebook with these social share buttons a user needs to click
9 third party sites when he decides to enable the buttons. Using the settings menu
48 * [How to use](#how-to-use)
68 The jQuery cookies plugin is needed in order to enable services permanently.
69 However, you can plug in you own replacement to store this options differently
75 <span id="how-to-use">How to use</span>
99 You only need to include the JavaScript files of the services you want to use. I
100 recommend to pack all needed files into one using a JavaScript packer/compressor.
117 3 These files contain only translation strings and have to be included in addition to `jquery.socia…
160 Add social share buttons to all elements in the set. Returns `this`.
169 to their pre-init state. Returns `this`.
252 options object passed to the `socialSharePrivacy` function or via `data-*`
260 In order to pass the options as `data-*` attributes simply prepend `data-` to
262 attribute. If you want to set an option of an service just use a `data-*`
331 txt_info : 'Click to enable.',
348 need to pass values of other types (numbers, booleans, arrays or functions)
349 you need to use the JavaScript object syntax.
356 $.fn.socialSharePrivacy.settings.title = "Title of the thing to share.";
372 The version using `script` tags uses again JavaScript expressions to enable
387 <td>The link of the <em>i</em>-icon that links users to more information about this.</td>
439 need to be implemented. In that case the respective other needs to be set to
445 <td>Give users the posibility to permanently enable services. (Boolean)</td>
465 <td>Prefix to all paths (css_path, dummy_line_img, dummy_box_img)</td>
480 <td>URI of the thing to share that is passed on to the share services. The default function
489 <td>The title to pass to any share service that want's one.</td>
494 <td>The description to pass to any share service that want's one.</td>
499 <td>Image URL to pass to any share service that want's one.</td>
504 <td>HTML embed code to pass to any share service that want's one.</td>
574 <td>Give users the posibility to permanently enable this service.<br/>
585 <td>A string that is appended to the URI for this service, so you can track from
631 <td>Tweet text (excluding the URL). It will be truncated to 120 characters, leaving
642 <td>URL of image that represents the thing to share. (Function or string)</td>
718 <td>Your Disqus forum shortname. If an empty string is given it tries to use
724 <td>What count to show.<br/>
730 <td>Function to call when the Disqus button was clicked. (Function or String)</td>
763 to facebook, because otherwise facebook fails to render anything.
840 <td>Title of the thing to share. (Function or string)</td>
845 <td>Description of the thing to share. (Function or string)</td>
866 <td>When set to <code>0</code> no popout will appear when the Flattr button is hovered.</td>
871 <td>When set to <code>1</code> your content will not be publicly listed on Flattr.</td>
898 <td>Title of the news to share. (Function or string)</td>
919 <td>Title of the thing to share. (Function or string)</td>
924 <td>Description of the thing to share. (Function or string)</td>
929 <td>URL of image that represents the thing to share. (Function or string)</td>
998 <td>Title of the thing to share. (Function or string)</td>
1003 <td>A cummunity to target.</td>
1008 <td>Opens reddit in a new window when set to <code>1</code>. Set this option to an empty string or
1009 anything that evaluates to false to open reddit in the same window.</td>
1066 <td>Title of the thing to share. (Function or string)<br/>
1073 <td>Description of the thing to share. (Function or string)<br/>
1080 <td>Quote to share. (Function or string)<br/>
1087 <td>Image URL of the thing to share. (Function or string)<br/>
1094 <td>The URL to where you get when you click the image. Per default it's the
1102 <td>Embed code of the thing to share. (Function or string)<br/>
1109 <td>Caption of the thing to share. (Function or string)<br/>
1146 <td>Tweet text (excluding the URL). It will be truncated to 120 characters, leaving
1162 <td>Hashtag to add to the tweet (without the leading <code>#</code>).</td>
1200 Some helper functions that might be handy to use in your custom service.
1205 The provided base url has to be a valid absolute url. It will not be validated!
1208 This function tries to support `file:`-urls, but might fail in some cases.
1254 Format a number to be displayed in a typical number bubble. It will
1256 number to the closest thousand and it inserts thousands delimeter
1328 You can use `pack.sh` to pack the modules and languages you want.
1348 contain translation strings, so you need to include them after `jquery.socialshareprivacy.min.js`
1358 -m <modules> Comma separated list of JavaScript modules to pack. Possible values:
1367 -l <languages> Comma separated list of languages to pack. Possible values:
1372 -p <path> Prefix to stylesheet and dummy image paths. (empty per default)
1381 You have to disable and then enable it again. I could not figure out what might cause
1384 It is recommended to declare a compatibility mode of Internet Explorer >= 9. E.g. add
1385 this to the head of your HTML documents:
1402 Permission is hereby granted, free of charge, to any person obtaining a copy of
1403 this software and associated documentation files (the "Software"), to deal in
1404 the Software without restriction, including without limitation the rights to
1406 the Software, and to permit persons to whom the Software is furnished to do so,
1407 subject to the following conditions:
1431 Unless required by applicable law or agreed to in writing, software