If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
mta_tipd_it
This plug-in implements a single tag (mta_tipd_it
) which will embed a JavaScript “Tip It” button for tipd.com in your article.
Syntax
The mta_tipd_it
tag has the following syntactic structure:
<txp:mta_tipd_it />
Attributes
The mta_tipd_it
tag will accept the following attributes (note: attributes are case sensitive):
url="string"
When passed a url string, the URL of the article submitted to tipd.com will be set to said string. When this attribute is not present (default), the current article’s permlink URL will be used.
button="string"
When passed a string, the type of the “Tip It” button will be set to that named. An empty or unrecognized string will result in the big “Tip It” button with Tip’d count. Acceptable values: big
, small
, or text
.
Examples
<txp:mta_tipd_it />
<txp:mta_tipd_it size="small" />
Change Log
v0.1.1 – Updated to include JavaScript from tools.tipd.com instead of tipd.com.
v0.1 Initial release.