animoto.com video bbcode request
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
animoto.com video bbcode request
I am not having any problem, just looking to see if anyone can take a stab at embeding video from this site.
Here is a link to a video on there right now:
http://animoto.com/play/4OhjNyXXNOJs9nOrjbKNVg#
Here is an interesting service they provide to embed it on a ton of social networking sites (for the same video)
http://www.addthis.com/bookmark.php?use ... 9nOrjbKNVg
Thanks for any help!
Here is a link to a video on there right now:
http://animoto.com/play/4OhjNyXXNOJs9nOrjbKNVg#
Here is an interesting service they provide to embed it on a ton of social networking sites (for the same video)
http://www.addthis.com/bookmark.php?use ... 9nOrjbKNVg
Thanks for any help!
Re: animoto.com video bbcode request
try this
bbcode usage:
html replacement:
helpline:
bbcode usage:
Code: Select all
[animoto]{INTTEXT}[/animoto]
Code: Select all
<object width="648" height="360" type="application/x-shockwave-flash" data="http://static.animoto.com/swf/w.swf?w=swf/vp1" id="videoPlayer" style="visibility: visible;"><param name="wmode" value="transparent"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><param name="allowNetworking" value="all"><param name="flashvars" value="file={INTTEXT}&hqfile={INTTEXT}&start_hq=false&image=auto&environment=production&animoto_mode=consumer&autostart=false&duration=491339&created=1253672437&calltoaction_text=&calltoaction_url=&id=videoPlayer"></object>
Code: Select all
[animoto]ID after /play/[/animoto]
Re: animoto.com video bbcode request
Nice cisco! I will add that to my video drop down menu right now.
Thanks!
Thanks!
Re: animoto.com video bbcode request
Cisco, I can't get it to work. Have you?
EDIT: Also, I am noticing that although the url has the "#" at the end, the source does not use that. However, removing that does not have any effect on weather or not this works for me.
EDIT: Also, I am noticing that although the url has the "#" at the end, the source does not use that. However, removing that does not have any effect on weather or not this works for me.
Last edited by YeeP on 07 Jun 2010, 17:01, edited 2 times in total.
Re: animoto.com video bbcode request
yeah, i have it working on my test site, here is a link, i tested it when i posted it here!
http://ciscoasite.zapto.org/dchat/viewt ... t=4&p=6#p6
http://ciscoasite.zapto.org/dchat/viewt ... t=4&p=6#p6
Re: animoto.com video bbcode request
hmmm, well I cannot get it to post. very annoying. {INTEXT} is not a new function that cannot be used on 3.0.5 is it?
Re: animoto.com video bbcode request
well i guess i should of asked or you should of told me what version of phpbb you were using!
if you are using that version, try either {SIMPLETEXT} or {IDENTIFIER}
if you are using that version, try either {SIMPLETEXT} or {IDENTIFIER}
Re: animoto.com video bbcode request
nope, neither works. Any other ideas?
Here is what I got.
Here is what I got.
Code: Select all
<object width="648" height="360" type="application/x-shockwave-flash" data="http://static.animoto.com/swf/w.swf?w=swf/vp1" id="videoPlayer" style="visibility: visible;"><param name="wmode" value="transparent"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><param name="allowNetworking" value="all"><param name="flashvars" value="file={IDENTIFIER}&hqfile={IDENTIFIER}&start_hq=false&image=auto&environment=production&animoto_mode=consumer&autostart=false&duration=491339&created=1253672437&calltoaction_text=&calltoaction_url=&id=videoPlayer"></object>
Code: Select all
[animoto]4OhjNyXXNOJs9nOrjbKNVg[/animoto]
Last edited by YeeP on 08 Jun 2010, 19:21, edited 1 time in total.
Re: animoto.com video bbcode request
You must be doing something wrong, because i just tested it on the link I posted and I am using {SIMPLETEXT} and it is working fine for me as can see in the demo!
Re: animoto.com video bbcode request
I 100% agree with that statement, and I appreciate your effort to help. Here is ALL of my related code.cisco007 » 08 Jun 2010, 19:41 wrote:You must be doing something wrong, because i just tested it on the link I posted and I am using {SIMPLETEXT} and it is working fine for me as can see in the demo!
posting_buttons.html (video drop down menu mod)
Code: Select all
<option value="animoto" title="Animoto: [animoto]Video ID after /play/[/animoto] (Example:[animoto]4OhjNyXXNOJs9nOrjbKNVg#[/animoto])">Animoto</option>
bbcode in ACP
BBcode Usage
Code: Select all
[animoto]{IDENTIFIER}[/animoto]
Code: Select all
<object width="648" height="360" type="application/x-shockwave-flash" data="http://static.animoto.com/swf/w.swf?w=swf/vp1" id="videoPlayer" style="visibility: visible;"><param name="wmode" value="transparent"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><param name="allowNetworking" value="all"><param name="flashvars" value="file={IDENTIFIER}&hqfile={IDENTIFIER}&start_hq=false&image=auto&environment=production&animoto_mode=consumer&autostart=false&duration=491339&created=1253672437&calltoaction_text=&calltoaction_url=&id=videoPlayer"></object>
Code: Select all
[animoto]ID after /play/[/animoto]
I will go ahead and change it to {SIMPLETEXT} like you said in your previous post just for a test. Do you see anything I have done wrong? I copy/pasted your code right in there.
EDIT: After I change it, should I purge the forum cache?
EDIT 2: Simple text seems to be working now. I edited a previos post that I have been watching to see if it is working, made no change, and submitted it. Now it is working.....?
Last edited by YeeP on 09 Jun 2010, 16:13, edited 1 time in total.