News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Simple Audio Video Embedder

Started by SMFHacks.com Team, August 09, 2010, 10:42:47 PM

Previous topic - Next topic

shawnb61

Deinstall/reinstall.   
It needs to reload the db of site data.
Address the process rather than the outcome.  Then, the outcome becomes more likely.   - Fripp

Steve

Did a test and seems to work fine when installing over the old one.
DO NOT pm me for support!

shawnb61

I pretty much always de-install & reinstall.  That way I *know* old code is removed, and any update scripts fully execute. 

To test to see if you have the latest version, post this in your forum - two mp4 links with 3 lines of text inbetween.
If you see both videos and can read the 3 lines of text, you have the current version:
===

http://dl.dropboxusercontent.com/u/761536/GR-Dist_Twah.mp4
line 1 of text
line 2 of text
line 3 of text
http://dl.dropboxusercontent.com/u/761536/GR-Dist_Twah.mp4
Address the process rather than the outcome.  Then, the outcome becomes more likely.   - Fripp

Steve

DO NOT pm me for support!

Ataru Moroboshi


vbgamer45

probably not if isn't in the list when installed.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Ataru Moroboshi

some way to add them?

example:

video url is https://streamable.com/lwfc

embed code is
<div style="width: 100%; height: 0px; position: relative; padding-bottom: 47.870%;"><iframe src="https://streamable.com/e/lwfc?autoplay=1&amp;logo=0&amp;hd=1" frameborder="0" allowfullscreen webkitallowfullscreen mozallowfullscreen scrolling="no" style="width: 100%; height: 100%; position: absolute;"></iframe><script async defer src="https://v.embedcdn.com/embed.js"></script></div>


bjornforum

Hi!

On my forum, when a user posts more than 1 instagram link in one post, only the first one shows.

See http://www.fpv-racing.nl/opmerkingen-vragen-over-dit-forum/probleempje-met-de-instagram-integratie/

Sample post:
First link works as expected:
https://www.instagram.com/p/BOLQH82hRUg/?taken-by=jaapp_fpv

Instagram link 2 -- THIS TEXT and the instagram below WON'T SHOW,
https://www.instagram.com/p/BON140dhX4Q/?taken-by=jaapp_fpv
And this text will show just fine.


I've installed 4.0, but always had this problem.

is this a known issue?

shawnb61

Instagram needs the same fix the local files needed.

Address the process rather than the outcome.  Then, the outcome becomes more likely.   - Fripp

SMFHacks.com Team

Fixed

4.0.1
!Fixed bug with multiple instragram links embeded.
Disclaimer: SMFHacks.com Team is not affiliated with the SMF Team or the SimpleMachines NPO.
SMFHacks.com -  Paid Modifications for SMF
Latest Mods:
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

bjornforum

Wow! Awesome. Thanks for the quick fix. I can confirm it is working now!

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Ghislain.Dejoie

Hello,
Do you include reading videos from smule.com [nofollow] or smule.com/listen [nofollow] ?
thank you in advance for your response

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Ghislain.Dejoie

Hello,
The mod works on my forum but ....
How to make or is it possible to do it for smule.com [nofollow]
thank you in advance

PS  My new forum is only dedicated to karaoke and many members (from my facebook group) uses smule.com [nofollow] related to the application Sing! Karaoke

Steve

You'll need to provide a sample link or two for vbgamer to look at.
DO NOT pm me for support!

Ghislain.Dejoie

i look in group in facebook and i can see this code :
<object id="f37cd6e16716cae" type="application/x-shockwave-flash" data="https://w1.smule.com/assets/community/smulePlayer-9bcf94182dc306abb1234afd61215dc2.swf?id=469040380_883807225&env=prod" width="460" height="460">
<param name="allowscriptaccess" value="never">
<param name="flashvars" value="height=460&width=460">
<param name="movie" value="https://w1.smule.com/assets/community/smulePlayer-9bcf94182dc306abb1234afd61215dc2.swf?id=469040380_883807225&env=prod">
<param name="swf" value="https://w1.smule.com/assets/community/smulePlayer-9bcf94182dc306abb1234afd61215dc2.swf?id=469040380_883807225&env=prod">
<param name="id" value="swf_u_jsonp_3_1s">
<param name="holder" value="u_jsonp_3_1s">
<param name="color" value="#FFFFFF">
<param name="width" value="460">
<param name="height" value="460">
<param name="version" value="0">
<param name="scale" value="scale">
<param name="allowFullScreen" value="true">
<param name="salign" value="tl">
<param name="wmode" value="opaque">
</object>

What i see is interisting : type="application/x-shockwave-flash

With smule.com [nofollow], i can have (for the same video) :
<iframe src="https://www.smule.com/recording/barbra-celine-tell-him/710876183_885433379/frame/box" width="300" height="300" frameborder="0"></iframe>
https://www.smule.com/recording/barbra-celine-tell-him/710876183_885433379

Ghislain.Dejoie

Good job, it was simple with BBcodes

[html]<iframe width="100%" height="125" src="https://www.smule.com/recording/patricia-kaas-mon-mec-%C3%A0-moi/884746559_777176584/frame" frameborder="0"></iframe>[/html]


then :

<iframe width="100%" height="125" src="https://www.smule.com/recording/patricia-kaas-mon-mec-%C3%A0-moi/884746559_777176584/frame [nofollow]" frameborder="0"></iframe>

Ahhhh i have the same problem on my forum, users can't publish with bbcodes, what can i do to autorised them ?

Kindred

You can not... no on except admins can use the HTML BBC.   To allow users to do so would be a HUGE security breach.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

lord alibaski

Hi guys

I've been having a few issues with the last couple of updates of Simple Audio Video Embedder everytime I update zippyshare links seem to mess up.

Look at this

Mod off


Mod on


Any idea why an update keeps messing up the zippyshare link?

Thanks for any help.

Advertisement: