ytacc
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Page Albums] not clear how to use the sampleAfter you installed and activated the API, you have to put the corresponding PHP code to the page you want to display.
For example
1. create a new php named gallery.php, put the code from the example (which will display the FB gallery) into gallery.php.
2. place gallery.php to the directory of your wordpress theme.
3. Go to wordpress CMS, create a page called gallery, edit and choose gallery.php from template.
4. the FB gallery should able to be shown on the gallery link of your web.the example code can be found in the plugin zip under themes/example/index.php
I also shared the code I used for my own project in a previous post.Hope this help.
yt
Forum: Reviews
In reply to: [Facebook Page Albums] working fb api and high customisableHi, I am gonna to post my example tonight in the plugin support page.
My code is not perfect and good but it works on my site, so hope it can help.Forum: Plugins
In reply to: [Facebook Page Albums] Album Limit on display?forgot to post as resolved
Forum: Plugins
In reply to: [Facebook Page Albums] Album Limit on display?Hi Daiki,
The album limit is removed with the newer version and the array setting. Work like a charm!!
Still haven’t figure out the paging code with the function.
Probably with have a code sharing to help other use this plugin when I make them right. ??Thanks for all the doings and the updates :D.
Forum: Plugins
In reply to: [Facebook Page Albums] Album Limit on display?Hi Dalki,
Regarding your case, perhaps it may be something related to your server php version or other server setting, I have tried the plugin version from 1.0 to 1.1.1, the plugin still work fine to me, and can still get the newly updated album from facebook.
My problem is the album number is limited to 24 albums(including those like cover photos) and also is not able to set pagination even using the example index.php (I am not good at php, perhaps something wrong with the codes).For all curiousity, hope to seek for a solution. ??
Thanksytacc
Forum: Plugins
In reply to: [Facebook Page Albums] unable to get photo title in photo listhave bugs in the code, problem solved
Forum: Plugins
In reply to: [Facebook Page Albums] Album Cover Sizelook into the code, change $thumb[‘picture’] to $thumb[‘source’]
This is the data draws from FB apiafter some research, I found it is able to change it by nextDayThreshold.
https://fullcalendar.io/docs/event_rendering/nextDayThreshold/but I am using full calendar for event manager, I wonder anyone help to give some hint where to place the code
Forum: Plugins
In reply to: [Quick Paypal Payments] Can I add extra fields?Sorry, have been so busy. Great to see you sorted out this function and have it updated, good job!
Forum: Plugins
In reply to: [Quick Paypal Payments] Can I add extra fields?I am not sure if it is appropriate to show another plugin name here, but let me know if you want to learn more..
Forum: Plugins
In reply to: [Quick Paypal Payments] Can I add extra fields?I wonder can ‘on0’ and ‘os0’ be use for extra text input fields. I have came across another plugin using these variables to get input fields successfully. (the info will be displayed as “option” in paypal checkout page)
Your plugin is great, but the code is too complicated for me to try putting the variables in, can anyone help???