开发者 | prasannasp |
---|---|
更新时间 | 2013年3月18日 22:28 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.5.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
tiny-url
folder to the /wp-content/plugins/
directory<p>
tag. Use .tiny-url
CSS class to style it
Example,
.tiny-url { color: #FF0000; }
How to change the style of Copy button?
Use CSS class .tiny-url-button
to change it's style.
Example:
.tiny-url-button { background: #123456; color: #654321; }
Post your questions or report issue in the support forum. You can directly contact the developer using this contact form.
Yes, it does. But, you need to enable this feature on Tiny URL plugin options page.
Make sure you've selected Show Copy URL button in Tiny URL options.
This function requires flash. Make sure the flash player is installed in your system
ZeroClipboardMain.js
onClick="this.focus(); this.select();"
to select Tiny URL on mouse click.