follow 成就里面有个 认证订阅源,完成可领取 100power 。 每 100power 可以兑换 1 个邀请码
步骤: 1 、搭建个 webserver ,responseHeader 需要指定 Content-Type:application/rss+xml; charset=UTF-8 ; responseBody 见下文 RSS 示例(取自 wordpress 的 feed )
2 、将可访问的 rss 地址添加到订阅源
3 、右键订阅源 选择认证 ,有三种方式。 选第一个“发布内容”
4 、copy 认证内容, 追加到 content 里, 比如插入到 “是您的/第一篇文” 此处。保存。
5 、提交认证。 成功即去成就页面领取 100power 。
ps:步骤 1 是简化版,搭建到方式有很多,我自己是用的 cfworker 。 小白可以按照正常 php+wordpress 搭建个完整博客网站用于认证。
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
<title>Wordpress</title>
<atom:link href="https://www.com/feed/" rel="self" type="application/rss+xml" />
<link>https://www.com</link>
<description>又一个 WordPress 站点</description>
<lastBuildDate>Sun, 29 May 2022 07:50:16 +0000</lastBuildDate>
<language>zh-Hans</language>
<sy:updatePeriod>
hourly </sy:updatePeriod>
<sy:updateFrequency>
1 </sy:updateFrequency>
<generator>https://wordpress.org/?v=6.6.2</generator>
<item>
<title>世界,您好!</title>
<link>https://www.com/2022/05/29/hello-world/</link>
<comments>https://www.com/2022/05/29/hello-world/#comments</comments>
<dc:creator><![CDATA[admin]]></dc:creator>
<pubDate>Sun, 29 May 2022 07:50:16 +0000</pubDate>
<category><![CDATA[未分类]]></category>
<guid isPermaLink="false">http://www.com/?p=1</guid>
<description><![CDATA[欢迎使用 WordPress 。这是您的第一篇文章。编辑或删除它,然后开始写作吧!]]></description>
<content:encoded><![CDATA[
<p>欢迎使用 WordPress 。这是您的第一篇文章。编辑或删除它,然后开始写作吧!</p>
]]></content:encoded>
<wfw:commentRss>https://www.com/2022/05/29/hello-world/feed/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
</channel>
</rss>
1
windshadow 40 天前
有邀请码么? 10 元收一个体验一下,谢谢
|
2
shizhibuyu2023 40 天前
|
3
hoey 40 天前
没看懂
|
4
root000 40 天前
感谢,cfworker 整了一个认证了
|
5
Kazetachinu 40 天前
不说其他的了,先求个邀请码,感谢大佬🥰
ZHJlYW14dXNAZ21haWwuY29t |
6
potatouu 40 天前 via iPhone
求~
ODkzMDM0Mzg3QHFxLmNvbQ== |
7
chinni 40 天前
好了 bug 了 我认证拿了 100 然后生成邀请卡住了 很久没反应 最后 power 扣了 邀请码没有
|
8
icefrogisgreat 38 天前
求求了 b3hmZmZAaWsubWU=
|
9
zhuliting 38 天前 1
9TwUYN3bYq
|
11
Co1e 38 天前
求个邀请码,感谢大佬
eGlob3JAb3V0bG9vay5jb20= |
12
MaydayV 35 天前
分享我的更简单的认证办法 https://v2ex.com/t/1081240#reply0
|