在 codeigniter 中集成 aweber
如何将 aweber 与 codeigniter 集成?
我是 aweber 的新手。不知道是怎么编码的? 我已经将 mailchimp 与 codeigniter 集成了。 但我不知道 aweber 集成在 codeigniter 中。
How can I integrate aweber with codeigniter?
Iam new to the aweber. I dont know how it coded?
I alreday integrated mailchimp with codeigniter.
But i dont know aweber integration in codeigniter.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您应该将 aweber 为您提供的代码添加到您想要显示它的视图中。实际上没有什么需要集成的,因为所有数据处理都是在 Aweber 的后端完成的。
You should add the code aweber gives you into a view you want to display it on. There really isn't anything to integrate since all the data processing is done on Aweber's backend.
Aweber PHP SDK 的所有信息都位于
http://labs.aweber.com
包括其 Github 项目的链接页面,其中包含可供下载的 PHP SDK。
它们还包括演练和示例代码。
请注意,您需要在上面的网址创建一个帐户才能使用他们的 API。
All the information for Aweber's PHP SDK's are located at
http://labs.aweber.com
Including links to their Github project page with the PHP SDK available for download.
They also include walkthroughs and sample code.
Please note you need to create an account at that url above to use their API.
打开要放置 aweber 订阅表单的页面视图:
转到:CodeIgniter/application/views/desired_page 并在文本编辑器中打开它,并将表单文本放入所需位置(在 和 之间的某个位置)。
Open a view of the page where you want to put the aweber subscription form:
Go to: CodeIgniter/application/views/desired_page and open it in a text editor and put form text into it on a desired position (somewhere between and ).