Please be aware my experience with coding is pretty much just CSS/HTML. I was also recently introduced to jQuery. But I am very willing to try out your solutions (if my skills permit).
So what I want to do is include the reviews from this site here: Airbnb - Mailodging. Using Firefox's Inspect tool, I found that you can locate the div for just the reviews with this class:
div.panel.reviews.space2
I've tried searching for a way to include a specific class (not an ID#) from an external page using iframes, but seems it's impossible. Is there a workaround or any other solution you can suggest?
At the moment the only way I found to include the reviews is through a hideous iframe. It displays the entire page, which I don't want. You can see it here. Yuck! Seems I'm better off just opening the Airbnb page through a new tab.