Jump to content

A Zayed

Clients
  • Posts

    900
  • Joined

  • Days Won

    3

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by A Zayed

  1. 5 hours ago, Ford Doctor said:

    Unfortunately this does not work for me. I have tried it on my live site running v4.2.8  and my test forum running v4.3.x.  I tried turning off all other plugins. Any other suggestions? I am self hosted on Lunarpages. I have been wanting thins feature for a long time and really want to fix this!

    Could you please provide url samples that is not embedding?

  2. 7 hours ago, Phan Van Son said:

     

    Desktop View:

    1137923148_DesktopView.thumb.JPG.957188d824119449da3da5b9ffaa65d7.JPG

    Mobile View:

    1123310452_mobileview.thumb.JPG.1f3fd2cd2dc2be131eddd2f514b2c9b9.JPG

    What's new in 1.3.1:

    • Bug Fix: gzip encoded pages can not be retrieved, now fixed.
    • Bug Fix: Favicons not working for some pages.
    • Excluded urls can now be used with wildcards.
  3. What's new in 1.3.0:

    • Remove URLMETA API dependency, and url retrieval data processing is now included in plugin code.
    • Add support for broken urls reported by some members.
    • Add support for multiple OG meta schemes (og:name, twitter:name)
    • Fix issue of broken favicon link in case of image prosy option is enabled.
    • Add admin plugin setting to exclude urls from being retrieved.
  4. 20 hours ago, Supratec said:

    Hi there,

    behance.net seems to work only on main page url but any other like profile or gallery items ulrs not are not embeeding in post.
    Please could make that works in next update?
    Many thanks for plugin, does the job! ?
     

    This bug should be fixed in the upcoming version after removing the urlmeta API dependency.

    On 8/9/2018 at 12:46 PM, Michael R said:

    Would love to see the option to include more content from the link. I would like to be able to include an excerpt of the content. 

    Planned.

  5. On 8/1/2018 at 3:23 PM, Bluto said:

    Hey, love the plugin!

    Would it be possible, in the settings, to have a list of URLs not to convert.  I have a lot of people pasting Goo.gl links and links using other shortners.  It would be great if the plugin could skip certain links. 

    Otherwise, it works great.

    Wait for it in the soonest version

  6. 4 hours ago, Millipede said:

    I’ve been testing some more, with links to various sites. It seems erratic in whether it produces an embedded link or not; sometimes it does, sometimes it doesn’t. So it doesn’t just apply to the domain in the posts I mentioned earlier.

    It also won’t always embed any of the links I’ve used before (when pasting them into a new post), it just shows them as underlined URLs. 

    Strange, I have to test this case myself, if possible could you please PM me with a link sample?

    4 hours ago, Millipede said:

    Also, if I paste an URL that I’ve copied from a text file, it doesn’t always embed. 

     

    4 hours ago, Millipede said:

    A separate nuisance, which is an IPS thing, is that a link isn’t clickable unless you hit a space or hit Enter after it. So, if you’ve typed out your post in a text editor first and then paste it into a post, none of the links are clickable. It’s annoying for people who type their posts out in a text editor first.

    This is not an IPS or plugin thing, it's CKEditor behavior, and I think it's normal because txt editors are used to write only plain text not full HTML formatted text, but you have an option to use rich text editor that can detect written urls to overcome this behavior.

    4 hours ago, Millipede said:

    In case it bears any relation, I have the editor Return Key set to “go to next line” (as an aside, I also find it annoying that it doesn’t use br tags to break lines but uses p tags!). 

    Also this one is a CKE behavior, and they strongly recommend not to override this mode by using BR mode for the reasons listed here (This option is totally removed from CKE5).

    You've two options for this.

    • To use shift+enter to make line break by <br>
    • Overload it programmatically by adding this line at the end of CKE config.js file (NOT RECOMMENDED BY CKE DEVELOPERS?
    a.enterMode = CKEDITOR.ENTER_BR;

     

    4 hours ago, Millipede said:

    On another occasion the phone rang whilst I was still in editing mode, and 2 out 3 links appeared after a long while, about 2-3 minutes. I’m on a fibre connection which, whilst not the fastest fibre available, is still fast; so that shouldn’t be the problem. 

    The link meta data retrieval speed depends on two factors together, Your internet connection speed and data retrieval speed from the 3rd party remote server.

    May I ask a question, is it an individual case? does it happen with all users?

  7. 2 hours ago, Millipede said:

    I just bought this earlier today, and love the idea of it :smile:

    Does it work if one adds several links in a post? I added 4 in one post, but only the first one was embedded; they were each directly below quoted text, in case that was what was affecting it? The other links were to domains I know work with the plugin, eg: I'd added a link (just the one) in a different post to a different page on the same domain and it worked fine. 

    Also, sometimes the favicon shows just the bottom half of it. This is in links to the same domain, so it's not as if they don't have a favicon.

    Could you please provide a call sample for both issues?

  8. Just now, fix3r said:

    I am looking for confirmation on retaining of SSL integrity when non-SSL sites are linked to

    Again, an API request is applied in the 3rd party remote server by the urlmeta.org (https://)...

    In case there is insecure content in the embedded content, the JSON request will return an "ERROR" response, in this case the url will not embedded by default.

×
×
  • Create New...