s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
Hello, I am new to this. If I want to add Slideshare into the editor, what do I need to do? I installed the add-on.

How to write BB code? or will there be button on the editor?
Many thanks (newbie)
 
If you post a supported SlideShare URL, it will automatically be replaced by the embedded content. Or you can click the Media button in the editor and paste a SlideShare URL.
 
This one works for me. Is there any Amazon URL that works for you? Have you tried using the Media button in the editor? Or try this BBCode directly:
Code:
[MEDIA=amazon]id=1780661800;tld=uk[/MEDIA]

Try reinstalling the latest version and if it doesn't work, send me your PHP version number as well as your PCRE version if you have it. If you don't have it, you can find it in a phpinfo() page or by executing the following PHP code:
Code:
var_dump(PCRE_VERSION);
 

Attachments

  • xf-amazon-uk.webp
    xf-amazon-uk.webp
    14.4 KB · Views: 2
Ahhh..... I think I know why. I have another code that operates on amazon url's also so I guess it's conflicting.
I removed the amazon media site from your mod.... how can I add it back without reinstalling to save me going through all these and re-disabling a load of sites.
 
Go to the Admin CP in Home > Options > s9e Media Pack, toggle off the Misc category, click Save Changes then toggle it back on and click Save Changes again.
 
Not sure if anyone can help here, but i got a bit of a legacy issue due to removing an old mediasite....
I got loads of these:- [MEDIA=amazonitem]amazon.co.uk/Clarks-Womens-Embrace-Leather-Standard/dp/B0089K0J9A[/MEDIA]
Does anyone know how I can use the post regex replace mod to turn all of those into regular normal links (by stripping out the bracket code and adding http:// to the front?

I'm ultra bad with regex
 
Actually.... I'm not that bad it seems.... sorted that.
Will rebuilding the post index force all posts back through the bbcode system? I've got the links in posts, but they are not rendered with embeds. If I edit and save then they show up ok. Is there anything I can do to force all posts back through the bbcode formatter so these all get their embeds?
 
Last edited:
As far as this add-on is concerned, you can replace the old amazonitem tags with these settings:
Code:
        Quick Find: [MEDIA=amazonitem]
Regular expression: (\[MEDIA=amazonitem\]amazon\.co\.uk(?=/).*/(?:dp|gp/product)/([A-Z0-9]+)\[/MEDIA\])
Replacement String: [MEDIA=amazon]id=$1;tld=uk[/MEDIA]

Is there anything I can do to force all posts back through the bbcode formatter so these all get their embeds?
You'd have to ask in the general support forums, I don't know if that's a feature or whether there's an add-on for it.
 
WordPress has updated their VideoPress platform with URLs and Embed Codes.

Reinvented Video for WordPress — WordPress.com News

Example URL:
Code:
https://videopress.com/v/iQnkO4EL

Embed Code:
Code:
<iframe width="560" height="315" src="https://videopress.com/embed/iQnkO4EL" frameborder="0" allowfullscreen></iframe> <script src="https://videopress.com/videopress-iframe.js"></script>
 
WordPress has updated their VideoPress platform with URLs and Embed Codes.
Do people actually use VideoPress? It doesn't seem to have any presence on the net. Did some of your users ask for it?

Hi, when our members try to share a Soundcloud PLAYLIST, it only shows the first song. What instructions should they follow so the playlist shows all songs? Example:
Shreddage Drums by Impact Soundworks
I've updated the SoundCloud definition. Please try it out and see how that works for you. There's been a number of changes in the SoundCloud media site, some things may break.
 
Top Bottom