[wordpress插件] DC Simple Share ButtonsDC简单共享按钮

wordpress 插件 文章 2020-04-13 13:30 438 0 全屏看文

AI助手支持GPT4.0

评分
90
描述

As the name implies, this social sharing plugin is simple and loads pretty fast.

顾名思义,这个社交共享插件非常简单并且加载速度非常快。

The buttons do not rely on external resources to load, it’s written in PHP, HTML and CSS.

这些按钮不依赖外部资源来加载,而是用PHP,HTML和CSS编写的。

There’s an option to show the buttons on posts and pages.

有一个选项可以显示帖子和页面上的按钮。

You can also put the buttons anywhere in your template using this template tag:

您还可以使用以下模板标记将按钮放在模板中的任意位置:

  <?php dc_social_share_tag(); 

?>

?>

You can also display using this shortcode in single posts and pages:

您还可以使用此短代码在单个帖子和页面中显示:

[dc-social]

  [dc-social]

Please note that these buttons do not show share counts.

请注意,这些按钮不显示共享计数。

The essence of the whole thing is to keep it very simplified.

整个过程的本质是使它保持非常简单。

The only button that requires a little snippet of JS to work is the Pinterest button but this does not slow down your site in anyway.

唯一需要一小段JS代码才能起作用的按钮是Pinterest按钮,但这无论如何都不会减慢您的网站速度。

A demo of the plugin can be seen here: http://geek.ng/

可以在此处查看该插件的演示:http://geek.ng/

安装步骤

    1. Upload ‘plugin-name.php’ to the ‘/wp-content/plugins/’ directory
    2. 将“ plugin-name.php”上传到“ / wp-content / plugins /”目录

    3. Activate the plugin through the “Plugins” menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    You can also upload directly from WordPress dashboard > Plugins > Add New > Upload.

    您还可以直接从WordPress仪表板>插件>添加新>上传。

    Activate the plugin and you’re good to go.

    激活插件,您就可以开始使用

下载地址
https://downloads.wordpress.org/plugin/dc-simple-share-buttons.1.0.zip
-EOF-

AI助手支持GPT4.0