Hello, i use this fantastic plugin and it works perfectly except into the page front of my wp template.
my homepage is a pagefront including some loop news . I ve tried to use this plugin and in other pages such as “archive”, “search results” etc. it works perfectly.
In the main loop of the front page it doesnt’ work. The icons appear but if u try to share, they just share the link of the homepage and not the link of the news.
the code is:
have_posts() ) : ?>
have_posts() ) : $loop->the_post(); ?>
the_post_thumbnail( array ( 148, null) );
else
echo ‘
‘;
?>