The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Is it possible to have some addons for the online video mod? I'd like it to also be able to insert Daily Motion videos. Also, HULU has videos that would be cool to be able to add as well.<
Posted
Leatherlips, I have the function for DailyMotion, plus some others available here, starting at line 2008 :
http://oxle.com/source.asp?page=inc_func_common.asp
There are two functions you need:
- the function FixUrls(fString)
- the function ReplaceMediaTags(fString)
Also, need a small change in the FormatStr function at the beginning:
And, one addition at the end of the FormastStr function
One line added to the ChkUrls function:
Oh, and a new js file: http://oxle.com/video.js
It's not polished, but it's all there.
How to post a video? -> use the [video][/video] tags, and inbetween them simply but the embedding code found at YouTube, DailyMotion, GoogleVideo or MySpace (=untested!). Enjoy.<
http://oxle.com/source.asp?page=inc_func_common.asp
There are two functions you need:
- the function FixUrls(fString)
- the function ReplaceMediaTags(fString)
Also, need a small change in the FormatStr function at the beginning:
Code:
fString = ReplaceCodeTags(fString)
'replace old tags with new video tag:
fString = replace(fString,"[gvid]","[video]")
fString = replace(fString,"[/gvid]","[/video]")
fString = replace(fString,"[dm]","[video]")
fString = replace(fString,"[/dm]","[/video]")
fString = replace(fString,"[tube]","[video]")
fString = replace(fString,"[/tube]","[/video]")
'now interpret the new media tags
fString = ReplaceMediaTags(fString)Code:
fString = FixUrls(fString)
FormatStr = fString
on Error goto 0
end functionOne line added to the ChkUrls function:
Code:
(UCase(Right(strArray(Counter-1), 7)) <> "[VIDEO]") and _It's not polished, but it's all there.
How to post a video? -> use the [video][/video] tags, and inbetween them simply but the embedding code found at YouTube, DailyMotion, GoogleVideo or MySpace (=untested!). Enjoy.<
portfolio - linkshrinker - oxle - twitter
Last edited by MarcelG on 23 June 2008, 02:00
Posted
I'm a little confused.
Is this an add on to the Online Video MOD that balexandre put together or is it an entirely new video mod? In other words, do I need to have his mod installed before I make the changes you posted or can I just do what you've posted and be done with it?<
Is this an add on to the Online Video MOD that balexandre put together or is it an entirely new video mod? In other words, do I need to have his mod installed before I make the changes you posted or can I just do what you've posted and be done with it?<
Posted
it's the same, but using only one tag [ video ] [ /video ] instead all the ones I use...
but the source (the "guy" that did the code and had all the work) is the same --> MarcelG
eheh
<
but the source (the "guy" that did the code and had all the work) is the same --> MarcelG
eheh
Bruno Alexandre
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
Posted
Can the instructions be rewritten to have the new "all in one" [video] tag?<
Posted
Originally posted by leatherlipsBruno, that's were you come in.
Can the instructions be rewritten to have the new "all in one" [video] tag?
BTW ; the [video][/video] tags do not cover the Windows Media Player, Quick Time tag etc. It only covers the previously known tags [tube] for youtube, [gvid] for google video and [dm] for dailymotion (but that one wasn't in Bruno's version I think...)
And, additionally you can now simply put the embed code provided by those videosites inbetween the tags, instead of using the permalinks.<
portfolio - linkshrinker - oxle - twitter
Last edited by MarcelG on 23 June 2008, 14:07
Posted
but leatherlips, what is wrong with the current MOD?
can't you use it like it is?<
can't you use it like it is?<
Bruno Alexandre
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
Posted
Originally posted by balexandreThere is nothing wrong with the current mod.
but leatherlips, what is wrong with the current MOD?
can't you use it like it is?
Last edited by leatherlips on 24 June 2008, 10:15
Posted
it's not All-in-One
it is more like 4-in-one plus all the rest
<
it is more like 4-in-one plus all the rest
Bruno Alexandre
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
(Strøby, DANMARK)
"a Portuguese in Danmark"
MOD's contribution to Snitz community * Facebook Module *
RSS Snitz Multiple Feed *
Online videos (Youtube, Google video, Flash, Quicktime, etc) *
Add avatar with image crop (on the fly) *
Show last messages in the forum *
Show how many messages since yours IN PAGE TITLE *
Updated version of Gender MOD *
Fly to the top instead of jumping *
an idea: iPhone version of Snitz
<mySnitzForum>GAPE</mySnitzForum>
Posted
is it possible to create a profile field so that users can have a youtube video on their profile pages?<
Posted
Originally posted by radiodelicateI believe so. If you install this video mod then you can use one of the existing fields in the profile such as "Latest News". You can rename it to "My Media" or something like that. Then all you have to do is paste the url to the video in your profile page between the [video][/video] tags and it should work.<
is it possible to create a profile field so that users can have a youtube video on their profile pages?
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...