Recent content by Rubidium

  1. R

    Not a bug Custom Smilies : emoji replacement - invalid shortname

    Hi everyone, Working for friends on old custom smilies xml and having some troubles with few emoji replacement. Few years ago, before XF support native emojis, they have used the EmojiOne/JoyPixel xml by an other member for adding 1200 smilies/emojis to XF by short names :exemple: I have update...
  2. 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
  3. 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 ...
  4. R

    Fixed Instagram embed code not responsive. How to fix?

    @gorman Add a iframe.embedly-card with background color property ;)
  5. 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%; ;)
  6. 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...
Back
Top Bottom