ooVoo Forums

Welcome to ooVoo Forums Sign in | Join | Help
in Search

ooVoo in PHP-Fusion

Last post 04-28-2009 8:50 AM by tj_herman. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 04-19-2009 2:07 PM

    ooVoo in PHP-Fusion

    I tried to add an ooVoo field in the profile of my PHP-Fusion powered website.

    It works but I want to use this Call Me button but there is my problem I want that every user just have to add the ooVoo ID to the profile an then it would be work. But the problem is that the link looks like that http://webvideocall.oovoo.com/callme/ooVoo ID/NUMBER and the problem is the number how can i get this automaticaly by the ooVoo ID?

     Here you get a link to the website: http://noobix-gaming.de/profile.php?lookup=1

     Greetings 

    PrugnatoR

  • 04-19-2009 5:11 PM In reply to

    Re: ooVoo in PHP-Fusion

    I have php nuke I have the code for the button. Be sure to change out my button png location to your new one, it's pretty straight forward. here is the code.

    <?php

    /***********************************************************************/
    /* Link Exchange Block                                                 */
    /* ===========================                                         */
    /***********************************************************************/

    if (stristr($_SERVER['SCRIPT_NAME'], "block-Exchange_Links.php")) {
        Header("Location: ../index.php");
        die();
    }
    $content .= "<br>";
    $usemarquee = 1;
    $scrolldirection = "Up";
    $content .= "<Marquee Behavior=\"Scroll\" Direction=\"$scrolldirection\" Height=\"150\" ScrollAmount=\"3\" ScrollDelay=\"130\" onMouseOver=\"this.stop()\" onMouseOut=\"this.start()\"><br>";
    // Link Exchange
    $content .= "<br>";
    $content .= "<center><br><a href='http://videocallroom.oovoo.com/room/washbucket/room/1'><img border=0 src=\"http://www.thesnipersquad.com/images/room1.png\" alt=\"Chat Room\" width=100 height=50></a></textarea></center><br>";
    $content .= "<br>";
    $content .= "<br>";
    $content .= "<center><br><a href='http://videocallroom.oovoo.com/room/washbucket/room/2'><img border=0 src=\"http://www.thesnipersquad.com/images/room2.png\" alt=\"Chat Room\" width=100 height=50></a></textarea></center><br>";
    $content .= "<br>";
    $content .= "<br>";
    $content .= "<center><br><a href='http://videocallroom.oovoo.com/room/washbucket/room/3'><img border=0 src=\"http://www.thesnipersquad.com/images/room3.png\" alt=\"Chat Room\" width=100 height=50></a></textarea></center><br>";
    $content .= "<br>";
    $content .= "<br>";
    $content .= "<center><br><a href='http://videocallroom.oovoo.com/room/washbucket/room/4'><img border=0 src=\"http://www.thesnipersquad.com/images/room4.png\" alt=\"Chat Room\" width=100 height=50></a></textarea></center><br>";
    $content .= "<br>";
    $content .= "<br>";
    $content .= "<center><br><a href='http://videocallroom.oovoo.com/room/washbucket/room/5'><img border=0 src=\"http://www.thesnipersquad.com/images/room5.png\" alt=\"Chat Room\" width=100 height=50></a></textarea></center><br>";
    $content .= "<br>";
    $content .= "<br>";
    ?>

     Good Luck.

  • 04-28-2009 8:50 AM In reply to

    Re: ooVoo in PHP-Fusion

    give this a try...

    This API returns the users call me link:
    http://webvideocall.oovoo.com/callme/webapidemo/[ooVooID]

Page 1 of 1 (3 items)