修复社交3.4.4 Wordpress插件中的Digg链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修复社交3.4.4 Wordpress插件中的Digg链接相关的知识,希望对你有一定的参考价值。

As you can probably see I use the Sociable plugin on this blog. I recently realized that the Digg link was broken. Here is the fix:
  1. 'url' => 'http://digg.com/submit?phase=2&url=PERMALINK&title=TITLE&bodytext=EXCERPT',
  2.  
  3. // Replace it with this:
  4.  
  5. 'url' => 'http://digg.com/submit?url=PERMALINK&title=TITLE&bodytext=EXCERPT',

以上是关于修复社交3.4.4 Wordpress插件中的Digg链接的主要内容,如果未能解决你的问题,请参考以下文章

使用 count() 修复 WordPress 插件文件中的 php sizeof 警告/错误

WordPress连接微博插件

markdown Contoh kasus自定义字段di WordPress dan implementasi插件Eksisting untuk pengelolaan konten

急,WordPress幻灯片插件RevSlider漏洞如何修复啊?

如何在我自己的插件上修复“此插件尚未使用 WordPress 的最新 3 个主要版本进行测试。它...”

我应该如何处理:Wordpress 社交登录(网络)和 Flutter(移动)