s9e Media Sites

s9e Media Sites 2.15.5

No permission to download
Scribd seems to generate this URL for powerpoint files:
https://www.scribd.com/presentation/386479008/BSNL-WINGS-Activation-Procedure

But it embeds fine if I replace presentation with document keyword. Just thought I should mention here. Cheers.
 
I apologize for asking such a silly question, but how do I install it? I don't see an XML file like traditional addons and I looked on the FAQ and Github. :oops:
 
I apologize for asking such a silly question, but how do I install it? I don't see an XML file like traditional addons and I looked on the FAQ and Github. :oops:

Upload file contents to ftp.

Then to install.. Admin cp > Add-ons > Install
 
Is webmshare something that can be added? Or is webm something that needs to be done with something else?

Code:
https://webmshare.com/qw9N9

https://s1.webmshare.com/qw9N9.webm
 
Is webmshare something that can be added? Or is webm something that needs to be done with something else?

Webmshare is on a downward slope so I don't think it's a good fit. You should be able to create a custom media site for your site if you need it.

The problem with the vk.com, does not import the video, apparently changed api.

VK has made it all but impossible to access their content without a VK account tied to a mobile phone. I'm going to have to drop the support for some of the links. In addition, their player has some issues on Firefox and Chrome. It loads normally when opened directly but generates JavaScript errors when opened in an iframe. I don't think that's something that people outside of VK can fix or work around. Note that VK's scripts are blocked by default by Firefox's privacy tools and may be blocked by adblockers as well.
 
Very nice plugin, thank you very much.

A question:

Any way to embed sites with wordpress posts? It's does't need to be media, just text posts from others sites.

In Wordpress we can embed another post just pasting the link, creating a little nice box (like for other media sites) with some part of the test.

Would be nice to see some kind of embed for threads, in the same way, you paste the link for a thread, and bam, a nice little box with some of the content appear inside the thread.
 
Any way to embed sites with wordpress posts? It's does't need to be media, just text posts from others sites.

Not with this add-on but it may be possible to do that kind of things with oEmbed. Check out other add-ons or ask in the general forums, somebody may be able to point you in the right direction.
 
Could you please add veer.tv? Didn't found it in the list and updates.
It's the "YouTube" for VR videos (would it be possible to add it to the xf1-version too, please?).

Same applies for sketchfab.com, this is one of the most important sites for 3D, VR/AR models (for xf1 + xf2, please).

Again, I am willing to donate (y)
 
Could you please add veer.tv? Didn't found it in the list and updates.

I'm going to look into it. I don't think I'll add it to this add-on but I'll publish the configuration for it if possible. I need to check whether the site requires a PHP file or not.

No file in your update zip

The files are there but the archive uses absolute paths and maybe Windows 10 doesn't support that. Try right-clicking on the archive and look for an option such as "extract here" or something of the sort. I've reported it in the bug forums. Whether it's an issue in XenForo or my add-on I'll see to it that future updates keep the old format.

Edit: I'm attaching another version of the archive. It should contain the same files as the original update but the archive format is different.
 

Attachments

Last edited:
@Triops I've looked at Sketchfab and VeeR; I might add Sketchfab at some point in the future but I'm still unsure because disabling unused sites is less convenient in the XF2 add-on as it used to be (and still is) in the XF1 add-on.

In the meantime, you can add those sites to your own forums by using the following settings.
Code:
 Media site ID: sketchfab
    Site title: Sketchfab
    Match URLs: https://sketchfab.com/models/{$id}
Embed template: <span data-s9e-mediaembed="sketchfab" style="display:inline-block;width:100%;max-width:640px"><span style="display:block;overflow:hidden;position:relative;padding-bottom:56.25%"><iframe allow="accelerometer *;fullscreen *;gyroscope *;vr *" allowfullscreen scrolling="no" src="https://sketchfab.com/models/{$id}/embed" style="border:0;height:100%;left:0;position:absolute;width:100%"></iframe></span></span>
Code:
 Media site ID: veer
    Site title: VeeR
    Match URLs: (veer\.tv/videos/(?:[-\w]*-)?(?<id>\d+))
Embed template: <span data-s9e-mediaembed="veer" style="display:inline-block;width:100%;max-width:640px"><span style="display:block;overflow:hidden;position:relative;padding-bottom:56.25%"><iframe allowfullscreen scrolling="no" src="https://h5.veer.tv/player?vid={$id}&utm_medium=embed" style="border:0;height:100%;left:0;position:absolute;width:100%"></iframe></span></span>
Regular expression matching: ☑ Use 'Match URLs' as PCRE regular expressions

VeeR's embeds do not work consistently across all of my browsers for some reason. It works in Opera but not in Firefox. It may be related to some kind of analytics but I can't say for sure.
 
Top Bottom