
內容簡介
URLYar URL 短址產生器 允許您使用 URLYar URL 短址產生器為文章/頁面生成短連結,並具備其他一些功能。
功能:
* 提供 100% 翻譯的語言檔案,現在可在 wordpress.org 上下載
* 本地化支援-添加波斯語翻譯 (100%完成)
* QR Code 支援 (使用 Google Chart API 或 URLYar QR API)
* 帶 QR Code 的友好 ID 連結 (例如 http://your_site/123.qr)
* 自動生成短網址/短連結
* 緩存的短網址-僅生成一次。
* 可選擇使用永久網址或文章 ID 生成短鏈接 (例如 http://your_site/index.php?p=123)。
* 相對寬廣的短連結支援
* 提供給其他外掛使用已生成短連結的操作挂鉤 (從 3.0 版本开始可用)
* 友好的 ID 連結-http://your_site/123 而非 http://your_site/index.php?p=123
* 短鏈接支援:在文章中插入 [urlyar_shortlink],話題中顯示縮短的 URL。
* 在文章內容下方添加短 URL 的連結
* 在頁面內容下方添加短 URL 的連結
* 在您的 WooCommerce 產品內容下方附加短 URL 的連結
可用的範本標籤:
快速縮網址函數:
<?php urlyar_shorturl('http://www.wpnegar.com', 'urlyar'); ?>
顯示已生成的短連結:
<?php urlyar_show_shorturl($post); ?>
或者如果使用 WordPress 3.0:
<?php the_shortlink(); ?>
https://codex.wordpress.org/Function_Reference/the_shortlink
可用的操作挂鉤和過濾器
urlyar_use_shortlink(操作挂鉤)
urlyar_filter_shortlink(過濾器)
未來版本中:
可根據要求添加更多服務/功能(https://salamzadeh.net/plugins/urlyar)
支援方式:
https://wordpress.org/tags/url-shortener
通過我的網站聯繫我( https://salamzadeh.net/contact/ )
外掛標籤
開發者團隊
原文外掛簡介
URLYar URL Shortener allows you to generate shortlinks for post/pages using URLYar URL Shorteners, with a few additional features.
Features:
* Language file as 100% translation now available at wordpress.org
* Localization – Persian translation added (100% complete)
* QR Code Support (using Google Chart API Or URLYar QR API)
* Nice ID links with QR Code (i.e. http://your_site/123.qr)
* Automatic generation of a Short URL/Shortlinks
* Cached Shortlink – thus generated only once.
* Choose to generate shortlinks using permalinks or the posts ID (e.g. http://your_site/index.php?p=123).
* Relatively extensive shortlink support
* Action Hooks available for other plugins to utilize generated shortlinks (From Ver 3.0 Onwards)
* Nice ID links – http://your_site/123 instead of http://your_site/index.php?p=123
* Shortcode support: Place [urlyar_shortlink] in your article where you want to display the shortened url.
* Append a link to short URL below your post content
* Append a link to short URL below your page content
* Append a link to short URL below your woocommerce product content
Available Template Tags
On-demand shortening function:
To show the generated links::
Or if WordPress 3.0:
https://codex.wordpress.org/Function_Reference/the_shortlink
Available hooks and filters
urlyar_use_shortlink (Action Hook)
urlyar_filter_shortlink (Filter)
Future Versions and on:
More services/features can be added upon request (https://salamzadeh.net/plugins/urlyar)
Support via:
https://wordpress.org/tags/url-shortener
Contact me via my website ( https://salamzadeh.net/contact/ )
