Lines Matching refs:options

14  * [Buffer](#buffer-options-buffer)
15 * [Delicious](#delicious-options-delicious)
16 * [Disqus](#disqus-options-disqus)
17 * [EMail](#email-options-mail)
18 * [Facebook](#facebook-options-facebook)
19 * [Flattr](#flattr-options-flattr)
20 * [Google+](#google-options-gplus)
21 * [Hacker News](#hacker-news-options-hackernews)
22 * [Linked in](#linked-in-options-linkedin)
23 * [Pinterest](#pinterest-options-pinterest)
24 * [reddit](#reddit-options-reddit)
25 * [Stumble Upon](#stumble-upon-options-stumbleupon)
26 * [Tumblr](#tumblr-options-tumblr)
27 * [Twitter](#twitter-options-twitter)
28 * [XING](#xing-options-xing)
51 * [Options](#options)
52 * [Global Options](#global-options)
53 * [Common Service Options](#common-service-options)
69 However, you can plug in you own replacement to store this options differently
71 example that stores the perma options in HTML5 local storage instead of cookies
157 .socialSharePrivacy([options])
201 ### options subsection
205 .socialSharePrivacy("options", [options])
208 Get or set all options. If no `options` are specified it will act as a getter.
227 Share privacy widget. The event object will have an `options` attribute holding
248 <span id="options">Options</span>
252 options object passed to the `socialSharePrivacy` function or via `data-*`
253 attributes of the share element. If options are defined in more than one way
254 the `data-*` attributes will overwrite the options from the passed options
255 object and the options from passed options object will overwrite the
256 globally defined options.
260 In order to pass the options as `data-*` attributes simply prepend `data-` to
275 If you want you can combine all options of a service and pass a JSON string as
298 Or even all options at once:
302 data-options='{
322 data-options="{
333 button : function (options, uri, settings) {
346 **NOTE:** When passing service options via `data-*` attributes all option
347 values (except the common service options) are treated as strings. If you
351 ### <span id="global-options">Global Options</span>
353 Set these options like this:
514 ### <span id="common-service-options">Common Service Options</span>
601 ### <span id="buffer-options-buffer">Buffer Options</span> (`buffer`)
648 ### <span id="delicious-options-delicious">Delicious Options</span> (`delicious`)
683 ### <span id="disqus-options-disqus">Disqus Options</span> (`disqus`)
735 ### <span id="email-options-mail">EMail Options</span> (`mail`)
759 ### <span id="facebook-options-facebook">Facebook Options</span> (`facebook`)
810 ### <span id="flattr-options-flattr">Flattr Options</span> (`flattr`)
876 ### <span id="google-options-gplus">Google+ Options</span> (`gplus`)
878 There are no Google+ specific options.
882 ### <span id="hacker-news-options-hackernews">Hacker News Options</span> (`hackernews`)
903 ### <span id="pinterest-options-pinterest">Pinterest Options</span> (`pinterest`)
934 ### <span id="linked-in-options-linkedin">Linked in Options</span> (`linkedin`)
967 ### <span id="reddit-options-reddit">Reddit Options</span> (`reddit`)
1024 ### <span id="stumble-upon-options-stumbleupon">Stumble Upon Options</span> (`stumbleupon`)
1026 There are no Stumble Upon specific options.
1030 ### <span id="tumblr-options-tumblr">Tumblr Options</span> (`tumblr`)
1116 ### <span id="twitter-options-twitter">Twitter Options</span> (`twitter`)
1172 ### <span id="xing-options-xing">XING Options</span> (`xing`)
1174 There are no XING specific options.
1187 /* default values for common service options... */
1188 'button': function (options, uri, settings) {
1191 url: uri + options.referrer_track
1267 #### <span id="gettitleoptions-uri-settings">getTitle(options, uri, settings)</span>
1279 #### <span id="getimageoptions-uri-settings">getImage(options, uri, settings)</span>
1294 #### <span id="getembedoptions-uri-settings">getEmbed(options, uri, settings)</span>
1306 (`uri + options.referrer_track`).
1310 #### <span id="getdescriptionoptions-uri-settings">getDescription(options, uri, settings)</span>
1354 ./pack.sh [options]