didz666 Posted February 13, 2015 Share Posted February 13, 2015 Hi i have a php app that uses the ebay api to pull related products and feedback etc for a custom template i have built but cannot for the life of me get the php script working in ebay. Does any one have any experience using php within ebay any help would be really appreciated. thanks Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted February 13, 2015 Share Posted February 13, 2015 You have to post some related code and what issues you are having with it. Quote Link to comment Share on other sites More sharing options...
didz666 Posted February 13, 2015 Author Share Posted February 13, 2015 You have to post some related code and what issues you are having with it. Hi its not the php i have issues with its getting any type of php to load with in ebay, I have tried linking the php as you would with a js script using the full url with no joy and i have converted my template into a php doc rather than a html and still the php will not load. Quote Link to comment Share on other sites More sharing options...
tryingtolearn Posted February 13, 2015 Share Posted February 13, 2015 You wont be able to run the php directly off of ebays page. Depending on what you are trying to achieve there may be other alternatives. Quote Link to comment Share on other sites More sharing options...
didz666 Posted February 13, 2015 Author Share Posted February 13, 2015 You wont be able to run the php directly off of ebays page. Depending on what you are trying to achieve there may be other alternatives. Hi basically I have a html listing template that i want to show related products using an ebayapi call. The call is written in php and displays related products based on keyswords etc. its as simple as that. Is using an ajax call to access the php the way to go. thanks Quote Link to comment Share on other sites More sharing options...
tryingtolearn Posted February 14, 2015 Share Posted February 14, 2015 The issue is what will pass through the filters ebay has in place when you add a listing. The catch all from their HTML and javascript policy being Calls remote scripts and pages automatically, such as JavaScript "includes" or "iframes." (But oddly enough they allow flash content so go figure...you can add anything you want in a .swf file and load it right up to your listing.) There are "certified 3rd party apps" that might be a better route. At least you wont run the risk of violating their listing guidelines by bypassing any of their filter techniques to make it work. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.