PHP 添加自定义书签链接

Posted

tags:

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

//Delicious
<a title="Bookmark this post at Delicious" rel="nofollow" href="http://delicious.com/post?url=<?php the_permalink(); ?>&title=<?php echo urlencode(get_the_title($id)); ?>">Bookmark at Delicious</a>

//Digg
<a title="Submit this post to Digg" rel="nofollow" href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>">Digg this!</a>

//Twitter
<a rel="nofollow" href="http://twitter.com/home?status=<?php echo urlencode("Currently reading: "); ?><?php the_permalink(); ?>" title="Share this article with your Twitter followers">Tweet this!</a>

//StumbleUpon
<a title="Share this post at StumbleUpon" rel="nofollow" href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php echo urlencode(get_the_title($id)); ?>">Stumble this!</a>

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

PHP Wordpress书签自定义

javascript书签复制网页标题和链接

iPhone 收藏网址[添加到书签] 和 [添加到主屏幕] 显示自定义图标,而不是网页截图

php 在登录表单下添加自定义链接

php 为自动和自定义摘录添加更多链接。

php 添加自定义URL菜单链接到WooCommerce MyAccount区域