Community Forums › Forums › Archived Forums › General Discussion › Integrating WordPress with another site…
- This topic has 7 replies, 2 voices, and was last updated 12 years, 2 months ago by
AnitaC.
-
AuthorPosts
-
February 7, 2013 at 3:10 pm #18747
dpbklyn
MemberHello and TYIA~
I am using the Focus theme as a CMS / frontend for a webapp. My goal is to have users subscribe to the app through WordPress then be re-directed to our Django webapp on a different site. Obviously I only want subscriber to be able to access the Django app, ideally, I would only want the users to log in once (to WordPress).
Would is be possible to hide a page in wordpress that redirects them to them other site and have the other site only accept connections from the original WordPress URL? I guess they would still have to log into the webapp, but i am more concerned about payment authentication...Only users of a certain subscription level would be able to access the referring page...
Am I making sense?
Thank you,
dp
David Phillips
Owner, St. Louis IT Solutions, LLCFebruary 8, 2013 at 3:23 pm #19072AnitaC
KeymasterIn regard to this statement:
Would is be possible to hide a page in wordpress that redirects them to them other site
Yes, you can if you are using Genesis, there are redirect settings on the page and you can exclude the page from visibility and search engines. This is located in Genesis SEO settings.
Which end accepts the payment though?
Need help with customization or troubleshooting? Reach out to me.
February 8, 2013 at 3:54 pm #19087dpbklyn
MemberHi, Thank you for the response...
I would love it if WP accepts the payment, I am trying to take it easy on my Django developer...
I would want our subscribers to pay us through WP (Paypal or other gateway) then be authenticated to go to the Django webapp.
David Phillips
Owner, St. Louis IT Solutions, LLCFebruary 8, 2013 at 4:45 pm #19103AnitaC
KeymasterWhat type of "app" are you referring to? Are you talking about a mobile app? You say "subscribe to the app" and "redirect to our Django app" - what are they?
Need help with customization or troubleshooting? Reach out to me.
February 9, 2013 at 10:03 am #19227dpbklyn
MemberThe App is a Webapp we are offering for a subscription. It lives on a linode server (different server than my WordPress site) and it is accessible from any device. I have a subdomain set up to point to the app http://www.subdomain.domain.com. I would like that subdomain to be accessible ONLY by people who have paid the subscription fee on WordPress.
I hope this is more clear...
David Phillips
Owner, St. Louis IT Solutions, LLCFebruary 9, 2013 at 10:44 am #19234AnitaC
KeymasterWell, how Studiopress used to do it is - they used eJunkie.com. We purchased a theme via the website and then it went to PayPal for the payment to be made. Once the payment was made there was a URL that we returned back to. Their URL pointed back to the website where there was a message that the payment was made and the link to the theme would be in our email.
So... looking at what you want, the person comes to your WP site, makes the purchase (say PayPal), you enter the URL for where they need to go next (subdomain.domain.com) where they will in turn download their app.
Does that make sense?
Need help with customization or troubleshooting? Reach out to me.
February 9, 2013 at 1:23 pm #19267dpbklyn
MemberUnfortunately, ours isn't a download, it is a site the user would need to log into I was hoping to authenticate through WordPress and then have django check the authentication (somehow) THEN let the user through.
BTW, THANK YOU for you help!
David Phillips
Owner, St. Louis IT Solutions, LLCFebruary 9, 2013 at 1:31 pm #19268AnitaC
KeymasterYou should check with the Django application to see if has any shared services, api's, etc., that will work with WordPress. I Googled Django & WordPress for you here. Take a read at this. This is going to be something that needs more programming experience than what is provided here.
Need help with customization or troubleshooting? Reach out to me.
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.