s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
I did a search on this thread and didn't see this question answered, so I apologize in advance if I missed it, but...

Is there any way to just have amazon links that users post appear as an ordinary link (with our affiliate IF appended) without turning it into the image link of the product? I like the fact that it appends our affiliate ID to the links, but forcing the image posts every time an amazon product gets linked breaks the formatting of just about every user's post.
 
In Home > Options > s9e Media Pack there's a field called "excluded sites" and if you enter "Amazon" in it, it will remove the Amazon media site and it won't try to convert links anymore. Links that have already been converted to a media site won't be reverted back to a link though.

After you exclude Amazon, you may create a custom media site to display the old embeds as a textual link. That would fix the backward compatibility.
 
I have posters complaining about how links to our site look on Twitter.

Often has a XenForo logo on the left and if a link to a subforum, the subforum's title is displayed.

upload_2017-6-24_9-49-54.webp
 
Hi! We're getting this error in JavaScript console (Chrome) on some page loads:

Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://s9e.github.io') does not match the recipient window's origin ('null').
Any ideas? Is this a Chrome security issue or something we could change on the server to address it?

Thank you!
 
Yes, they offer a chunk of HTML but it's not really useful. You can achieve the same thing using the url and img BBCodes.
 
I have a problem with maxthon browser(https://play.google.com/store/apps/details?id=com.mx.browser&hl=es_419) default in miui. If i enable defer loading, i get blank pages with data text/html error in pages with youtube videos.

In other hand, can you update vocaroo code to use html5, something like that?

Code:
<div class="playerBoxHTML5 embedElement" id="idPlayerBox"><a href="http://vocaroo.com/i/{$id}" title="Vocaroo"><img src="http://vocaroo.com/mascot-robot.png" width="50 "height="50"></img></a><audio controls=""><source src="http://vocaroo.com/media_command.php?media={$id}&amp;command=download_mp3" type="audio/mpeg"><source src="http://vocaroo.com/media_command.php?media={$id}&amp;command=command=download_webm" type="audio/webm"><p>Your browser does not support in page playback. Please <a href="http://vocaroo.com/media_command.php?media={$id}&amp;command=download_mp3">download as MP3</a>.</p></audio></div>
 
Top Bottom