How to subscribe WordPress blog to QQ mailbox
Specific implementation methods and steps:
1. Log in to your QQ mailbox and click "Reading Space" in the lower right corner to enter the reading space.
2. After entering the reading space, click "Settings" in the upper right corner of the page to enter the reading space setting interface.
3. Click "Customize my subscription icon" to enter the subscription setting interface
4. Select the subscription icon style that suits you, enter your blog feed address in the second step, and click " "Generate icon code", you will get a string of codes.
5. Add this code to your blog. Your visitors only need to click on this icon and log in to his or her QQ mailbox to successfully subscribe to your blog.
For example, the generated code is:
<!-- 用QQ邮箱阅读空间订阅我的博客 --> <a href="http://mail.qq.com/cgi-bin/feed?u=http://feed.php.cn" target="_blank"> <img src="http://res.mail.qq.com/zh_CN/htmledition/images/rss/icon_sub01.gif" alt="" border="0" /> </a><!-- 用QQ邮箱阅读空间订阅我的博客 -->
Recommended tutorial: WordPress tutorial
The above is the detailed content of How to subscribe WordPress blog to QQ mailbox. For more information, please follow other related articles on the PHP Chinese website!