Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author richardgabriel

    (@richardgabriel)

    Hey!

    The only reason is that I just haven’t implemented those features yet. I will try and work them into the next release (due soon) – stay tuned!

    Thanks,
    Richard

    Thread Starter Tuneld

    (@tuneld)

    fast respond, I like that.
    Guess I did the right thing to buy your plugin. Hope to here from you soon again!

    Plugin Author richardgabriel

    (@richardgabriel)

    Hey!

    I expect to be pushing out this update today. You will receive an e-mail with some more information, if you’ve purchased the pro version.

    Thanks!
    Richard

    Thread Starter Tuneld

    (@tuneld)

    Yes, i have the Pro version. Will try and give good/bad feedback instant.

    Plugin Author richardgabriel

    (@richardgabriel)

    Hello!

    The most recent update to the plugin (just pushed out!) should address this request, for now.

    I’m planning on some future updates that will include JS functionality to show/hide the comments inline. Further down the road, I will allow liking and maybe even commenting to Facebook, from the website.

    Let me know if you have questions.

    Thanks!
    Richard

    Thread Starter Tuneld

    (@tuneld)

    Thank you for the update. I really would need to show the comments direct on the WP page since it’s mean’t to be used for those that doesn’t have FB.

    I tried the JSL3 plugin also and it does it.
    I have made an example page here that has JSL3 plugin on top (boxed), then yours below (list).

    LINK: here

    I must figure out how to continue this thing soon…

    Plugin Author richardgabriel

    (@richardgabriel)

    Hey!

    Not a problem – I can get an update out this morning that can also output the comment text.

    Sorry for misunderstanding!

    Thanks,
    Richard

    Plugin Author richardgabriel

    (@richardgabriel)

    Hello –

    Please check out the new update and let me know if this addresses your concerns. I think it should!

    Thanks for your feedback!
    Richard

    Thread Starter Tuneld

    (@tuneld)

    It’s starting to look good:
    Look here

    A couple of things:

    1. The textwrapping seams odd. Words is split in the end and continues at the next row… do you understand me?

    2. Images that are included, why does the URL not point to original size at FB? Instead another miniature of the image is whown when clicking on it. (The JSL3 plugin does points to FB and shows pic, without any FB account needed).

    3. Date formating, I really would love if no formating was done. It should instead use the date / time format I have setup in the WP installation.

    4. The “Posted By” + Date, Why is this in the end? The original FB site shows that at top. I personaly think you need to follow that standard so it does not get confusing who did what posts.

    5. Translation in plugins usualy is done outside the plugin itself (using some files I don’t remember right now thou) . In future it would be great since I want everything in Swedish in the site.

    Plugin Author richardgabriel

    (@richardgabriel)

    1. I do understand. On your site (the link you shared with me), you have some CSS that has word-wrap set to break word – it is on the
    pre tag and appears to be coming from pagelines. This is the code in question:

    word-break: break-all;
      word-wrap: break-word;

    2. They did link to the fullsized versions, previously. I will look into this.

    3. Understood. I can make an option available to the user to choose their date formatting options.

    4. No real reason – it’s just where I placed it. I can make an option that allows the user to decide where this is output.

    5. Translation is done using POT files – I’ve done this for a few multi-lingual themes, before. I’m happy to make the plugin open to translation, however I will need help in actually generating the translations. With proper structure, I can generate an index of terms that will just need to be translated by native speakers into the desired tongue. I will work on doing this.

    Thanks you for the helpful feedback!
    Richard

    Thread Starter Tuneld

    (@tuneld)

    1. Thanks. I solved it by adding this in the custom CSS of your plugin:

    p {
    word-break: keep-all; !important;
    }

    2. Ok, still nicer to point to FB since then they can see the pic but also get the invitation/login screen of Facebook so they can register easy.

    3. Great

    4. Ok, You probably see yourself when scrolling to the middle of it all that it is really hard to differ who the author is on a specific post.

    5. Great, I understand that converting it all to POT style is hard work. I have no problems to convert to Swedish in your code (but every update from you will break the translation, so I wait with that until everything is in order)

    Once again. Fast responses and fast changes, I like it!

    Thread Starter Tuneld

    (@tuneld)

    Oh, and I actually noticed your last change separating the “1like” to “1 like” … good ??

    (sharp eyes i guess)

    Plugin Author richardgabriel

    (@richardgabriel)

    Hey!

    Making incremental progress, here.

    The image issue has been addressed and pushed out.

    Will keep you posted!

    Thanks,
    Richard

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Show Replies and avatars?’ is closed to new replies.