I realised how to link to a video, and keep it as a clickable link that you name yourself, you just need to insert a variable after the ? with normal address notation. Don't worry, example to follow for all you lovely non webgeeks
(space added before the = to stop the url= becoming a link, so you can see)
eg :
[url =http://www.youtube.com/watch?v=3OwUFh_Fbp4
]this text wont be shown because of the video being embeded[/url]
becomes:
[url =http://www.youtube.com/watch?
foo=0&v=3OwUFh_Fbp4
]this text WILL show as a normal HoP link[/url]
proof :
Enjoy the Hyperlight Video
this can also be done when you want to just drop a quick link in without the URL tags
http://www.youtube.com/watch?foo=0&v=3OwUFh_Fbp4
HoP will convert it to a link with the same text as the URL, and youtube will just ignore the foo=0 completely.
so the addition to break the auto embedding (
foo=0& in the example) starts immediately after the ? give the variable any alphabetical name (foo was the example anything from the alphabet works, one character or more) = 0 (a value, again anything works) and importantly an ampersand (&)before the actual video id (the v= bit at the end of all youtube video urls)
I hope that's decipherable to those that wish to link rather than embed
