Options List
Plugin supports many arguments. But, all arguments are optional..
You can place options array in a HTML5 data attribute [data-button] or HTML comment so It would not break HTML validation of your page. Options must be separated by a comma, but a trailing comma is fatal.
| Option |
Description |
Default value |
| url |
by default button will use the URL & title of the current page. to override this set it manually. |
'' |
| url_querystring |
When 'url' is left empty. any query string in the current page URL will be ignored, which should be suitable to most blogging
platforms. but if your post URL uses query string to identify each post then you must set this to 1
query string: anything in URL that comes after ? including the question mark. |
0 |
| title |
by default button will use the title of the current page when url is empty. to override this set it manually. |
'' |
| button |
The tall button is the default. to use the wide button set this to 'wide' |
'tall' |
| css |
CSS for this buttton is included in the javascript file. to use you custom CSS, set this to 0 to disable inline CSS.
Refer to this CSS file to get an idea about the used styles |
1 |