Tim
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Facebook Feed] Pull feeds from multiple pagesI added your code and did some testing, works great. Its included in version 2.4, thanks!
Forum: Plugins
In reply to: [Easy Facebook Feed] Blog was hackedI can’t really tell what happened, if you have some more info I’m willing to take a closer look at it.
Forum: Plugins
In reply to: [Easy Facebook Feed] Pull feeds from multiple pagesHi Alex,
Glad you like it and thanks for the suggestions, I specially like the caching solution. I’ll take a closer look at it coming weekend and will update the code.
Forum: Reviews
In reply to: [Easy Facebook Feed] Excellent and easy plugin, super support!Thanks for the positive review, appreciate it. ??
The possibility to make different shortcodes for different pages already exists (I forgot to update to faq). There are 2 optional shortcode parameters, ‘id’ and ‘limit’. With ‘id’ you can overwrite your default facebook id so you can have different facebook feeds on different places. With the ‘limit’ parameter you can do what you describe in your example, limit the posts per page.
Example:
[easy_facebook_feed limit=3 id=bbcnews]
.- This reply was modified 8 years, 4 months ago by Tim.
Forum: Plugins
In reply to: [Easy Facebook Feed] WP debug errorHi, glad you like it and thanks for letting me know.
I fixed the errors in version 2.3, enjoy. ??
Forum: Plugins
In reply to: [Easy Facebook Feed] (#4) Application request limit reachedIt sometimes happens when the Facebook api is receiving too many calls in a short period of time. There are no official numbers but it seem to happen if there are more than 600 calls per 600 seconds, per token & per IP. The message automatically disappears after a few minutes (I guess after another 600 seconds).
Using a WordPress plugin for caching is probably the best solution. It will limit the number of calls to the Facebook api and will improve performance overal.
Forum: Plugins
In reply to: [Easy Facebook Feed] Easy Facebook Feed – ShortcodeHi, sorry for the late response, I didn’t notice this ticket.
“limit” is the parameter you are looking for in the shortcode, for example: [easy_facebook_feed limit=2]. The limit parameter overwrites the admin setting and limits the number of posts.
Forum: Plugins
In reply to: [Easy Facebook Feed] Handling newline charactersHi, seems like a good change. I have added the nl2br’s in v2.2, thanks!
Forum: Reviews
In reply to: [Easy Facebook Feed] Very Nice and Easy PluginI tried a couple of things to fix the Photon image bug but they didn’t work and I’m not getting a answer from the Jetpack developers when I asked for a solution.
So the post date is fixed in v2.1 but I still haven’t found a solution for Photon which is unfortunate because many people use it.
Ps. Good luck with your movement against corruption. ??
Forum: Reviews
In reply to: [Easy Facebook Feed] Very Nice and Easy PluginHi, glad you like it.
I figured out that Jetpack Photon is the problem with images not displaying in Easy Facebook Feed. You can disable Photon as a temporary solution. I’m still looking for a work around for this problem.
Hi,
Allow_url_fopen is not the problem in this case. Can you give me your Facebook page url so I can try to replicate your error and take a look at it?
Forum: Plugins
In reply to: [Easy Facebook Feed] Feed not showingHi, did you get a error message?
Forum: Plugins
In reply to: [Easy Facebook Feed] No JoyIts hard to say what is causing the problem if allow_url_fopen is enabled. In my development environment your Facebook page works fine though.
I made some changes in version 1.9 to make things more flexible. With some luck it will solve your problem.
Forum: Plugins
In reply to: [Easy Facebook Feed] Page display errorThis problem is caused by age restrictions resulting in this error. I’m not sure if there is a solution to this problem.
Forum: Plugins
In reply to: [Easy Facebook Feed] shared instagram posts do not displayThe Facebook Api simple doesn’t return the shared Instagram posts and i’m not sure why.
I’ll let you know if I find something.