Quote:
Originally Posted by Barry-xlovecam
First of all that is the XML feed for XloveCam.com --Xcams is another domain so I bypassed this thread ...
Anyway, the <node>
<screenname> can be used as the variable to make the 'embed' what I am assuming it to be our livechat.
code...
sooo,
$modelname = performer/screenname
$affiliate = "your ID here"
Code:
<iframe src="http://www.xlovecam.com/prm/livechat/?id_affilie=$affiliate&cf=ffffff&cc=990000&ct=000000&ca=ff3300&width=320&full=1&chat_align=right&psm=$modelname&vol=25" frameborder="0" scrolling="no" width="650" height="300" name="xlove" id="xlove" style="overflow: hidden;"></iframe>
There are many sizes and CSS configurations that an affiliate can choose from in our promo tools for the livechat embed codes so the embed needs to be scripted and printed in a custom HTML scripted output.
One advantage of our embeds -- they work on PC's with Flash and also on all other devices without Flash -- like Android and iOs mobile devices.
|
Barry, I see it but you have to insert these embeds into the feeds explicitly. Ok, here is the instruction for CyberSEO:
1) Open
CyberSEO->XML Syndicator and click "
Alter default settings".
2) Find the "
XML section tag names (separate with commas)" field, add there the following word:
PERFORMER then click "
Update Default Settings".
3) Now simply add your xlovecam.com XML feed to CyberSEO XML Syndicator (
http://www.xlovecam.com/prm/xmlfeeds...91b4666c7db929).
4) On the feed setting page assign some name to it (say "xlovecam").
5) In the "
Post thumbnail" drop-down box select "
Generate from the 'thumb' custom field".
6) Put this text into the "
Custom fields" box:
Code:
thumblink->thumb
screenname->screenname
7) Put the following code into the "
PHP code <?php .. ?>" box:
Code:
$post['guid'] = $post['custom_fields']['thumb'];
$post['post_title'] = $post['custom_fields']['screenname'];
$post['post_content'] = $post['post_excerpt']= '<iframe src="http://www.xlovecam.com/prm/livechat/?id_affilie=AFFILIATEID&cf=ffffff&cc=990000&ct=000000&ca=ff3300&width=320&full=1&chat_align=right&psm=' . $post['custom_fields']['screenname'] . '&vol=25" frameborder="0" scrolling="no" width="650" height="300" name="xlove" id="xlove" style="overflow: hidden;"></iframe>';
8) Save the settings and let CyberSEO pull this feed for you on autopilot
Here is what I've got with your feed and the settings above on my test WordPress site:
P.S.
AFFILIATEID must be refaced with the actual ID. Otherwise you won't get paid for your traffic ;)