怎么设置wordpress添加qq邮件订阅
时间:
张伟670由 分享
想必qq邮箱每个人都有用过吧,但你有没有想过给自己wordpress增加qq邮箱的订阅呢?下面我就叫你们怎么做
1、首先当然得有qq账号
2、如果是新用户,单击“创建一个栏目”。
4、再单击“收集订户”,进行下一步操作。
学习啦在线学习网 6、选择您的博客或网站类型,对于Wordpress用户来讲,自然选择Wordpress。
9、在打开的页面中,找到“文本”工具,并拖拽到您需要放置的位置,粘贴好刚刚复制的代码,保存即可。
代码如下:
1 | <form action= "http://list.qq.com/cgi-bin/qf_compose_send" target= "_blank" method= "post" style= "padding:5px;" > |
2 | <input type= "hidden" name= "t" value= "qf_booked _feedback" > |
3 | <input type= "hidden" name= "id" value= "9d576c55162675d6 6e6aa645cbfe82cd63c53b596035b345" > |
4 | <input id= "to" name= "to" type= "text" value= " E-mail" style= "width:200px;font-size:13px;padding:2px 0px 2px 3px; height:20px;border:1px solid #DDDDDD;background:#FFFFFF;" onfocus= "this.value = this.value == this.defaultValue ? '' : this.value" onblur= "this.value = this.value == '' ? this.defaultValue : this.value" > |
5 | <input type= "submit" value= "订阅本站" style= "width:80px;font-size:12px;padding:1px 2px 1px 0px;background:#DDDDDD;line-height:18px" > |
6 | </form> |
学习啦在线学习网 最后来看看默认的效果图吧。