![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools
![]() |
![]() |
#1 |
Confirmed User
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
|
Is there wordpress plugin which can do this ?
i have one master blog, where i upload images and create posts.
each post has around 15-20 images. which i manually upload them after retouching. now i have 2 other blogs , lets call them sub-blogs. now what i want it. i get post url from master blog and feed it to sub-blog and sub-blog should download all images from post and host them with my sub-blog and not just link it from there. then i can write article and post it on my sub-blog. so i downt have to re upload same images in my 2 saub-blogs for each and every post and each and every image. is there any plugin which can do some thing like this ? thanks for your time.
__________________
SSD Cloud Server, VPS Server, Simple Cloud Hosting | DigitalOcean
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
|
damn i crossed 5k already.
__________________
SSD Cloud Server, VPS Server, Simple Cloud Hosting | DigitalOcean
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 | |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,383
|
Quote:
__________________
Obey the Cowgod |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 | |
Confirmed User
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
|
Quote:
which edition is better for me ? edit: ill wait for some free plugin suggestion.
__________________
SSD Cloud Server, VPS Server, Simple Cloud Hosting | DigitalOcean
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Confirmed Fetishist
Industry Role:
Join Date: Mar 2005
Location: Fetishland
Posts: 11,525
|
![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
VIP
Industry Role:
Join Date: Jul 2013
Posts: 22,111
|
It is worth every penny.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,383
|
I would suggest to start with Single Blog one which is $29.95. So you can see if it works well for your needs.
__________________
Obey the Cowgod |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 | |
Confirmed User
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
|
Quote:
thanks
__________________
SSD Cloud Server, VPS Server, Simple Cloud Hosting | DigitalOcean
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,383
|
Not upgrade, but just buy the Unlimited License with a discount which fully covers the price of the Single Blog one.
__________________
Obey the Cowgod |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#10 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,383
|
BTW, here is the step-by-step instruction on how to import the FHG galleries with CyberSEO.
1) Simply add the FHG RSS feed with CyberSEO. It can be the RSS feed of your "master blog" with galleries, or any sponsored FHG feed like this: Digital Desire Fully Hosted Galleries, this: MC-NUDES.COM - FREE HOSTED GALLERIES or this: Cindy Cupcakes Galleries (actually any FHG RSS feed will work). 2) Put the following code into the "PHP code" box: Code:
if (!cseo_post_exists($post)) { $max_images = 20; $comumns = 4; $thumb_width = 180; $thumb_height = 240; add_image_size('thumbnail', $thumb_width, $thumb_height, true); if ($post['link'] != '') { $glink = urldecode($post['link']); } else { $glink = urldecode($post['guid']); } $gallery = cseo_file_get_contents($glink); global $cseo_last_effective_url; if (isset($cseo_last_effective_url)) { $base_url = $cseo_last_effective_url; } else { $base_url = $glink; } $base_url = parse_url($base_url, PHP_URL_SCHEME) . '://' . parse_url($base_url, PHP_URL_HOST) . parse_url($base_url, PHP_URL_PATH); if ($base_url[strlen($base_url) - 1] != '/') { $base_url = str_replace(basename($base_url), "", $base_url); } preg_match_all('/<a.+?href=[\s]?["|\']?([\w%-\.\/:\?&=]+\.jpg([\?0-9a-zA-Z_\-,=]+)?)["|\']?.*?>.*?<img.*?src.*?>/is', html_entity_decode($gallery), $matches); if (!isset($matches[1]) || !count($matches[1])) { return $post = false; } for ($i = 0; $i < min(((int) (count($matches[1]) / $comumns)) * $comumns, $max_images); $i++) { if (substr($matches[1][$i], 0, 2) == '//') { $matches[1][$i] = 'http:' . $matches[1][$i]; } if (stripos($matches[1][$i], "http://") !== false) { $image = $matches[1][$i]; } elseif (substr($matches[1][$i], 0, 1) == "/") { $image = "http://" . parse_url($base_url, PHP_URL_HOST) . $matches[1][$i]; } else { $image = $base_url . $matches[1][$i]; } cseo_must_be_binary($image); cseo_add_image_to_library($image, $post['post_title']); } $post['post_content'] = '<p>' . strip_tags($post['post_excerpt']) . '</p><p>[gallery columns="4" link="file"]</p>'; $post['post_excerpt'] = $post['post_content']; } else { $post = false; } 4) Save the settings and let CyberSEO do all your job on autopilot. It will check the feeds for updates, download the images to your host, crop the thumbnails, build the galleries and generate new WP posts with them. Even featured images will be created, if you want it.
__________________
Obey the Cowgod |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#11 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,383
|
And one more thing. If you are going to manually create image galleries to your "master blog", you may want to try my another plugin Gallery Magic. You just just give it the URL of some existing gallery (e.g. FHG) and it automatically downloads the images to your host, crops the thumbs and etc. So it allows you to import the gallery into your WP post in just a couple of clicks. Lust like this:
![]() ![]() ![]() Also you can use it to butch import galleries from a CSV files (provided by almost all affiliate programs) in case if you are too lazy to import 100's of galleries manually: ![]() ![]()
__________________
Obey the Cowgod |
![]() |
![]() ![]() ![]() ![]() ![]() |