4Gui
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Thanks for your answer but unfortunately it doesn’t help me.
I got this code in header which work great in Facebook developers debug, share, like, etc…but not with this plugin cause he always grab the featured image thumbnail not the og:image?<?php if ( in_category( 'x' )) { ?> <meta property="og:image" content="<?php $post_thumbnail = bloginfo('template_directory') . '/images/x.png'; echo $post_thumbnail; ?>" /> <link rel="image_src" href="<?php $post_thumbnail = bloginfo('template_directory') . '/images/x.png'; echo $post_thumbnail; ?>" / > <?php } else { ?> <meta property="og:image" content="<?php $post_thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),'large'); echo $post_thumbnail[0]; ?>" /> <link rel="image_src" href="<?php $post_thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),'large'); echo $post_thumbnail[0]; ?>" / > <?php } ?>
I believe the changes have to be done in how the plugin grabs the thumbnail and i tried it but again without success.
Help please.
ThanksForum: Plugins
In reply to: [Infinite-Scroll] [Plugin: Infinite-Scroll] 2 Questions PleaseQuestion no2 Solved : hardcoded the delimiter below the post.
Question no1 anyone?
Thanks.
Forum: Plugins
In reply to: [Infinite-Scroll] [Plugin: Infinite-Scroll] My infiniti scroll is not workingadd this:
jQuery(‘.readmore’).mosaic();
jQuery(‘.circle, .gallery-icon’).mosaic({
opacity: 0.5
});
jQuery(‘.fade’).mosaic({
animation: ‘slide’
});
Viewing 3 replies - 1 through 3 (of 3 total)