![]() |
Feeding your WordPress tube with YouTube content
Here is another example on how to auto-fill your WordPress tube with the YouTube clips using YouTube RSS feed: http://www.cyberseo.net/wordpress-tube/
This is example of such an auto-updating WordPress tube site: http://www.hcshemaletube.com/ which is powered by sponsored content only (no stolen shit). For mainstream you can do the same using YouTube RSS feed or tube clips form any other video hosting which allows to embed its content into your site. More examples will be added soon. Have a nice day! :) |
the updates look great :thumbsup
|
CyberSEO Suite + TubePress3
Today I'll explain how to build an auto-updating WordPress tube site using CyberSEO Suite plugin and TubePress3 theme which is not compatible with its older versions (TubePress and TubePress2). You may find my manual on using CyberSEO Suite with TubePress/TubePress2 in my previous posts.
CyberSEO Suite + TubePress3 = Auto-updating Tube Site So, let's take some XML feed, e.g.: http://royal-cash.com/index.php?hand...dwebmaster=100 and syndicate it with CyberSEO Suite. Set up the necessary parameters on the "RSS Feed Syndicator" page, such as post categories, post tags, update frequency, set "Use syndication date" in the "Base date" field etc. Put the following text into the "Custom Fields" box: Code:
screen_url::screen_url Now move to the "PHP Code <?php .. ?>" field and put the following PHP code there: PHP Code:
Here is an example of an auto-updating WordPress tube site which uses TubePress3 theme: http://www.truerussianporn.com/ Have a nice day :thumbsup |
Don't want to be an ass, but I have to announce that I don't accept Epassporte anymore :)
The available payment options are: PayPal, VISA/MC and Webmoney. |
As it was announced earlier, a single blog license CyberSEO Suite is now available for only $35. You can instantly order yours at http://www.cyberseo.net/ for Paypal, VISA/MC or Webmoney.
|
Gimme one!
|
Not only is this a top notch product but so is its creator. I love this tool and have used it for a while now.
|
Quote:
|
The price for single blog version of CyberSEO Suite has been reduced to $24.95 only!
|
CyberSEO Affiliate Program
The official CyberSEO Affiliate Program has been launched today!
Become a partner and earn 30% commission on every sale of CyberSEO Suite, and receive your money on Payoneer or via bank wire! More info here: http://www.cyberseo.net/affiliate-program/ :thumbsup |
this tool has great potential :thumbsup
would you please take a look at this feed URL? i get some problem with it http://nats.homegrownvideo.com/exter...it=100&start=0 Thanks |
cyber, i have a question. Im using the setting Store Images Locally, but in the rss feed of my site it still uses the original location of the images. I looked around and i saw that in the 'excerpt' field of pulled posts it automatically puts the original post (without the locally stored image path but the path from the sponsor) in there. How can i change this?
|
Quote:
The <screen_url> tag must contain path to the image and the <screen> tag has to contain the name of picture. So when we add <screen_url> and <screen> we should get a complete picture URL. Here is and example form http://www.aniloscash.com/promo/dump...g.php?id=11961 feed: <screen_url>http://webmastercontent.anilos.com/lola_lynn/</screen_url> ... <screen>lola_lynn_long.jpg</screen> So if we sum up these values we will get the complete picture URL: http://webmastercontent.anilos.com/l..._lynn_long.jpg Now look at http://nats.homegrownvideo.com/exter...it=100&start=0 and you will see this: <screen_url> http://flash.homegrownvideo.com/HGV/.../1_aaa1-3.jpeg </screen_url> ... <screen> http://flash.homegrownvideo.com/HGV/.../1_aaa1-3.jpeg </screen> Both tags has a complete image URL, which is sooooooooo wrong! They have the same problem with FLV URL too. So there are 2 solutions: 1) contact the owners of homegrownvideo and ask the to fix their feed; 2) use a slightly modified PHP code for their non-standard feed. Here it is: Code:
// put the site link to paysite into the 'paysite_url' custom field according to Free WordPress Tube doc Quote:
|
To those who are having problem with syndicating XML FLV feeds with CyberSEO Suite on blogs which use TubePress4 theme. Please make sure to check out these tutorials:
http://pornbringer.com/tutorials/cyberseo.html http://pornbringer.com/tutorials/cyberseo-tutorial.html :thumbsup |
Quote:
|
Error establishing a database connection
|
Quote:
|
bump for seo tips
|
Hi!
I have question about plugin. It is posible to I grab images (thumbs) from galleries from rss like: http://www.otcash.com/rss/otcash_rss...de&id=85 6489 and put them in post later? Ot cash has rss with links to galeries and title and description. Now I would like to have on my blog, post loking like: Title from title galleries. Descripion puted on post. And few thumbs added from the gallery to post. Im not sure its everything I wrote clear. Regards kjpp |
Importing the TGP feed into WordPress blog
This is very easy to do with CyberSEO Suite. Simple place the following code into the "PHP Code <?php .. ?>" box on the feed setting page and apply the changes:
Code:
$post ['guid'] = base64_encode ( $post ['link'] ); If you open any gallery from that feed (e.g. http://galleries.tease-pics.com/1469....php?id=856489), you will see that each one has exactly 16 pictures which have named as 01.jpg...16.jpg and stored in the "/pics" sub-directory of the gallery path. Here is an express explanation on what exactly each particular line of the php code above does: Line 1: Creates GUID of the post depending on the gallery URL. Line 2: Picks the random image on the given gallery (in range 10.jpg..16.jpg) - hope it will be a bit hotter than first 9 ones :winkwink: Line 3: Inserts that random picture into your post right above the text description and link it to the actual gallery with your affiliate code. Don't worry about the picture size, because it will be scaled to fit your WordPress theme. That's it :) Please let me know if this worked well for you. P.S. If you want to insert into your post only a small thumbnail instead of a full-sized picture, simple change the second line of code as show below. $thumb = str_replace ( basename ( $post ['link'] ), "", $post ['link'] ) . "images/" . rand ( 10, 16 ) . ".jpg"; |
Thanks great job.
Its work, but it is small bug: It should be herf= in last line? How about I would like to 4-5 thumbs/images it is posible to? |
Yep, sorry for that. The correct form is following:
$post ['post_excerpt'] = "<p align=\"center\"><a href=\"" . $post ['link'] . "\"><img style=\"max-width:100%\" src=\"" . $thumb . "\"></a><p>" . $post ['post_excerpt']; As about thumbs. Would you like to put them into a table or just put at your blog one-by one? Also should they be linked to the gallery or to their full-sized versions? |
In perfect situation I woul like to have blog post like this:
Post Headers 3 thumbs in line with link to big pictures. Gallery description more wptag 3 thumbs in line with link to big pictures. Link to gallery Post Footers |
This code will do it:
Code:
$post ['guid'] = base64_encode ( $post ['link'] ); |
Something is wrong, I have 10 posts were added, but didnt see any new posts?
|
Perhaps you set the plugin to aggregate 10 post at once. Also don't forget to empty your post trash before to pull the feed ;)
BTW, as about the code above. Is it something you were asking for or not? |
OK, its work, I removed rss and added it one more time, and now works.
|
Perhaps you forgot to remove something, because I still see them at your site, e.g. here: http://www.my-stockings.com/37/glori...y-top/#more-37
If you want to re-syndicate the posts, you have to delete ALL already syndicated posts from your blog empty the trash can. BTW, you can email me a login/password to your blog's control panel so I can check your settings and tell you were exactly is something wrong with them. |
Update:
I know where is the problem, when I tick: Store Images Locally The post is not added, but photos are copied to folder. |
I guest the new posts are not being added because you haven't removed the previously syndicated and deleted ones from the trash (these posts are still in your db, so they won't be pulled twice).
Still have to look at your settings. Can't say anything according only to the info you posted into this thread. |
I sent You login details to email.
|
i was wondering if it's possible with CyberSeo to extract thumb from a video feed, store the thumb locally and add it as custom field to wp
|
Easily :)
Description: http://www.cyberseo.net/wordpress-tube/ Examples: http://www.planet-pussy.com/ http://www.coedsx.com/ |
Quote:
To fixe this problem, try to increase the values of wait_timeout and interactive_timeout options in the "my.ini/mysqld" config. |
Quote:
Great support to script. |
Great support man, impressive!
|
You are welcome!
|
Help with the Plugin
Hi, nice plugin. Im playing around with it and i understand how to add data using the custom fields. What im confused with is the php because im no expert at php. Im using the freewptube theme, and using flowplayer for video playback. I typically use themes just for the design, and mod them to fit my needs. Im trying to use the dogfart xml flv feed for the website WatchingyourMomgoBlack.com:
Code:
<videos> duration hostedflv paysite_title paysite_url star thumb join_now sponsor sponsorlink time Duration- I was able to pull using the feed. However, the duration came out like 151, when i need it to format like 1:51 or 2:30. hostedflv- I see the flv file but its not hosted. Can i somehow use php to combine the <clip_url> and <flv> to make it a hostedflv that will fit into my theme? Or do i need to recode the theme to have 2 custom fields for that one call in flowplayer? paysite_title- I am able to grab this with <paysite> so no issues. paysite_url- I think in your documentation you show how to add this //$post ['custom_fields'] ['paysite_url'] = 'HTTP://WWW.SITE.COM/'; Star- I am able to grab this with <title> so no issues. However i wish they actually gave their episodes a title instead of the stars name. thumb- i have same issue with this as i have with the hostedflv field. The images are not linked but if i can combine <screen> and <screen_url> problem solved. So for hostedflv and thumb i need to create a url from it's path and file name. join_now- Call to action link, below video usually straight to a join page similar to paysite url can i use this twice: //$post ['custom_fields'] ['paysite_url'] = 'HTTP://WWW.SITE.COM/'; ?? sponsor- i use this to talk about the sponsor using a small description of the program or their main site. Can this be inserted into the php code? sponsorlink- just like with join_now and paysite_url, Im not sure if i can add this code multiple times //$post ['custom_fields'] ['paysite_url'] = 'HTTP://WWW.SITE.COM/'; time- This i would like to be a random number over 20:00. Since most sponsors dont tell the surfers how long the videos are that they are watching, i like to take a guess at it, so they know for sure there is more to the clip. If cyberseo can automate this for me that would be awesome. Bonus: Post Tags- most xml feeds contain none. is there a way to insert tags that rotate on each post so that every single post doesnt have the exact same tags? If i could create a general list of tags for each feed that doesnt have them and have them rotated on a post by post basis that would also be awesome :). So i kind of understand how to use your ultra flexible plugin but im not good with php, if you could help me tie this together it would be greatly appreciated :thumbsup |
Great thread!!
|
Go to your XML feed options page and do the following:
1) Insert this into the "Custom Fields" box: Code:
screen_url::screen_url Code:
// put the site link to paysite into the 'paysite_url' custom field according to Free WordPress Tube doc $post ['categories'] [] = array_rand ( array ("tag1", "tag2", "tag3", "tag4" ) ); 3) Enable "Create tags from category names" option. 4) Click "Update Feed Settings". That's all :) |
Quote:
Here is what i put for tags: Code:
// generate random tags. Don't forget to replace tag1, tag2 etc with the prefered tag names. Also don't forget to enable "Create tags from category names" option on the feed settings page Thanks a million :pimp |
I need to read this all the way in the morning.. been looking for software like this..
|
Quote:
Code:
// generate random tags. Don't forget to replace tag1, tag2 etc with the preferred tag names. Also don't forget to enable "Create tags from category names" option on the feed settings page Quote:
Quote:
Code:
if (strlen ( $post ['post_excerpt'] ) > 100) { Quote:
|
I found a theme i really like however, its made a little differently. There is a separate posting section for video, that has its own set of categorys, tags, etc. Is it possible to get cyberseo to recognize categories from that section exclusively or in addition to the regular categories? Take a look at the theme http://templatic.com/freethemes/video
you have to see what i mean because its hard to describe, thanks |
Do you think using tricks like synonyms and morphing are really worth wasting time with? Any search engine worth it's salt will be using a wordnet equivalent and detect this stuff - it's very basic tech. Kinda pointless. Links pulled.
|
congrats!!!!!
|
Quote:
|
Quote:
What's about news sites? Let's take any piece of text from CNN and search it with Google. And what do we see? There are about 5,860 results and they are all listed. Why Google didn't ban every site besides CNN? Actually I can show many other examples, but this doesn't really matter. Most of people have no creativity and they don't understand that only "synonyms and morphing" won't make them rich. Synonymizer is just a single method which can (not always) be used in combination with many others. The CyberSEO Suite is not just a synonymizer or a content spinner. This is not a problem of script (the script is just a tool) but a problem of narrow-minded person who don't understand that even a car can carry him or it can kill him. Everything depends on his skills and discretion. :2 cents: Links pulled :pimp |
Quote:
|
Quote:
|
All times are GMT -7. The time now is 09:36 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc