Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: show on front page

  1. #1
    stazome is offline Junior Member
    Join Date
    May 2009
    Posts
    23

    Default show on front page

    I want to fix vshare in current portal. I didn't try yet but is this possible I can show a "feature video" and "videos being watched right now" on my portal front page..

    I am going to install vshare in subdirectory and portal on root.

  2. #2
    stazome is offline Junior Member
    Join Date
    May 2009
    Posts
    23

    Default

    please answer my question..

  3. #3
    admin is offline Administrator
    Join Date
    Apr 2007
    Posts
    2,163

    Default

    If you need to custom coding for this. There is 3 ways you can do.

    1. Refer code in index.php and add required code in your portal page.
    2. Fetch RSS feed of vshare and show on your portal page.
    3. Make a custom PHP script that output what you need in JS format, call it with <script src="http://url/to/custom/script.php"></script>

  4. #4
    stazome is offline Junior Member
    Join Date
    May 2009
    Posts
    23

    Default

    i check in source code of front page and in template files too.. I only found
    <div id="flash_recent_videos" align="center"></div>
    which seems does not show, can you give any example?

  5. #5
    buyscripts is offline Super Moderator
    Join Date
    May 2007
    Posts
    840

    Default

    flash recent videos source code in js/index.js

  6. #6
    stazome is offline Junior Member
    Join Date
    May 2009
    Posts
    23

    Default

    can you give any example, how I can call.

  7. #7
    stazome is offline Junior Member
    Join Date
    May 2009
    Posts
    23

    Default

    Still looking for help.

  8. #8
    buyscripts is offline Super Moderator
    Join Date
    May 2007
    Posts
    840

    Default

    Please try to put the following code into home page of your site.

    Replace filmshare.info with your domain name.

    <object height="160" width="650" type="application/x-shockwave-flash" id="vshare-swf" name="vshare-swf" data="http://www.filmshare.info/player/recent.swf"><param name="menu" value="false"/><param name="wmode" value="opaque"/><param name="bgcolor" value="#ffffff"/><param name="flashvars" value="xml_path=http://www.filmshare.info/recent_viewed_xml.php&amp;title=Videos being watched right now..."/></object>

  9. #9
    stazome is offline Junior Member
    Join Date
    May 2009
    Posts
    23

    Default

    sorry, this also not work, on only blank area and in browser status show loading ....

  10. #10
    stazome is offline Junior Member
    Join Date
    May 2009
    Posts
    23

    Default

    hey, i just check in FireFox it working fine, but in IE its not.. Even I clear my cache and restart computer too..

Page 1 of 2 12 LastLast

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
  •