Google网上论坛和订阅代码 [英] Google Group and Subscription code

查看:162
本文介绍了Google网上论坛和订阅代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是任何领域编程的新手.刚开始,我有一个添加订阅按钮的任务.

I am new to programming in any field. Just started I have a task for adding a subscribe button.

我所拥有的:

  1. Google网上论坛邮件列表
  2. 网站
  3. 我没有Google App引擎.

要求:非常简单-网站上的订阅"按钮可以自动将人们订阅到邮件列表中.

Requirement: Very simple - A Subscribe button in the website which can auto subscribe people to the mailing list.

语言:PHP,HTML.不要问我有关编码的问题,我现在很烂,但时间不长.

Language: PHP, HTML. Don't ask me about the coding, I suck now but not for long.

推荐答案

<h3>Subscribe to <?= $group_title ?></h3>
<form action="http://groups.google.com/group/<?= $group_name ?>/boxsubscribe">
<input name="email"/>
<input type="submit" value="Subscribe" name="sub"/>
<a href="http://groups.google.com/group/<?= $group_name ?>">Browse Archives</a>
</form>

使用$ group_title和$ group_name进行相应设置.查看群组时,可以通过网址确定$ group_name.

With $group_title, and $group_name set accordingly. $group_name can be determined from the url when viewing your group.

这篇关于Google网上论坛和订阅代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆