Hello @zhannak
Thanks for your answer
I call the function into a template file, not into a php function.
My code here:
<p class=”share_yours”>Some text here</p><br/>
<?php echo wdi_feed(array(‘id’=>’1’)); ?>
Please notate I have the same issue with the code
<?php echo do_shortcode( ‘[wdi_feed id=”1″]’ ); ?>
But it works perfectly into a page or an article, when I include it by the button, or when I write :[wdi_feed id=”1″]
To fix the issue, I have install another wordpress plugin (social slider widget) and it works.
<p class=”share_yours”>Some text</p><br/>
<?php echo do_shortcode( ‘[jr_instagram id=”3″]’ ); ?>
I prefer your plugin but I can’t use it …