Recent content by Rubidium

  1. R

    Fixed The specified URL cannot be embedded as media : AppleMusic & LiveLeak

    Bump. Same with Soundcloud's artist pages : Example : https://soundcloud.com/XX-XX doesn't work but https://soundcloud.com/XX-XX/ works
  2. R

    Fixed Instagram embed code not responsive. How to fix?

    Hi, I don't know Xenforo very well, but just add the CSS anywhere, maybe in the templates, there is a template for personal modifications ? You just have to add : iframe.embedly-card { background: yourcolor or rgb(XXX, XXX, XXX); } Instagram have its own background. For Facebook ...
  3. R

    Fixed Instagram embed code not responsive. How to fix?

    @gorman Add a iframe.embedly-card with background color property ;)
  4. R

    Fixed Instagram embed code not responsive. How to fix?

    Hi, You can modify the .bbOembed class from margin: auto; max-width: 500px; to margin: auto; width: 500px; max-width: 100%; ;)
  5. R

    Fixed The specified URL cannot be embedded as media : AppleMusic & LiveLeak

    Hi, It seems to work with LiveLeak here, but not in the demo version. Apple Music integration doesn't work in the 2 cases. It says : The specified URL cannot be embedded as media I think the problem is related to the check of the URL, because in any case, if I manually create le MEDIA site...
Top Bottom