Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChristian Kroul
9,849 Pointscomments
im trying to use disqus, to have a comments thing, but its not working for me Please help <!DOCTYPE html> <?php $site = "Home Page"; include('inc/header.php'); ?>
<div class="trip-details">
<a href="img/foggygoldengatebridge.jpg" data-lightbox="image-1" data-title="My caption" data-title="Project">
<img class="header-img" src="img/foggygoldengatebridge.jpg"> </a> <div class="side"> <h1>About</h1> <p>I am a travel junkie strapped down to one state, focusing on seeing as much of it as possible and sharing it with everyone. More about me. Read more </p> <h1>Recent Posts</h1> <ul> <li><a href="">Best things to do in So cal </a></li> <li><a href="">Visit these unusual places </a></li> <li><a href="">Visit these unusual places </a></li> <li><a href="">Visit these unusual places </a></li> <li><a href="">Visit these unusual places </a></li> <li><a href="">Visit these unusual places </a></li> <li><a href="">Visit these unusual places </a></li> </ul> </div> </div
<iframe width="853" height="480" src="https://disqus.com/home/channel/juststartingout/discussion/channel-juststartingout/test" frameborder="0" allowfullscreen></iframe>
<p class="text"> Hi adipiscing elit. Phasellus ac enim vitae dui tempus consequat dignissim non dolor. Sed est odio, condimentum posuere pharetra et, bibendum a nulla. Donec molestie vitae nulla a fermentum. Duis et velit in quam pretium dictum. Quisque ac ex ac nisl sodales pharetra nec ac nibh. Ut tempus vel magna in placerat. Donec faucibus pulvinar mi, id pulvinar risus vulputate quis. </p>
<div id="mc_embed_signup"> <form action="http://teamrune.us11.list-manage.com/subscribe?u=10f23c98025f621602bb9fae8&id=3ea5fbca11" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;"><input type="text" name="b_10f23c98025f621602bb9fae8_3ea5fbca11" tabindex="-1" value=""></div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div> </div> </form> </div>
<!--End mc_embed_signup-->
</script> <?php include('inc/footer.php'); ?> </body> </html>