Ivan M
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Comments Importer] Not possible to import comments anymoreSorry guys for not answering here, it is hard to monitor this forum and our support email.
Can you please contact us using our support form and we will gladly help.
http://wp-resources.com/support/We just did some tests and it seems like website is working fine. Can you please contact us directly by email – fbcomentsimporter[AT]gmail.com *
* don’t forget to replace [AT] with @
thanks
Hello,
from your screenshots I can see that you have very outdated version of the PRO plugin. Since this forum is only for basic version, please contact us by our support form here: http://wp-resources.com/support/
Forum: Plugins
In reply to: [Facebook Comments Importer] Ignore specific commentsHello Lippoliv,
We are working on functionality that will prevent importing manually deleted comments again. As temporary solution my suggestion is to leave deleted comment in trash folder, in that case it should not be imported second time.
Thanks
Forum: Plugins
In reply to: [Facebook Comments Importer] 3 accounts as comments sources ?Hello,
Basically, you don’t have to enter ID of your personal wall, it is just necessary to use your account to authorize FB app and everything from your personal wall should be available automatically.
If you still didn’t contact us by email please do, we can check is there some issue with that.
Thanks
Forum: Plugins
In reply to: [Facebook Stream] Posts pictures not showing upHello Charles,
I tried to open your website several times after you contacted me, but for some reason it keeps loading but I can’t open website. I’ll try to debug issue on our test server and ping you back on email.
Thanks
Forum: Plugins
In reply to: [Facebook Stream] Facebook Feed isn’t showing anymoreHello everyone,
There was an issue in generating access token. This is fixed, and update should solve the problem. In case if you still can’t see the stream you should clean cache folder.
Also, you can clean up cache by doing any small modification on shortcode, for example changing padding by one pixel or something similar. Basically if this is your shortcode
[facebook-stream limit=”23″ only_owners_posts=”1″ cols=”1″ theme=”white” padding=”10″ margin_bottom=”50″ fb_page_id=”YOURPAGE” hide_no_media=”1″]
just change it to
[facebook-stream limit=”23″ only_owners_posts=”1″ cols=”1″ theme=”white” padding=”10″ margin_bottom=”51” fb_page_id=”Znanost.hr” hide_no_media=”1″]
and cache will be cleaned. Then you can revert margin back as it was.
Forum: Plugins
In reply to: [Facebook Stream] Facebook Feed isn’t showing anymoreHello,
Can you please contact me privately using this contact form: http://wp-resources.com/support/ and send a shortcode that you are using to display stream.
Recently one other user contacted us about issue with images that are not visible anymore, it seems like facebook did some changes in API, so I have to take a deeper look.
Thanks
Forum: Plugins
In reply to: [Facebook Stream] Posts pictures not showing upCharles
Can you please give me facebook page URL that you are using to create stream. You can also send URL privately by contact us using this form:
http://wp-resources.com/support/
Thanks
Forum: Plugins
In reply to: [Facebook Comments Importer] Since 4.7 WP upgrade FB Importer won’t loadHello Britt,
Since this is related to PRO version please contact me using contact form here: http://wp-resources.com/support/
I believe issue is in outdated version.
Forum: Plugins
In reply to: [Facebook Stream] lightbox off – directly on fb post at the click on picBasically you can remove lightbox with one small code modification, open the template file (for example facebook-stream/templates/white_stream_tpl.php) and delete this part of code:
jQuery(".sliboxes_fbstreamfree").colorbox({ rel:'group1', photo:true, title: function(){ var url = jQuery(this).attr('data-fb_link'); return '<a href="' + url + '" target="_blank">Show more</a>'; } }); jQuery(".video_fbstreamfree").colorbox({ iframe:true, innerWidth:640, innerHeight:390, title: function(){ var url = jQuery(this).attr('data-fb_link'); return '<a href="' + url + '" target="_blank">Show more</a>'; } });If you want to open post on facebook when user click on the image, then you have to do another modification in the same file
replace this
<a class="<?php echo $box_class;?>" href="<?php echo $box_src;?>" data-fb_link="<?php echo $OnePost['fb_link'];?>" alt="<?php echo $OnePost['name']?>"> <img class="facebook-stream-container-img-dark" src="<?php echo $OnePost['picture'];?>" /> </a>with this
<a class="<?php echo $box_class;?>" href="<?php echo $OnePost['fb_link'];?>" data-fb_link="<?php echo $OnePost['fb_link'];?>" alt="<?php echo $OnePost['name']?>"> <img class="facebook-stream-container-img-dark" src="<?php echo $OnePost['picture'];?>" /> </a>- This reply was modified 9 years, 5 months ago by Ivan M.
Forum: Plugins
In reply to: [Facebook Comments Importer] Pro version does not connect to postsHi Tami,
Can you please contact us using contact form on our website: http://wp-resources.com/support/
Pro version should be also able to connect posts automatically since algorithm is the same, maybe is some conflict in question and I would like to take a look.Thanks
Forum: Plugins
In reply to: [Facebook Comments Importer] Comments not imported into WordPress CommentsHello,
Let me try to answer on all your questions :). I’m not 100% sure what do you consider under comment box, but our plugin is created to import comments from facebook page/group to the native wordpress comment system. All imported comments are actually saved in database, and after import if you use WordPress comments system comments should be under the post (don’t forget to check that comments are approved).
Another thing I have noticed is that after importing comments, the check box “Also post on Facebook” disappears and is replaced by “Your comment may also appear on ……’s Facebook Page”.
I’m really not sure what is this, our plugin even don’t have such functionality. Can you maybe take a screenshot, I believe this is something that comes from some another plugin.
btw, for all questions related to PRO version please contact us by email, since this form is only for free version.
http://wp-resources.com/support/Thanks
Forum: Plugins
In reply to: [Facebook Comments Importer] Avatar after import is too bigHello,
Actually it is possible, but small code modification is necessary.
Please open FBCommens.class.in file and in line 34 you will have something like this$img = "http://graph.facebook.com/" . $fb_id . "/picture?type=large";Now, just replace “large” with small or normal. End result should be something like this
$img = "http://graph.facebook.com/" . $fb_id . "/picture?type=normal";Thanks
Forum: Plugins
In reply to: [Facebook Comments Importer] PRO version doesn't auto-connect postHello,
Since question is related to PRO version, let’s continue conversation by email. I already replied on your first email.
Thanks