Crespo
Forum Replies Created
-
FYR;
This issue is caused by double compressed content. LiteSpeed will compress your site but if you are also compressing within your site code, it will become doubly-compressed. Facebook does not know how to handle this double compression so you see all of that mangled text.
I’ve updated LiteSpeed to version 5.2.15 now. If this does not fix the issue, I recommend that we disable the compression in LiteSpeed.
When you’re testing this issue, I recommend testing using a different post as Facebook may save the shared text for a few hours.
That’s why a WiredTree guys told me.
I solve the issue making these changes:
i use *W3 Total Cache*, and i have enabled this option, also i have*
CloudFlare that have thieir HTTP (gzip) compression* , and now *LiteSpeed *you
says that it have too, so, there are 3,I will disable the W3 Total Cache GZip Compression to check,
https://prntscr.com/4qj7plI think this is the issue, i disabled the W3 Total Cache Gzip Compression
and paused CloudFlare and voila! =) the links start to working without any
issues!I already activate CloudFlare because i use Pro account with WAF to protect
the site, and until now, the links is still working without issues.I will let you know if the site persists the issue using CloudFlare,
Thanks!
Forum: Plugins
In reply to: [Prizm Image] Error: Server returned status code 503Anybody here?
Hello Max,
I have done the changes:
I will let you know when i can purge the cache, i can’t do that right now because my site have a lot of traffic until midnight,
Thanks!
Hello,
Is my settings correct?
I have a question, if i set the max size to 768, do i have to enable the opcion: Enable this option for themes with responsive sidebar ?
Thanks in advance
Hello,
@maxbond can you help me to disable in every mobile device?
I posted a question here:
Thanks.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Disable on Responsive ModeHello, where do you found how to disable the plugin on responsive mode?
Forum: Themes and Templates
In reply to: [Ryu] Twitter embeds not displaying properlyHello,
I see that in CMS like WordPress self-hosted.
As you can see in two different types of embed tweets and doen’t work when i only paste URL, if p paste this embed code the tweet appears:
<p>Enroll in a health plan today and be covered on February 1st: https://t.co/Y6LKz1aL43 pic.twitter.com/4GdsoqRxST</p>— Barack Obama (@BarackObama) enero 15, 2014
<script async src=”//platform.twitter.com/widgets.js” charset=”utf-8″></script>
But if i paste this status link doesn’t work:
Enroll in a health plan today and be covered on February 1st: https://t.co/Y6LKz1aL43 pic.twitter.com/4GdsoqRxST
— Barack Obama (@BarackObama) January 15, 2014
Why don’t work with pasted url in text version?
You can check in one of my websites, and old post:
https://www.maduradas.com/oscar-de-leon-se-manifiesta-sobre-la-inseguridad-en-venezuela-tuits/A post from yesterday:
https://www.maduradas.com/bocaranda-es-insostenible-para-empresas-polar-producir-les-deben-400-millones/Hope you can help me, i’m going grazy with this.
Thanks!!
Forum: Plugins
In reply to: [Facebook] Facebook Post Shared Link Thumbnails in News Feed TimelineI already post a new article with the setup above and in the fan page timeline look like this:
https://prntscr.com/2fhiojAnd in the news feed looks like this:
https://prntscr.com/2fhizjThis is the Facebook WordPress Plugin settings:
https://prntscr.com/2fhiqnI hope you can help me guys,
THANKS!
Forum: Plugins
In reply to: [Facebook] Facebook Post Shared Link Thumbnails in News Feed TimelineHello,
I checked my newsfeed and i decide to make some test in some important fan pages. I make some test in Fast Company and Business Insider Magazine Fan Pages, as you can see the news feed look like this:
https://prntscr.com/2fgyzlI use the facebook debugger tool with this url:
https://f-st.co/P8UfNaVThe thumbnail is 620×350 (not the 1.91:1 aspect ratio)
https://prntscr.com/2fgzwfFacebook recommends 1200×627 in this url:
https://www.facebook.com/help/www/153611548180567But this fan page is not using the recommended and the thumbnail looks great,
How can i do to fix my issue? i think that can be the thumbnail setup in functions.php that set the width and height when i make a debug:
<meta property="og:image:width" content="800" /> <meta property="og:image:height" content="533" />
Thanks in advance for any help!
Forum: Plugins
In reply to: [Facebook] Facebook Post Shared Link Thumbnails in News Feed TimelineSee how looks like in newss feed:
https://prntscr.com/2fgdehSee the only plugins that i have installed:
https://prntscr.com/2fgdrpSee how look the debugging process:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fdnscloudserver.com%2Fpost-with-new-facebook-format-4%2FPlease note the following:
The functions.php file have the following lines:// Add suport for post thumbnails and set default sizes add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 800, 9999 ); // Add custom image sizes add_image_size( 'size_max', 1000, 9999 ); // Posts Slider add_image_size( 'posts_slider_thumb', $ps_width, $ps_height, $ps_crop ); // One Columnar Grid Posts add_image_size( 'one_col_thumb', $one_col_width, $one_col_height, $one_col_crop ); // Two Columnar Grid Posts add_image_size( 'two_col_thumb', $two_col_width, $two_col_height, $two_col_crop ); // Three Columnar Grid Posts add_image_size( 'three_col_thumb', $three_col_width, $three_col_height, $three_col_crop ); // List Big add_image_size( 'list_big_thumb', $list_big_width, $list_big_height, $list_big_crop ); // List Small add_image_size( 'list_small_thumb', $list_small_width, $list_small_height, $list_small_crop ); // Related Posts add_image_size( 'related_posts_thumb', $rp_width, $rp_height, $rp_crop ); // Minifolio Widget add_image_size( 'minifolio_thumb', $mf_width, $mf_height, $mf_crop ); // Single Post add_image_size( 'single_thumb', $sng_width, $sng_height, $sng_crop );
In media and option themes i have the following file sizes:
https://prntscr.com/2fhf9wPlease i hope you can help me with this big issue, i only have to setup the wordpress to work with official facebook plugin and see the news feed and the news feed like this:
https://prntscr.com/2fgg2nThe test website is dnscloudserver.com
NOTES:
I had to remove this lines from functions.php because it was causing a duplicated og metatags ( see the details here: https://prntscr.com/2fhg5h ):/** * Add FaceBook Open Graph Meta Tags on single post */ function add_facebook_open_graph_tags() { global $pls_ss_sharing, $pls_ss_fb; if ( is_single() && ( 'true' == $pls_ss_sharing ) && ( 'true' == $pls_ss_fb ) ) { global $post; setup_postdata( $post ); if ( has_post_thumbnail( $post->ID ) ) { $src = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), '', '' ); $image = $src[0]; } else $image = ''; ?> <meta property="og:title" content="<?php the_title(); ?>"/> <meta property="og:type" content="article"/> <meta property="og:image" content="<?php echo $image; ?>"/> <meta property="og:url" content="<?php the_permalink(); ?>"/> <meta property="og:description" content="<?php echo get_the_excerpt(); ?>"/> <meta property="og:site_name" content="<?php bloginfo( 'name' ); ?>"/> <?php wp_reset_postdata(); } } add_action( 'wp_head', 'add_facebook_open_graph_tags', 99 );
I leave this lines only:
/** * Load FaceBook script in footer */ function ss_fb_script() { global $pls_ss_sharing, $pls_ss_fb; if ( is_single() && ( 'true' == $pls_ss_sharing ) && ( 'true' == $pls_ss_fb ) ) { ?> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.async=true; js.src = "//connect.facebook.net/es_LA/all.js#xfbml=1&appId=462662907186802"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <?php } } add_action( 'wp_footer', 'ss_fb_script' ); /** * Add FaceBook OG xmlns in html tag */ function add_og_xml_ns( $out ) { global $pls_ss_sharing, $pls_ss_fb; if ( is_single() && ( 'true' == $pls_ss_sharing ) && ( 'true' == $pls_ss_fb ) ) { return $out . ' xmlns:og="https://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml"'; } else return $out; } add_filter( 'language_attributes', 'add_og_xml_ns' );
BIG THANKS and HAPPY NEW YEAR FOR ALL OF YOU!
Hello Ryan,
I’m using Facebook Oficial WordPress Plugin,
Hello,
I checked my newsfeed and i decide to make some test in some important fan pages. I make some test in Fast Company and Business Insider Magazine Fan Pages, as you can see the news feed look like this:
https://prntscr.com/2fgyzlI use the facebook debugger tool with this url:
https://f-st.co/P8UfNaVThe thumbnail is 620×350 (not the 1.91:1 aspect ratio)
https://prntscr.com/2fgzwfFacebook recommends 1200×627 in this url:
https://www.facebook.com/help/www/153611548180567But this fan page is not using the recommended and the thumbnail looks great,
How can i do to fix my issue? i think that can be the thumbnail setup in functions.php that set:
<meta property="og:image:width" content="840" /> <meta property="og:image:height" content="473" />
Thanks in advance for any help!
See how looks like in newss feed:
https://prntscr.com/2fgdehSee the only plugins that i have installed:
https://prntscr.com/2fgdrpSee how look the debugging process:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fdnscloudserver.com%2Fpost-with-new-facebook-format-4%2FPlease note the following:
The functions.php file have the following lines:// Add suport for post thumbnails and set default sizes add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 800, 418); // Add custom image sizes add_image_size( 'size_max', 1200, 627 ); // Posts Slider add_image_size( 'posts_slider_thumb', $ps_width, $ps_height, $ps_crop ); // One Columnar Grid Posts add_image_size( 'one_col_thumb', $one_col_width, $one_col_height, $one_col_crop ); // Two Columnar Grid Posts add_image_size( 'two_col_thumb', $two_col_width, $two_col_height, $two_col_crop ); // Three Columnar Grid Posts add_image_size( 'three_col_thumb', $three_col_width, $three_col_height, $three_col_crop ); // List Big add_image_size( 'list_big_thumb', $list_big_width, $list_big_height, $list_big_crop ); // List Small add_image_size( 'list_small_thumb', $list_small_width, $list_small_height, $list_small_crop ); // Related Posts add_image_size( 'related_posts_thumb', $rp_width, $rp_height, $rp_crop ); // Minifolio Widget add_image_size( 'minifolio_thumb', $mf_width, $mf_height, $mf_crop ); // Single Post add_image_size( 'single_thumb', $sng_width, $sng_height, $sng_crop );
In media and option themes i have the following file sizes:
https://prntscr.com/2fgfldhttps://prntscr.com/2fggtc
https://prntscr.com/2fgh0v
https://prntscr.com/2fgh71Please i hope you can help me with this big issue, i only have to setup the wordpress to work with official facebook plugin and see the news feed and the news feed like this:
https://prntscr.com/2fgg2nThe test website is dnscloudserver.com
BIG THANKS and HAPPY NEW YEAR FOR ALL OF YOU!
Hello Jeremmy,
Thanks for your quick answer,
I had enabled the Publicized module and i setup my fan page to get access to publish everytime that i publish a new post,
The images that i used have more than 800×600 px, usually i use 1200×675 as facebook recommends, and i get the same small picture on news feed like this:
https://prntscr.com/28j8pnI would like to see the pictures and post scheme like this:
https://prntscr.com/28j9r3Could you help me?
Thanks in advance for your help!