Originally posted by bimbocams
Import tube videos, livecam feeds, picture galleries and anything else into WordPress
Collapse
X
-
-
Not sure, I've got your question. Do you want to add some random prefix/suffix to the titles, or you want to spin/synonymize them?Originally posted by bimbocamsHi is it possible to randomize the titles with my own keywords?Obey the CowgodComment
-
I see. Do you want simply add it at the beginning of the post title or you want something else? Witch CyberSEO you can do everything, I just need to know what exactly you want.Originally posted by bimbocamsI have a list of cam keywords and i want to use a diffrent keyword from that list in every diffrent post title.Obey the CowgodComment
-
You can use the following PHP code:Originally posted by bimbocamsI want the keyword in the beginning followed by models name
If your keywords are stored as a text file (one keyword per line), you can use it like this:Code:$keywords = array('my keyword', 'my keyword 2', 'my keyword 3'); $post['post_title'] = $keywords[rand(0, count($keywords) - 1)] . ' ' . $post['post_title'];
Just make sure to replace http://www.mysite.com/keywordlist.txt with the actual URL of your text file.Code:$keywords = file('http://www.mysite.com/keywordlist.txt'); $post['post_title'] = $keywords[rand(0, count($keywords) - 1)] . ' ' . $post['post_title'];Obey the CowgodComment
-
Yes, of course. You can do it by altering your post template like this:
Code:<p><img src="%xml_tags[thumb]%" /></p> <p>%xml_tags[subject]%</p>
Obey the CowgodComment
-
Comment
-
Can I build tube (content pulled from .CSV files provided and RSS added / deleted videos) and Reddit aggregator sites easily with this?Email: fenris_wolf3000 (a t ) yah00 . c 0 m
Comment
-
Sure, you can do everything of that (plus many many many more) with ease, except the auto deleting videos via RSS. Actually I wanted to make a special plugin for that, because it's not really hard to do and it can work in conjunction with CyberSEO.
Please find more details here: CyberSEO 7Obey the CowgodComment
-
Can we use your script to build a Chaturbate cam site?Looking for adult SEO service that works? Click here for more infos ;)
Email: pro.topadult at gmail dot com
Skype: protopadult
ICQ: 690852277 (rarely use)Comment
-
it's described here: http://gfy.com/21835426-post21.html⭐ CAM SODA ⭐ STRIPCHAT ⭐
⭐ CHATURBATE ⭐ X LOVE CAM ⭐Comment
-
Yes. And here is a ready-to-use preset for that: http://www.cyberseo.net/downloads/share/chaturbate.zipit's described here: http://gfy.com/21835426-post21.html
Just unzip it into your /cyberseo/presets folder and you will be able to import Chaturbate feeds in two mouse clicks. No additional actions needed.
BTW, I've just updated the Reddit preset. So you can import Reddit content (both images and gif videos) in two mouse clicks as well. Just select "Reddit RSS feed" in the dropdown box, add the RSS URL (e.g. https://www.reddit.com/r/nsfw/new/.rss) and save the settings. That's all you have to do. Now CyberSEO will parse it and generate WordPress posts on autopilot. It will even create the post thumbnails (featured images) using large high quality images instead of those small thumbs from the feed.
Fire and forget
P.S. Also here is a list of presets for adult tubes: Custom Prestes – CyberSEOObey the CowgodComment
-
Sounds great.Yes. And here is a ready-to-use preset for that: http://www.cyberseo.net/downloads/share/chaturbate.zip
Just unzip it into your /cyberseo/presets folder and you will be able to import Chaturbate feeds in two mouse clicks. No additional actions needed.
BTW, I've just updated the Reddit preset. So you can import Reddit content (both images and gif videos) in two mouse clicks as well. Just select "Reddit RSS feed" in the dropdown box, add the RSS URL (e.g. https://www.reddit.com/r/nsfw/new/.rss) and save the settings. That's all you have to do. Now CyberSEO will parse it and generate WordPress posts on autopilot. It will even create the post thumbnails (featured images) using large high quality images instead of those small thumbs from the feed.
Fire and forget
P.S. Also here is a list of presets for adult tubes: Custom Prestes ? CyberSEO
Can you send me sample of white label webcam sites using your script, especially Chaturbate platform?Looking for adult SEO service that works? Click here for more infos ;)
Email: pro.topadult at gmail dot com
Skype: protopadult
ICQ: 690852277 (rarely use)Comment
-
Here are screenshots from my test site on localhost (I don't run any online cam site personally):


As you must understand, I can not provide any URL of sites that belong to my customers w/o their permission. So this is all I can show.
P.S. The most important thing is that with CyberSEO you can mix many various cams (e.g. Bonga, Chaturbate, LiveJasmin etc) on one single site. Your own site!
P.P.S. I was using a free WordPress theme for the example above. You can use any other theme and the result will look a way different.Obey the CowgodComment
-
Final questions:As you must understand, I can not provide any URL of sites that belong to my customers w/o their permission. So this is all I can show.
P.S. The most important thing is that with CyberSEO you can mix many various cams (e.g. Bonga, Chaturbate, LiveJasmin etc) on one single site. Your own site!
P.P.S. I was using a free WordPress theme for the example above. You can use any other theme and the result will look a way different.
1) Do you offer Skype support?
2) Is there any new year coupon?
3) Can I pay via Paypal beside 2CO?Looking for adult SEO service that works? Click here for more infos ;)
Email: pro.topadult at gmail dot com
Skype: protopadult
ICQ: 690852277 (rarely use)Comment
-
Comment
-
Is there a way to display the performer image instead of the "Room is currently offline" message for Chaturbate? It looks really shitty when that message is shown. (Fault of the Chaturbate iframe and not your script). At least LiveJasmin does it automatically and it looks much better.Comment
-
You should ask Chaturbate about it. CyberSEO embeds their iframes into your posts, but it can not control what exactly is being shown inside.Is there a way to display the performer image instead of the "Room is currently offline" message for Chaturbate? It looks really shitty when that message is shown. (Fault of the Chaturbate iframe and not your script). At least LiveJasmin does it automatically and it looks much better.Obey the CowgodComment
-
I know. I was thinking more along the lines of somehow having the script dynamically check if the performer is online each time their page is loaded and then display either the iframe or the image accordingly.
But I guess that is a lot of trouble and adds a lot of overhead to the site.Comment
-
In this case you need some other script. CyberSEO does not do dynamical things. It's made to fill your site up with content and nothing else.
P.S. I would never recommended you to run any plugin on WordPress which does dynamical checking, because your server will die on 10th surfer. Use special CMS for that - one of those that don't use MySQL etc. WordPress is absolutely not intended for such tasks.Obey the CowgodComment
-
Ya I see your point.In this case you need some other script. CyberSEO does not do dynamical things. It's made to fill your site up with content and nothing else.
P.S. I would never recommended you to run any plugin on WordPress which does dynamical checking, because your server will die on 10th surfer. Use special CMS for that - one of those that don't use MySQL etc. WordPress is absolutely not intended for such tasks.
Oh well, hopefully Chaturbate can improve their iframe.Comment
-
Can your script import models to specific Category like Gay, Lesbian, Tranny, Teen, ... as we choose? Or it just imports all models to default Uncategorized category and we have to sort each models to proper section manually?Looking for adult SEO service that works? Click here for more infos ;)
Email: pro.topadult at gmail dot com
Skype: protopadult
ICQ: 690852277 (rarely use)Comment
-
Fuck it. The visits of robots such as Google or Bing would generate great numbers.In this case you need some other script. CyberSEO does not do dynamical things. It's made to fill your site up with content and nothing else.
P.S. I would never recommended you to run any plugin on WordPress which does dynamical checking, because your server will die on 10th surfer. Use special CMS for that - one of those that don't use MySQL etc. WordPress is absolutely not intended for such tasks.
But you can do anything.magneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment
-
Yes of course. Actually it can select categories according to the model's bio (male, female etc - doesn't matter how and where their sex is mentioned). The same applies to tags, titles, post content structure and anything else. This post answers your question in details: http://gfy.com/21865891-post42.html
The plugin is extremely flexible.Obey the CowgodComment
-
magneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment
-
Ya I know how it works. But I was asking how often I should pull the feeds to update the site with live models and how many models I should add at a time.Comment
-
it depends only on you.
If you add one thousand, google will probably be a little surprised, is not it true?
if your main page has space for example the top 10 entries, you probably will not add only three at once.
tnxmagneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment
-
As often as you want to update your site. For a camsite I'd say ot's once 5-10 minutes or so. Just remember: often updates = huger load of your server. So everything will be limited by your hardware capabilities. WordPress is not the World's fastest CMS...
Indeed.Obey the CowgodComment
-
There is something wrong with your Chaturbate preset.
I always got this error:
Code:Feed Info and Preview No feed found at [url=http://chaturbate.com/feed/latest/?gender=s&wm=XXXX]Trans Latest online cams[/url] XML parse error: 0 (No error)
Looking for adult SEO service that works? Click here for more infos ;)
Email: pro.topadult at gmail dot com
Skype: protopadult
ICQ: 690852277 (rarely use)Comment
-
Ah I got it.Originally posted by bimbocamsThat is the wrong feed You need the XML API feed not the RSS feed.
It works now ;)
Thanks for your help.Looking for adult SEO service that works? Click here for more infos ;)
Email: pro.topadult at gmail dot com
Skype: protopadult
ICQ: 690852277 (rarely use)Comment
-
1) So I have to create Categories first, then run the plugin, it will sort models in those Categories automatically or I have to pick up which one?Yes of course. Actually it can select categories according to the model's bio (male, female etc - doesn't matter how and where their sex is mentioned). The same applies to tags, titles, post content structure and anything else. This post answers your question in details: http://gfy.com/21865891-post42.html
The plugin is extremely flexible.
2) In your post, I see only categories: Shemale, Male, Female, Couple.
How about other niches like Ebony, Milf, Lesbian, Teen, ...?
If I want to sort model with "asian" tag into Asian category, what should I do?Code:https://chaturbate.com/tag/asian/
3) Some models returns with Name as (no tittle) in URL likeIs this a bug?Code:http://www.domain.com/15083-2/
4) It seems Adblock blocks Chaturbate iframe in our site automatically. I have to disable it so that content will load properly
Looking for adult SEO service that works? Click here for more infos ;)
Email: pro.topadult at gmail dot com
Skype: protopadult
ICQ: 690852277 (rarely use)Comment
-
You don't need to create anything. The plugin will create the categories by itself or will not... depends on which exactly preset do you use (I've posted many).
If you give me all the gender names like "m" for male, "f" for female, I'll show you a PHP code for them.
You can consider it as a bug... in the chaturbate feed, but not in CyberSEO
Have no idea. This question has no relation to my plugin.Obey the CowgodComment
-
CyberSEO, please clear your PM storage. I have some important questions ;)Looking for adult SEO service that works? Click here for more infos ;)
Email: pro.topadult at gmail dot com
Skype: protopadult
ICQ: 690852277 (rarely use)Comment
-
I'm your customer.
Please check your support forum Support Forums – CyberSEO
I've posted some questions there.Looking for adult SEO service that works? Click here for more infos ;)
Email: pro.topadult at gmail dot com
Skype: protopadult
ICQ: 690852277 (rarely use)Comment
-
Question, is this plug in include unlimited license ? I can use it on how many website ?
Thanks
Tube - Cam - Escorts - Top List
Menu Tab - Banner - Header Link - Blog Post
DM me
Comment
-
Comment
-
I heard you said that's it's impossible to hotlink featured...I have achieved this with this plugin : wordpress.org/plugins/featured-image-from-url. It would be great if you were able to implement this.
Anyways, Could you do a tutorial for reddit?
eg: Getting all the post from the hot section on r/videosComment
-
Yes, there are plugins and themes that hotlink images (they don't use the WordPress API). And course this feature is already implemented in CyberSEO. All those solutions use custom field to hold the hotlinked URLs and CyberSEO does support this way for many years. Just tell me which custom field is used by your plugin. So I want to say, that I don't have to implement anything new. This is already implemented.Obey the CowgodComment
-
Tube - Cam - Escorts - Top List
Menu Tab - Banner - Header Link - Blog Post
DM me
Comment
-
Hey, I would like to add an alt tag to the post thumbnails...how would I achieve this?Comment
-
DittoOriginally posted by bimbocamsHi CyberSEO,
could you explain how i can pull the pussycash/ImLive XML feed? Here is the feed:
http://BestOf.imlive.com/Live-Sex.xm...o4&addimages=4
http://BestOf.imlive.com/Live-Sex.xm...rom=freevideo4
and if possible those :
https://www.xlovecam.com/prm/xmlfeed...n=onlinemodels
//pto.awecr.com/xml/feed/index.php?siteId=jasmin&psId=brianmike&psTool=213_ 1&psProgram=revs&campaignId=&category=girl&limit=1 00&imageSizes=896x504&imageType=erotic&showOffline =0&extendedDetails=1&responseFormat=xml&performerI d=&subAffId={SUBAFFID}
https://cams.dnxlive.com/xml/v0.3/onlineCamsStatus.xml
CB and CS worked but cannot figure out those one yet
Thanks in advance
Tube - Cam - Escorts - Top List
Menu Tab - Banner - Header Link - Blog Post
DM me
Comment
-
Comment
-
magneto664 📧 gmail.com
Cams.Zone 💘 Best CDN for Adult Content
My Fav: 👍 Chaturbate 👍 Stripchat 👍 AdultFriendFinderComment
-
Click the "Screen Options" tab and make your WordPress editor to show custom fields. Open any existing post and you will see what and where is getting stored.Originally posted by bimbocamshi how can i see the custom field that's used by this plugin, I dont understand? This sounds great and really want CyberSEO to use it
Obey the CowgodComment
-
Hey, How would I pull only female feeds from chaturbate?Comment



Comment