1、导入客服插件和文章无图自动出图配图插件。然后文章插入位置: 插入文章微信设置,插入第 1段后和无图标签:p ,第1个的前面。
2、添加一个专用的SEO自动化内容模板,然后在header下面添加css代码,如下:
<style type="text/css">.showall-button-wrapper {text-align:center;margin-top:1em;}.showall-button{background:none;border:none;color:#fff;cursor:pointer;}.showall-button>span{display:inline-block;vertical-align:middle;}.showall-button-text{margin-left:2px;}.showall-button-left{color:#ffffff;background:#fff;border-radius:50%;width:1.2em;height:1.2em;line-height:1.2em;}</style><style type="text/css">.showall-article{height: 600px;overflow-y:hidden;}</style><script>$(function(){$(".showall-button").click(function(){$(".showall-article").height("auto");$(".showall-button-wrapper").remove();});});</script>
3、将{$article.Content}内容标签,替换成专用的SEO自动化内容DIV代码和内容标签,如下:
<div class="showall-wrapper"> <div class="showall-article"> {$article.Content} </div> <div class="showall-button-wrapper"> <button class="button showall-button"><span class="showall-button-text">阅读全文</span></button> </div> </div>
4、设置好客服插件中需要显示的二维码和手机号,文字即可。