用户使用Addthis后显示的优惠券
我看到 addthis 有一些示例代码可能会有所帮助: http://www.addthis.com/ help/client-api#events
在我的注册表单中,如果他们共享我的网站,我想在输入文本字段中显示优惠券代码。关于我如何做到这一点有什么想法吗?
I see addthis has some sample code that may help: http://www.addthis.com/help/client-api#events
In my registration form, I want to display a coupon code in an input text field IF they share my site. Any ideas on how I could do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 HTML 中,为您的输入字段提供一个 id,以便稍后可以引用它:
然后,这是 addthis 侦听器:
In the HTML, give your input field an id so you can reference it later:
Then, here's the addthis listener: