I don't think someone will be ready to show off his working websites on GFY...
I thought that screenshots should be enough how does the syndicated content looks like. If you want to see the internal post structure, you should keep in mind that it will be formatted according to your own template.
My
BongaCams example above uses the following template:
Code:
<iframe src="%xml_tags[embed_chat_url]%" width="100%" height="520" frameborder="0" scrolling="no"></iframe>
<p><strong>%xml_tags[username]%</strong>, %xml_tags[display_age]% y.o.</p>
<p><strong>Ethnicity:</strong> %xml_tags[ethnicity]%</p>
<p><strong>Language:</strong> %xml_tags[primary_language_key]%/%xml_tags[secondary_language_key]%</p>
<p><strong>Turns on:</strong> %xml_tags[turns_on]%</p>
<p><strong>Turns off:</strong> %xml_tags[turns_off]%</p>
So here is an example of generated post (you can see its HTML structure):
<iframe src="https://bongacams.com/chat-popup/criss333?hit_url=https%3A%2F%2Fbongacams.com%2Ftra ck%3Fc%3D252831" width="100%" height="520" frameborder="0" scrolling="no"></iframe>
<strong>criss333</strong>, 25 y.o.
<strong>Ethnicity:</strong> White/Caucasian
<strong>Language:</strong> russian/english
<strong>Turns on:</strong> intelligent, generous man!
<strong>Turns off:</strong> liar, greed men
If you change the template, the generated post will be different too.