Results 1 to 5 of 5

Thread: link url

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    May 2011
    Posts
    25

    Default

    Quote Originally Posted by hotstud69 View Post
    how to get link url
    as
    www.mysite.com/flvvideo/43as3432/myvideo.flv

    for posting as bbcode on my site
    How about this:
    HTML Code:
    <input name="video_link" value="[url]{$base_url}/view/{$view.video_info.video_id}/{$view.video_info.video_seo_name}/[/url]" size="60" onclick="javascript:document.linkForm.video_link.focus();document.linkForm.video_link.select();" readonly="readonly" />
    which is similar to what appears under the "Video URL (Permalink):" heading on view video page.

    That will copy the following:
    www.mysite.com/flvvideo/43as3432/myvideo.flv

    Or whichever video you are watching.
    Last edited by astro; 05-06-2011 at 02:07 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •