內容簡介
這個外掛會在您的每篇文章內容下方顯示 Tiny URL。Tiny URL 非常適合在微型部落格網站(如 twitter、identi.ca 等)上分享您的文章。該外掛會將當前文章或頁面的 URL 發送到 TinyURL.com 並取得相對應的 Tiny URL。然後將該 Tiny URL 顯示在文章內容之後。用戶只需點擊方框選擇 URL,或點擊「複製」按鈕複製 Tiny URL 到剪貼板。您還可以在外掛設置頁面中選擇在頁面上顯示 Tiny URL。
注意:在啟用該外掛之前,請閱讀 TinyURL 的使用條款。啟用該外掛後,您必須遵守這些條款。TinyURL 是 TinyURL, LLC 的商標
演示:在此處查看該外掛的演示 - Tiny URL WordPress plugin demo
支援:請在Tiny URL plugin support forum發佈您的支援問題。
訪問開發人員的此頁面了解更多 WordPress 外掛。
如何設計輸出樣式?
該外掛的輸出會包裹在 <p> 標籤內。使用 .tiny-url CSS 樣式來設計它
例如,
.tiny-url {
color: #FF0000;
}
如何更改「複製」按鈕的樣式?
使用 CSS 樣式 .tiny-url-button 更改它的樣式。
例子:
.tiny-url-button {
background: #123456;
color: #654321;
}
外掛標籤
開發者團隊
原文外掛簡介
This plugin shows Tiny URL for each of your blog posts after post content. Tiny URLs are great for sharing your posts on micro-blogging sites like twitter, identi.ca etc., This plugin sends the URL of current post or page to TinyURL.com and gets a Tiny URL for the same. Then it shows that Tiny URL after post content. User can just click on the box to select URL, or click on Copy button to Copy the Tiny URL to clipboard. You can also show Tiny URL for pages by selecting Show Tiny URL on pages option in plugin settings page.
Note: Please read TinyURL’s terms of use before activating the plugin. You must abide by them after activating the plugin. TinyURL is a trademark of TinyURL, LLC
Demo: See demo of this plugin here – Tiny URL WordPress plugin demo
Support: Please post your support questions at Tiny URL plugin support forum
Visit this page for more WordPress Plugins from the developer.
How to style the output?
The output of this plugin is wrapped in
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;
}
