如何对基于 html 的粉丝专页和基于 php 的网站使用相同的数据库?

发布于 2024-12-02 15:45:19 字数 167 浏览 0 评论 0 原文

我倾向于在 Facebook 上放置一个注册表单,就像在为其开发的网站上一样。该网站是使用php和Joomla开发的。粉丝页面是使用 HTML 和 CSS 创建的。该网站有一个注册区域。我倾向于在 Facebook 粉丝页面上放置一个类似的(最好是相同的)注册区域。无论如何,我可以使用相同的数据库来存储它们吗? 谢谢。

I tend to place a sign up form on facebook like on the website that is being developed for it. The site is developed by using php and Joomla. The fanpage is created using HTML and CSS. The site has a sign up area. I tend to put a similar (best if it is same) sign up area on facebook fanpage. Is there anyway that I can use the same data base to store both of them?
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无法言说的痛 2024-12-09 15:45:19

使用 Facebook 页面上的 iframe 选项卡可以轻松实现这一点,因为它位于 iframe 内部,您引用的页面可以刷新而无需刷新父级,这意味着您可以轻松发布表单数据,删除以使用 target="_self" 以确保这按预期工作。以下是有关它的更多信息:

http://developers.facebook.com/blog/post/462 /

此外,由于宽度限制,您可能希望在 Joomla 网站上使用 ?tmpl=component 以方便使用。

这里有一些松散的说明,我会给你一个播客的链接,但 Facebook 应用程序管理器刚刚经过彻底检修,所以我找到的教程都不相关,这里是:

1) 转到 http://www.facebook.com/developers - 它将请求权限,按“接受”

2) 然后转到 http://developers.facebook.com/apps

3) 单击右上角的“创建新应用程序”

4) 在弹出窗口中输入应用程序的名称,并同意条款(之后可能会要求您填写验证码)。

5) 滚动到新页面的底部,然后单击“页面选项卡”

6) 填写 4 个字段,不需要编辑 URL,只需指向您的主 URL 即可。 https 是一个很好的选择,因为很多人通过 https 使用 Facebook。

7) 按“保存更改”

8) 在左侧栏中单击“查看应用程序配置文件页面”

9) 然后在左侧栏中的新页面上单击“添加到我的页面”

10) 从弹出窗口中选择您的页面出现。

11) 转到现有页面,单击编辑页面,您将看到使用 iframe 应用程序创建新选项卡的选项。

如果您需要更多详细信息,请告诉我,但这些简单的说明连同我上面发布的 Facebook 文档应该可以帮助您完成大部分工作。

This is easily acheived using an iframe tab on your Facebook page, because it's inside the iframe the page you're referencing can refresh without refreshing the parent meaning you can post form data easily, remove to use target="_self" to make sure that this works as expected. Here is more information about it:

http://developers.facebook.com/blog/post/462/

Additionally due to width restrictions you may want to utilise ?tmpl=component on your Joomla website for ease.

Here are some loose instructions, I would give you a link to a podcast but Facebook application manager has just been completely overhauled so none of the tutorials I found are relevant, here goes:

1) Goto http://www.facebook.com/developers - It will ask for permissions press "accept"

2) then goto http://developers.facebook.com/apps

3) Click "create new app" in the top RH corner

4) Enter a name for your app in the popup, and agree to the terms (you may be asked to fill in a captcha afterwards).

5) Scroll to the bottom of the new page, and click on "Page tab"

6) Fill in the 4 fields, edit URL isn't necessary it can just point at your main url. https is a good to have as a lot of people use Facebook through https.

7) Press "save changes"

8) In the left hand column click on "view app profile page"

9) Then on the new page in the left hand column click on "add to my page"

10) Pick your page from the popup that appears.

11) goto your existing page, click on edit page and you will see the option to create a new tab using your iframe application.

Let me know if you need more details but these simple instructions should get you most of the way accompanied with the Facebook doc I posted above.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文