Forum Replies Created

Viewing 3 replies - 31 through 33 (of 33 total)
  • Thread Starter Prateek Kathal

    (@kakashihatake2)

    Or just help me make a reload code of this script?

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
    				<script type="text/javascript">
    					var params = { allowScriptAccess: "always", wmode: "transparent" };
    					swfobject.embedSWF("' . htmlentities('https://www.youtube.com/e/'.$atts['id'].'?enablejsapi=1&version=3&playerapiid='.$uuid.'&rel=0&controls=1&showinfo=1') . '", "'.$uuid.'", "'.$width.'", "'.$height.'", "9.0.0", null, null, params);
    				</script>
    				<div id="'.$uuid.'_container" class="cp_youtube">
    					<div id="'.$uuid.'"></div>
    				</div>

    $uuid, $atted[‘id’] are functions being used by the script thats why i can’t call in the iframe….
    Please make a reload code for me?

    Forum: Hacks
    In reply to: Link to Author's Profile Page
    Thread Starter Prateek Kathal

    (@kakashihatake2)

    Thanks anyways…. I was able to do the second part myself… ??

    I rock \m/ ??

    Forum: Hacks
    In reply to: Link to Author's Profile Page
    Thread Starter Prateek Kathal

    (@kakashihatake2)

    Thanks for the reply…

    Sooo… I was able to write the code and link the author of the post to its profile, but i was unable to do so for the comment author… Any tips??

    The commentlist in my theme is shown by
    [code] <ol class="commentlist">
    <?php wp_list_comments('avatar_size=60&type=comment'); ?>
    [/code]

    I can edit the wp-comments.php but I was unable to do so….Can’t get the real coding behind it…

Viewing 3 replies - 31 through 33 (of 33 total)