Hello!
Is this a live feed that will update each time someone uses the desired hashtag I set? I basically want a feed of everyone using #guildmortgage that pulls from Facebook and IG. Let me know if this is possible.
Thanks,
Jon
Hi there
I am wandering if there is any way to show more posts than 40.
I tried writing 60 but it still displays 40 posts. I want to display more feeds.
Can you help please ?
Thanks
]]>Hi
I thought may be there will be more option after buying the pro version. I want to hide the description but the description includes the title of the post there is no option to separate these two. Please help, I need to hide the description and only show the title.
If its possible please guide me through this, it will be very incredible.
Thanks
Regards
Hi,
Is there any attribute or parameter we can set for sorting the feed with popularity or latest ?
Or anything for sorting the feed using short code?
Thanks in advance.
]]>Is it possible for the powered link to be removed for free version
]]>Hello,
I come to you because i’m using your free version of this plugin and i’m trying to use your widget without success.
I did a custom sidebar in functions.php :
function register_widget_area() {
register_sidebar( array(
'name' => 'Home RS feed',
'id' => 'home_rs_feed',
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h2 style="display:none">',
'after_title' => '</h2>',
) );
}
add_action( 'widgets_init', 'register_widget_area' );
and i show it in my front-page.php :
<?php get_sidebar('home_rs_feed'); ?>
Of course i did put your widget in the good area on the back office, but in the front i dont have any feed or gear…
I’m connected on your website, and i can’t find anything to fix this.
After this i tried to use the shortcode in the page, and this work well. So i presume you have a bug in your widget.
Best regards,
C?me