Miguel Sirvent
Forum Replies Created
-
Forum: Reviews
In reply to: [Magic Embeds] Good enoughHi. Thank you for your review. I have been working on that part for a while, it needs more tests, however it should be available sometime next month. (March 2016)
Forum: Reviews
In reply to: [Magic Embeds] Best YetThank you for your review. I guess this plugin doesn’t have a lot of 5 stars because it wasn’t as human friendly and feature rich as it is now.
Forum: Reviews
In reply to: [Magic Embeds] Works perfectlyThank you for your review. It is good to know the plugin is useful to you. All embedded videos create a thumbnail if for some reason yours did not copy the url here so I can run some test on it.
Forum: Plugins
In reply to: [Magic Embeds] Conditional LoadingHi.
The embeds are added using the wp_embed_register_handler() function so in theory you should be able to use wp_embed_unregister_handler() on an action.
I have not tested this but it should work
function wef_conditional() { if(in_category(12)){ wp_embed_unregister_handler('wpembedfb'); } } add_action( 'wp', 'wef_conditional' );Let me know if this works for you.
Forum: Plugins
In reply to: [Magic Embeds] how to embed a video SIMILAR to your RAW DEMO?Hi gh0stmichael.
Use the shortcode like this:
[facebook https://www.facebook.com/ArchanNair/videos/10152579879850694 social_plugin=false ]or
[facebook https://www.facebook.com/ArchanNair/videos/10152579879850694 raw=true ]it will only work if you have facebook App ID and Secret setup on the admin.
Forum: Plugins
In reply to: [Magic Embeds] Events not workingHi matteo.
That kind of embed is not supported, it will be available on the next update of the premium version.
Forum: Plugins
In reply to: [Magic Embeds] Video embed not workingHi ABryceT.
Sometimes the other plugins add extra js to the admin and that causes the embeds to not work properly try using the shortcode [facebook url]
PS. I did saw some videos on the url you shared.
Forum: Plugins
In reply to: [Magic Embeds] stopped workingHello edwardakehurst.
Please update the plugin this issue has been fixed and yes in this version the shortcode has changed form [facebook=url ] to [facebook url]
Forum: Plugins
In reply to: [Magic Embeds] Version 2.0.3 doesn't work for meHello.
Please update to the new version note the shortcode has changed from [facebook=url] to [facebook url]
Forum: Plugins
In reply to: [Magic Embeds] Version 2.0.3 doesn't work for meThanks for the feedback I am looking into it.
Hi.
Notes are not supported on custom embeds try using the shortcode
[facebook=https://www.facebook.com/notes/mark-zuckerberg/a-letter-to-our-daughter/10153375081581634 social_plugin=true ]Have you added facebook App Id and Secret to the setting page? I think that is the issue.
Hi crisfloresmera.
Paste the url you are trying to embed here so I can debug.
Forum: Plugins
In reply to: [Magic Embeds] Error with pagenow and language of the all.js libraryIt has to be some plugin compatibility issue.
I moved the admin script to the footer so they work bettter and about the language you can select “Spanish” on “Like buttons language” it is es_LA code.
Update and test again please.
Forum: Plugins
In reply to: [Magic Embeds] Error with pagenow and language of the all.js libraryThanks of the feedback I’m checking it.
I’ll give you a solution as soon as I can.