添加Tinyurl链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了添加Tinyurl链接相关的知识,希望对你有一定的参考价值。

Generate The Tiny URL to add to any post
  1. /* Generate The Tiny URL - Add to your functions.php file */
  2.  
  3. function getTinyUrl($url) {
  4. $gettiny = file_get_contents("http://tinyurl.com/api-create.php?url=".$url);
  5. return $gettiny;
  6. }
  7.  
  8. /* Call The Tiny URL - Add to your single.php file within the loop */
  9.  
  10. <?php
  11. $tiny = getTinyUrl(get_permalink($post->ID));
  12. echo 'Tiny Url: '.$tiny.''
  13. ?>

以上是关于添加Tinyurl链接的主要内容,如果未能解决你的问题,请参考以下文章

535. Encode and Decode TinyURL - LeetCode

在 JSP 中的 <% %> 代码片段中添加链接

短网址服务(TinyURL)生成算法

是否有标准或首选标签类型可用于向某个位置添加额外的锚点/片段链接?

微信小程序代码片段

如何从片段内的列表视图打开链接网址?