Search the Community
Showing results for tags 'facebook api'.
-
Hi! When i upload load the zip of "Facebook Prestashop" in my module section give me a error 500 here i post a capture ¿anyone know what i can do?
- 1 reply
-
- facebook api
-
(and 4 more)
Tagged with:
-
Hi! I have a problema with my facebook dinamic ads because when I see the image in the ads manager it cuts the product. For some placements I can crop it with an inner facebook tools but for others its not possible. Basically what I need to know is if you can send a different image for facebook ads from PrestaShop and how I can do it? We use Channable as an intermediate platform to create de feed url but they told us that this kind of things have to be arrange directly in the ecommerce platform. Also, I have asked Facebook support but they can not do magic if the image that the feed gives them is rectangular. Please, if anyone has any idea how can I solve this!! Best wishes for those who read this read my comment.
-
- facebook ads
- feeds
-
(and 2 more)
Tagged with:
-
facebook api [Module] Facebook Page Recommendations
presta.show posted a topic in Paid Modules & Themes
Facebook Page Recommendations for PrestaShop With this module you will be able to show reviews of your Facebook Page directly in your PrestaShop store. You can enable show reviews as side-panel, box placed anywher i template or additional subpage with the list of all reviews. https://prestashow.pl/en/prestashop-modules/34-facebook-page-reviews-for-prestashop.html Easy configuration Configuration of the module includes basic data necessary to make connection to the Facebook API. The manual in the module explains exactly how to do it – the process will not take you more than 5 minutes. The module works with PrestaShop 1.6 and 1.7. Improve trust of your shop Take care of your customers’ safety by presenting current reviews of your website on Facebook. Module allow you to display only positive feedback. Directly from reviews displayed by the module, your customer could like your fanpage or go to it at Facebook. Setup layout colors Module allows you to configure the layout. You can decide where to place a box with a summary of the reviews. You can also edit the colours of the module and all the displayed content. You can also configure a friendly URL to a subpage with the list of all reviews! Display anywhere you want Module allows you to show reviews in 3 different ways (both or separately): A Panel with a summary of the opinions which shows up from the edge of the page. A Box with a summary of the reviews, which you can place anywhere on the template – e.g. in the left column or on a contact page. A Page with a friendly URL with full reviews summary of your Facebook page. Facebook Page Recommendations for PrestaShop Find more detailed information about this module at: https://prestashow.pl/en/prestashop-modules/34-facebook-page-reviews-for-prestashop.html Test this and other PrestaShow modules in our demo shop at: http://demo.prestashow.pl/-
- prestashop 1.6 / 1.7
- reviews
-
(and 1 more)
Tagged with:
-
I recenltly bought Presta Facebook Connect and had finally got it working perfectly yesterday only to find that within an hour of going live, it no longer works. This is due to Facebook implementing the new Oauth 2.0 which was apparently announced in July, giving developees a deadline of October 1st to change their coding and then finally making the switch yesterday. Unfortunately the developer of this module failed to do this and so many people who have this module will be finding that it does not work today! (http://developers.fa.../blog/post/614/). From reading the blog post it seems that simply adding oauth: false to FB.init should be enough (and changing perms to scope on FB:login-button as perms is no longer used). However, with this I get an error: uncaught exception: Error: Permission denied for <https://www.facebook.com> to get property Proxy.InstallTrigger and the user is logged in and then striaght back out (by the way before all this happened I also found that the onclick event on fb:login-button no longer works so you should change it to onlogin) If I set oauth to true and try to implement the changes outlined in the blog, the smae happens - logged in and then logged out again straight awasy with an error saying: FB.logout without access token. I am not looking to merely bi*ch about the developer but to find if others can help with this predicament as the developer has unfortunately not been very forthcoming! So far, I have made the following changes: Set oauth : true in FB.init Changed all referrences to response.session to response.authResponse Changed perms to scope on FB:login-button Changed var userID = response.session.uid; to var userID = response.authResponse.userID; since uid is now userID - is there anywhere else I should change this? Although I no longer get the user expected error I think that's it, but I keep getting logged out as soon as I am logged in - it must be either because I need the accessToken, the logged in/ logged out sessions are dealt with differently....something along thos elines as it seems to very nearly work! Also I have single login enabled, so if I log into Facebook first and then visit the site I am logged in just fine to the site - the ossue only seems to be when I try to log in via the site itself. I should point out that this is currently set up on my test server on my local computer as I have obviously uninstalled the module on the live site. Please help!!!
- 2 replies
-
- Facebook connect
- oauth
-
(and 1 more)
Tagged with: