CyberSEO

Status
Not open for further replies.
Hey CyberSeo, i need help mass changing all my posts, can you help me?
 
Sure. What exactly you want t do?
 
what should i put on that mass change php box to change all the links on each video? that sponsor links when you click the video and that text + link that comes right below the videos.

i tried adding the code that i have on the xml syndicator just changin the link but it didnt work.
 
In general case, the replacement code is as simple as this:

Code:
$post->post_content = str_replace('something to replace', 'the replacement', $post->post_content);

For example, if you want to replace "http://www.google.com/" with "http://www.bing.com/" in every existing post, you can do it like this:

Code:
$post->post_content = str_replace('http://www.google.com/', 'http://www.bing.com/', $post->post_content);
 
dmn i missed the 90% off coupon
i would really like to try it wonder if there is any offer now?
 
I'm in a good mood today. Here is another 90% off coupon on Single Blog edition which (the coupon) will be valid till June 10th: "GOODMOOD"
 
After launch of the Panda algorithm, Google started to ban those sites/blogs that contain duplicated (non-unique) content. The CyberSEO WordPress plugin allows you to populate your autoblogs with unique content even if all the posts are being syndicated from RSS Feeds.
 
It will be. Hopefully in the next update.
 
WodrAi support has been added today. Please make sure to update your copy of the plugin.
 
Hi there. Is this program still being supported?
How and where do you apply the promo code?
 
Course it is supported. The coupon code must be entered into the 2checkout payment form.
 
Again, congrats for your app. I love it. Maybe to add more free translator in the future, like google translate, and it would be perfect.
I know google translate api can be used, but I was talking about free version.
Cheers.
 
A classic autoblogging doesn't work since the 1st version of Panda. On the other hand, you can use my plugin to run self-populated sites of any type. E.g. tubes, shops, online magazines, image galleries, fake pinboards etc.
 
Status
Not open for further replies.
Back
Top