View Single Post
Old 07-01-2017, 01:41 PM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,332
Quote:
Originally Posted by magneto664 View Post
Just add that JSON link to CyberSEO. It will be automatically converted into XML format, so the cam site model info will look like this (you can see it if you click the "XML tags" tab on the feed settings page):

Code:
<num_followers>222003</num_followers>
<iframe_embed><iframe src='https://chaturbate.com/affiliates/in/?tour=Jrvi&amp;campaign=jQrKO&amp;track=embed&amp;room=jackplusjill&amp;bgcolor=white' height=528 width=850 style='border: none;'></iframe></iframe_embed>
<display_name>JackPlusJill</display_name>
<tags_item>petite, bigcock, sex, threesome, cum, horny</tags_item>
<recorded>false</recorded>
<iframe_embed_revshare><iframe src='https://chaturbate.com/affiliates/in/?tour=9oGW&amp;campaign=jQrKO&amp;track=embed&amp;room=jackplusjill&amp;bgcolor=white' height=528 width=850 style='border: none;'></iframe></iframe_embed_revshare>
<chat_room_url>https://chaturbate.com/affiliates/in/?tour=yiMH&campaign=jQrKO&track=default&room=jackplusjill</chat_room_url>
<location>https://twitter.com/_JackplusJill_</location>
<chat_room_url_revshare>https://chaturbate.com/affiliates/in/?tour=LQps&campaign=jQrKO&track=default&room=jackplusjill</chat_room_url_revshare>
<username>jackplusjill</username>
<spoken_languages>[email protected]</spoken_languages>
<image_url_360x270>https://roomimg.stream.highwebmedia.com/ri/jackplusjill.jpg</image_url_360x270>
<current_show>hidden</current_show>
<birthday>1991-06-05</birthday>
<is_hd>1</is_hd>
<seconds_online>7737</seconds_online>
<gender>c</gender>
<age>26</age>
<num_users>3325</num_users>
<image_url>https://roomimg.stream.highwebmedia.com/ri/jackplusjill.jpg</image_url>
<room_subject>Alina first show in over 2 years!, ⭐️ Tip 165 to see us! �� VOTE on TokenPoll for the Cumshot! �� #threesome #horny #petite #bigcock #sex #cum [45 min long].</room_subject>
First of all you need to generate the post title. Let's assume you are going to use the model display_name for it. In this case you should enter the appropriate XML item name into the "Post title" box:

Code:
%xml_tags[display_name]%
Now you have to decide which exactly items you want to import and how you want to store them.

For example, if you want to put the chatroom iframe code into the post body, you can do it by altering the "Post contentt" template as follows:

Code:
<p>%xml_tags[iframe_embed]%</p>
If you want to put the room subject below the iframe, the "Post content" template should look like this:

Code:
<p>%xml_tags[iframe_embed]%</p>
<p>Room subject: %xml_tags[room_subject]%</p>
As you can see, everything is very simple and you may insert any data into post title, post body or excerpt and generate the desired post structure - you decide how to format it.

If you want to store some data as WordPress custom fields, you should do it via the "Custom fields" box. E.g.:

Code:
image_url_360x270->thumb
birthday->birthday
age->age
This means that contents of "image_url_360x270" will be stored in the "thumb" WordPress custom field (can be used for generation of post thumbnails). Also the model birthday and age will be stored in custom fields of the same names.

Please find more information here: Content Syndicator – CyberSEO
__________________
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