CyberSEO pls clear your PM tnx. CyberSEO has exceeded their stored private messages quota and cannot accept further messages until they clear some space.
Import tube videos, livecam feeds, picture galleries and anything else into WordPress
Collapse
X
-
magneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinder -
I get plugin today and is amazing
I would like get some more from it
can I get solution
how to insert all data from JSON chaturbate file and how to insert it to post custom fields
basicly all from how to insert name - sex age etc.
and how to send tags from json file straight to post tag.
and maybe is possible to sort cams by rooms? for example
females send to females category males to males? tnx.magneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment
-
-
For example my JSON : https://chaturbate.com/affiliates/ap...=json&wm=jQrKO
Will be very good to send each option straight to post custom field.
and rest is a magic.
Or maybe any step by step instruction how to setup each custom field from json. tnx.magneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment
-
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):For example my JSON : https://chaturbate.com/affiliates/ap...=json&wm=jQrKO
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:<num_followers>222003</num_followers> <iframe_embed><iframe src='https://chaturbate.com/affiliates/in/?tour=Jrvi&campaign=jQrKO&track=embed&room=jackplusjill&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&campaign=jQrKO&track=embed&room=jackplusjill&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>
Now you have to decide which exactly items you want to import and how you want to store them.Code:%xml_tags[display_name]%
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:
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>
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.Code:<p>%xml_tags[iframe_embed]%</p> <p>Room subject: %xml_tags[room_subject]%</p>
If you want to store some data as WordPress custom fields, you should do it via the "Custom fields" box. E.g.:
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.Code:image_url_360x270->thumb birthday->birthday age->age
Please find more information here: Content Syndicator – CyberSEOObey the CowgodComment
-
Wow. Is clear for me
I have only problem with tags.
I want add a tags jus to post tag. also age will be nice to add to post tags.
i try add tags also to content but is no working to me maybe reason is array (4-5 tags with ,) ??
tnxmagneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment
-
To import the mentioned tags from that JSON feed you have to do the following:
1) Add this line to the "Custom fields" box:
2) Add this line to the "PHP code <?php .. ?>" box:Code:tags_item->tags
I know this method is not intuitive and looks a bit ugly, so I'm going to make an easier way to do it in the upcoming updates of CyberSEO 7.Code:$post['tags_input'] = implode(',', $post['custom_fields']['tags']);Obey the CowgodComment
-
Is no better to send tags to this dedicated form? "Post tags"
is ok to paste this code "tags_item->tags" in tag post form?
tnx for your support, plugin is amazing and worth this money!magneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment
-
The is exactly that the PHP code above does. The model tags will be converted to standard WordPress post tags.
In this case the tags will be stored in the "tags" custom field, while we need to save them as post tags.Obey the CowgodComment
-
-
This part of code work amazing. One more think
- with part content from xml is go to spinner?
- how to add gender to tag, i try use this in post tag form
but is no working, i need send this same way like a tags_item, tnx.Code:%xml_tags[gender]%,
magneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment
-
All parts of the post (the post contents, the title and the excerpt) will be spun/synonymized it you select the appropriate option in the feed settings.
1) Add the following line to the "Custom fields" box:
2) Put this code into the "PHP code <?php .. ?>" box:Code:gender->gender
If you want to use the cam site model sex as a WordPress post category, you should use this code:Code:if ($post['custom_fields']['gender'] == 's') { $post['tags_input'][] = 'Shemale'; } if ($post['custom_fields']['gender'] == 'm') { $post['tags_input'][] = 'Male'; } if ($post['custom_fields']['gender'] == 'f') { $post['tags_input'][] = 'Female'; } if ($post['custom_fields']['gender'] == 'c') { $post['tags_input'][] = 'Couple'; }
So every gender will go to its own category. Also you can filter out the model by sex. E.g.Code:if ($post['custom_fields']['gender'] == 's') { $post['categories'][] = 'Shemale'; } if ($post['custom_fields']['gender'] == 'm') { $post['categories'][] = 'Male'; } if ($post['custom_fields']['gender'] == 'f') { $post['categories'][] = 'Female'; } if ($post['custom_fields']['gender'] == 'c') { $post['categories'][] = 'Couple'; }
So only female profiles will be added to your site. Everything else will be ignored.Code:if ($post['custom_fields']['gender'] != 'f') { $post = false; }Obey the CowgodComment
-
I try to overwrite custom_fields with gender
if ($post['custom_fields']['gender'] == 's') {
$post['custom_fields']['gender_rewrite'] = 'Shemale';
}
Is my way is ok?
also I notice is important to keep logic construction in php section, we need to think what to do first and last
magneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment
-
No, it's not. It must be done like this:
Code:if ($post['custom_fields']['gender'] == 's') { $post['custom_fields']['gender'] = 'Shemale'; }Obey the CowgodComment
-
I don't want do to mistake just to confirm in XML file in chaturbate we we work only on revshare program? tnxmagneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment

Comment