Hi,

I was wondering if any of you guys got a custom phpbb3 bbcode to display vShare videos in forum posts?

For example, I use this custom bbcode to place youtube videos on phpbb forums:

Code:
[youtube]http://{TEXT1}youtube.com/watch?v={TEXT2}[/youtube]
and

Code:
<object width="425" height="350"><param name="movie" value="http://{TEXT1}youtube.com/v/{TEXT2}"></param><param name="wmode" value="transparent"></param><embed src="http://{TEXT1}youtube.com/v/{TEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
I would love to be able to do the same with vshare, but I'm not that good with coding.. so I can't figure out how.

Thanks