• I want to add a chatroom to a Page in my wordpress: theclubpenguincheats.com/pagenamehere

    Heres the code I need to add:

    <!-- Begin Everywherechat Room Code -->
    
         <a id="ewclink" href="https://www.everywherechat.com/">EveryWhereChat Free Flash Chatrooms</a>
         <br />
         <script src="https://www.everywherechat.com/e.php?defaultRoom=Lobby&roomList=true&fontSize=12&width=600&height=500&theme=day"></script>
    
    <!-- End Everywherechat Room Code -->

    And if this doesnt work, Im open to suggestions of chatrooms that do work

Viewing 9 replies - 1 through 9 (of 9 total)
  • Go to the HTML editor on the Add/Edit page screen, and then paste the above code.

    Thread Starter watex

    (@watex)

    anyway to remove the everywhere chat link that shows up at the top?

    theclubpenguincheats.com/chat

    the pass is ‘water’

    anyway to remove the everywhere chat link that shows up at the top

    No. The link’s automatically generated by the developer via the embed code in your Page. Of course you could always change the font color for the link to make it recede in the background like so
    #post-2902 .post .entry a#ewclink { color:#241915 , text-decoration: none; }
    You just can’t take away the link. Besides, there might be a breach of agreement with the provider if you do, have you checked that?

    I think there is a very easy way to remove the link:
    instead of:

    <!-- Begin Everywherechat Room Code -->
    
         <a id="ewclink" href="https://www.everywherechat.com/">EveryWhereChat Free Flash Chatrooms</a>
         <br />
         <script src="https://www.everywherechat.com/e.php?defaultRoom=Lobby&roomList=true&fontSize=12&width=600&height=500&theme=day"></script>
    
    <!-- End Everywherechat Room Code -->

    just paste:

    <!-- Begin Everywherechat Room Code -->
    
         <script src="https://www.everywherechat.com/e.php?defaultRoom=Lobby&roomList=true&fontSize=12&width=600&height=500&theme=day"></script>
    
    <!-- End Everywherechat Room Code -->

    Thread Starter watex

    (@watex)

    for some reason it still shows I have:

    <!-- Begin Everywherechat Room Code -->
    
         <script src="https://www.everywherechat.com/e.php?defaultRoom=The_Club_Penguin_Cheats_Chatroom&roomList=true&fontSize=12&width=600&height=500&theme=day"></script>
    
    <!-- End Everywherechat Room Code -->

    As mentioned above, “The link’s automatically generated by the developer via the embed code in your Page.”

    Thread Starter watex

    (@watex)

    Where do I put

    #post-2902 .post .entry a#ewclink { color:#241915 , text-decoration: none; }

    in the style.css in your current theme’s folder and upload. If you’ve got the theme editor on, then open link to style.css and add the code there

    Thread Starter watex

    (@watex)

    thanks i found another way though. i just changed the html link’s text to ” “

    now nothing shows ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to add this chatroom to a Page’ is closed to new replies.