View Single Post
Old 04-20-2016, 01:14 PM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,381
Here is the step-by-step instruction for my CyberSEO plugin and BongaCams XML feed:

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: ONLINE_MODELS then click "Update Default Settings".

3) Now simply add your BongaCams XML feed to CyberSEO XML Syndicator (http://tools.bongacams.com/promo.php...i&api_type=xml).

4) On the feed setting page assign some name to it (say "BongaCams").

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:
thumbnail_image_big->thumb
embed_chat_url->embed_chat_url
display_name->display_name
turns_on->turns_on
turns_off->turns_off
primary_language->primary_language
ethnicity->ethnicity
height->height
weight->weight
7) Put the following code into the "PHP code <?php .. ?>" box:

Code:
$post['guid'] = $post['custom_fields']['embed_chat_url'];
$post['post_title'] = 'Chat with ' . $post['custom_fields']['display_name'];
if (!cseo_post_exists($post)) {
    if (substr($post['custom_fields']['thumb'], 0, 2) == '//') {
        $post['custom_fields']['thumb'] = 'http:' . $post['custom_fields']['thumb'];
    }
    $post['post_excerpt'] = '<iframe src="' . $post['guid'] . '" width="850" height="380"></iframe>';
    $post['post_excerpt'] .= '<p style="text-align: center;"><b>Weight:</b> ' . $post['custom_fields']['weight'] . ', <b>height:</b> ' . $post['custom_fields']['height'] . '</p>';
    $post['post_excerpt'] .= '<p style="text-align: center;"><b>Ethnicity:</b> ' . $post['custom_fields']['ethnicity'] . ', <b>language:</b> ' . $post['custom_fields']['primary_language'] . '</p>';
    $post['post_excerpt'] .= '<p style="text-align: center;"><b>Turns on:</b> ' . $post['custom_fields']['turns_on'] . ', <b>turns off:</b> ' . $post['custom_fields']['turns_off'] . '</p>';
    unset($post['custom_fields']['embed_chat_url']);
    unset($post['custom_fields']['display_name']);
    unset($post['custom_fields']['turns_on']);
    unset($post['custom_fields']['turns_off']);
    unset($post['custom_fields']['primary_language']);
    unset($post['custom_fields']['ethnicity']);
    unset($post['custom_fields']['height']);
    unset($post['custom_fields']['weight']);
} else {
    $post = false;
}
8) Save the settings and let CyberSEO pull this feed for you on autopilot while you are enjoying your priceless life

Here is what I've got with your feed and the settings above on my test WordPress site:

Index page:



Random model page:



This time I've used popular Bestia WP Tube Theme to show on how the resulting cam site may look like. Note that my instruction is not made for some particular theme. It will work with ANY other WordPress theme, like id did with the Chaturbate XML feed here: https://gfy.com/20824634-post20.html. So with CyberSEO you can pick the WordPress theme you like and mix various webcam feeds, tube feeds and image galleries on one site, with the same style, layout etc. So having Chaturbate, BongaCams and other cams on the same site is not a problem for CyberSEO plugin

P.S. It's a working and fully complete step-by-step instruction for BongaCams feeds, so if you are an existing owner of the CyberSEO license, feel free to use it on your sites! We live in 21th century, so let robots work and make money for you!
__________________
Obey the Cowgod
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote