Miguel Sirvent
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Embeds] Installation/Set up problemsThis might sound silly but did you put your facebook app id and secret
on the setting page ? The only reason that this error could happen is if they are missing or if the facebook api is called by your theme wich I doubt.Forum: Plugins
In reply to: [Magic Embeds] Add Facebook Appgo here https://developers.facebook.com/apps and click + add a New App button just follow the instructions then copy and pase the app id and secret on the plugin settings page
Forum: Plugins
In reply to: [Magic Embeds] Installation/Set up problems@daxcastro
Hi, I can see your embedded post on chrome just fine, have you tried on a diferent computer? probably a chrome extension/addon?@tiggerlappy
Hi there, this error shows because another plugin or theme uses the facebook php api, if you have an idea of what plugin or theme is responsible, please write it here so I can tell you how to addapt to it, and/or create an update.Forum: Plugins
In reply to: [Magic Embeds] Installation/Set up problemsI made some modifications on the new version try it out. Let me know if your problems get solved with this update.
Forum: Plugins
In reply to: [Magic Embeds] Add Facebook AppHi, if you all ready have a FB app use your app id on the settings section, then if you wish to add a social plugin you will only need to add the seccond part of the code that facebook gives you, like it says on the site https://www.wpembedfb.com/extend/ I hope this helps you.
Forum: Plugins
In reply to: [Magic Embeds] Embedded post will show on publishmmm have you disabled some of the advanced options?
Can you send me the link to the page so i can see what is going on please.Forum: Plugins
In reply to: [Magic Embeds] Installation/Set up problemsHi the issue is your version of PHP on line 32 of the plugin there is an anonymous function, that functionality only works with php 5.3+ I guess you are using 5.2, you can go into the plugin editor inside wp-admin and change line 32 from
add_filter('the_content', function($ct){ return '<div id="fb-root"></div>'.PHP_EOL.$ct; },10,1);
to
add_filter('the_content'add_filter('the_content',wpemfb_root_func,10,1); function wpemfb_root_func($ct) {return '<div id="fb-root"></div>'.PHP_EOL.$ct;}
Or if it is in your posibilities change to a hosting with a more updated version of PHP.
Forum: Plugins
In reply to: [Magic Embeds] Video not public??I think this solves your problem if something else happens write me.
Forum: Plugins
In reply to: [Magic Embeds] Video not public??I tested your urls for some reason the facebook api is unable to access information of the videos look https://developers.facebook.com/tools/explorer/?method=GET&path=4898846484851&version=unversioned
It is probable that this limitation is related to allowing comments on your videos.
You can still embed them if you disable “raw video embeds” on the settings section.
Forum: Plugins
In reply to: [Magic Embeds] Video not public??hi can you paste the url to the video here so I can see what is going on please.
Forum: Plugins
In reply to: [Magic Embeds] Shortcodes not working and PHP warninghi there is a new version of the plugin it has a lot of improvements I love to know if its works on your site.
Forum: Plugins
In reply to: [Magic Embeds] HTTP/1.1 403 ForbiddenOk then I will write the code to do it, but it will take me some time probably until January that’s because I’m working on other projects. Consider making a donation of any amount and I promise to speed up the coding.
Forum: Reviews
In reply to: [Magic Embeds] not workingI updated the plugin a few weeks ago, and working on new updates, it works perfectly with WordPress 4.0 as you can see on the site https://www.wpembedfb.com
Can you be more specific.
Forum: Plugins
In reply to: [Magic Embeds] Maximum number of photos in albumIt’s a limitation form facebook to work around it I will have to ask fb for a second api call, can you provide the link of the album so I can see what can be done.
Forum: Plugins
In reply to: [Magic Embeds] How you embed facebook video?if it only shows the link then that means that the video is not public, or the plugin can’t read the url, can you provide the url for the video please.