echo $language;
    ?>
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                <div class="owloo_right">
                    <p>
                        <div class="owloo_tw_profile">
                            <a href="https://twitter.com/<?php 
    echo $screen_name;
    ?>
" rel="nofollow" target="_blank">
                                <img src="<?php 
    echo convert_imagen_to_https($profile_image_url);
    ?>
" alt="" title="" />
                            </a>
                            <a  class="owloo_resume_tw_user_title" href="https://twitter.com/<?php 
    echo $screen_name;
    ?>
" rel="nofollow" target="_blank">
                                <?php 
    echo $twitter_name;
    ?>
 (@<?php 
    echo $screen_name;
    ?>
)
                            </a><br/>
$qrydata = mysql_query($qry);
while ($fetchdata = mysql_fetch_array($qrydata)) {
    ?>
        <div class="owloo_wrap_tw_last_add">
            <div>
                <a href="<?php 
    echo URL_ROOT;
    ?>
twitter-stats/userpage/<?php 
    echo $fetchdata["owloo_screen_name"];
    ?>
"><img alt="<?php 
    echo $fetchdata["owloo_user_name"];
    ?>
" class="owloo_tw_last_add_img" src="<?php 
    echo convert_imagen_to_https($fetchdata["owloo_user_photo"]);
    ?>
"></a>
                <div>
                    <span class="owloo_tw_last_add_follow_pre">+</span><a href="https://twitter.com/intent/user?screen_name=<?php 
    echo $fetchdata["owloo_screen_name"];
    ?>
" rel="nofollow" target="_blank" class="owloo_tw_last_add_follow">Seguir</a>
                </div>
            </div>
            <div>
                <div><a href="<?php 
    echo URL_ROOT;
    ?>
twitter-stats/userpage/<?php 
    echo $fetchdata["owloo_screen_name"];
    if ($fetchdata["owloo_user_verified_account"]) {
        ?>
<img class="owloo_user_twitter_verified owloo_tooltip" src="<?php 
        echo URL_IMAGES . 'owloo_user_verified_account.png';
        ?>
" title="Cuenta verificada" alt="" /><?php 
    }
    ?>
            <div class="owloo_text">
                <div class="owloo_title">
                    <span class="owloo_twitter_profile" >
                        <img class="owloo_user_twitter_small owloo_user_twitter_avatar" src="<?php 
    echo URL_IMAGES;
    ?>
loader-24x24.gif" id="<?php 
    echo convert_imagen_to_https(str_replace('_normal.', '_mini.', $fetchdata["owloo_user_photo"]));
    ?>
" title="" alt="" />
                    </span>
                    <a href="<?php 
    echo URL_ROOT;
    ?>
twitter-stats/userpage/<?php 
    echo $fetchdata["owloo_screen_name"];
    ?>
" title="Datos y estadísticas de <?php 
    echo $fetchdata["owloo_user_name"];
    ?>
 en Twitter">@<?php 
    echo $fetchdata["owloo_screen_name"];
    ?>
        <div class="owloo_wrap_tw_last_add">
            <div>
                <a href="<?php 
    echo URL_ROOT;
    ?>
facebook-stats/pages/<?php 
    echo strtolower($fetchdata["username"]);
    ?>
/" title="Estadísticas de <?php 
    echo $fetchdata['name'];
    ?>
 en Facebook"><img alt="<?php 
    echo $fetchdata["name"];
    ?>
" class="owloo_tw_last_add_img" src="<?php 
    echo convert_imagen_to_https($fetchdata["picture"]);
    ?>
"></a>
            </div>
            <div>
                <div><a href="<?php 
    echo URL_ROOT;
    ?>
facebook-stats/pages/<?php 
    echo strtolower($fetchdata["username"]);
    ?>
/" title="Estadísticas de <?php 
    echo $fetchdata['name'];
    ?>
 en Facebook"><?php 
    echo $fetchdata["name"];
示例#5
0
                                    <div class="owloo_tools_favorites_tw_content">
                                        <?php 
        foreach ($_fb_page_favorites as $value) {
            ?>
                                        <div class="owloo_tools_favorites_tw_item" id="page-<?php 
            echo $value['id'];
            ?>
">
                                            <a href="<?php 
            echo URL_ROOT;
            ?>
facebook-stats/pages/<?php 
            echo strtolower($value['name']);
            ?>
/" target="_blank"><img src="<?php 
            echo convert_imagen_to_https($value['image']);
            ?>
" /></a>
                                            <div>
                                                <a href="<?php 
            echo URL_ROOT;
            ?>
facebook-stats/pages/<?php 
            echo strtolower($value['name']);
            ?>
/" target="_blank"><?php 
            echo $value['nombre'];
            ?>
</a>
                                                <span class="owloo_delete_favorite" type="page" element="<?php 
            echo $value['id'];