mxm.k.marquette
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Debug] Ne fonctionne pas.salut, c’est pour savoir s’il y aura une mise a jour a ce fantastique plugin.
du au changement de facebook qui necessite le app_id/secret etc.
Forum: Plugins
In reply to: [Base64 Images] Image not showing up after activating the plugin.OK. jsute tell me if you need anything from me to help you cause i run 5 website and i love the idea of this plugin if we can make it work and resovle the issue and bug with the bimber theme but also the amp theme probleme and also the og:image problem.
and thank you very much for you hardf work and wonderfull plugin.
Forum: Plugins
In reply to: [Base64 Images] Image not showing up after activating the plugin.and it also change the image in the og:description witch cause facebook to not detect any image anymore.
Forum: Plugins
In reply to: [Facebook Open Graph update] Access Token Requiredall you need to do is have a facebook application, with App ID and App Secret when put like this App ID|App Secret make you access token
in the plugin Facebook Open Graph, Google+ and Twitter Card Tags they counter it by adding this simple function into function.php
// Make Facebook debug url add_filter( 'fb_og_update_cache_url', 'my_fb_og_update_cache_url' ); function my_fb_og_update_cache_url( $url ) { $url .= '&access_token=App ID|App Secret'; return $url; }and there you go you don’t need a central authentification server or else 🙂
so maybe just add a place to put the app id and app secret and add something in the code that add the parameter to the url and voila my friend
- This reply was modified 8 years, 6 months ago by mxm.k.marquette.
- This reply was modified 8 years, 6 months ago by mxm.k.marquette.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Hi trouble with bimber and ampthank you cause i really love your plugin.
Forum: Plugins
In reply to: [WordPress Ads Manager] i got this errorhttps://github.com/Crunchify/Google-Adsense-Ads-Manager
and here for you github it’s saying.
Failed to load latest commit information.
so i think there a problem.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] i have this error with latest update/** * Facebook Instant Articles uses transients to store content for a week, unless updated * since we're in dev we need to flush it often * * @return [type] [description] */ function flush_transients() { $latest = new \WP_Query( [ 'posts_per_page' => self::TOTAL_POSTS, 'fields' => 'ids', 'orderby' => 'modified', 'no_found_rows' => true, ] ); foreach ( $latest->posts as $id ) delete_transient( 'instantarticles_content_' . $id ); }the function that was blocking was that 🙂
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] i have this error with latest updatehi sorry for the late reply, i don’t have the reload from facebook option,
and everything is set as it should, i finally correct the bug for the purge/update facebook cache it was cause by an old function for instant article set in function.php that was jamming the thing but for the locale i don’t know what to do…
- This reply was modified 9 years, 8 months ago by mxm.k.marquette.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] hi i wanted to know how tocause like on this article
http://lesprenoms.quebec/2Y9XaVa69the og:image should be 1200*630 crop center top
and it get overide by jetpack as crop center center…- This reply was modified 9 years, 8 months ago by mxm.k.marquette.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] i have this error with latest updateLocale:
32759 Warning: file_get_contents(/home/lesprenoms/public_html/wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/includes/FacebookLocales.xml): failed to open stream: No such file or directory in /home/lesprenoms/public_html/neufsvies/wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/admin/options-page-facebook.php on line 246Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] i have this error with latest updateand it don’t suppres the cache anymore like everything was working with 2.0.2…
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] error with php7function webdados_fb_open_graph_register_session(){ if(!session_id()) session_start(); }Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] PHP errorand in pluging line 525 it’s saying
call_user_func_array($the_[‘function’], array_slice($args, 0, (int) $the_[‘accepted_args’]));
Forum: Fixing WordPress
In reply to: hi can someone help mesorry and thank you again for your answer 🙂
Forum: Plugins
In reply to: [Advanced Random Posts Widget] how to remove the title…it’s css code so i hope it’s gonna help you out guy 🙂