How do I enable e-mail posting to your blogspot.com blog?
what u mean?
i did all these steps! but still didn't get a single new post which needs to be automatically created on my blog!
but it didn't working!
would anyone be interested in me developing a script/site where that would forward emails but translated.
i.e. you signup at the site and associate
xxx -> gmailfor@utoblogging
then use feed to email either via the filter or not to send to
xxx.en-se-ru-en@mysite
so anything sent to that will be translated from english to swedish to russian then back to english again and forwarded to the email you specified when you signed up.
is there any call for such a site, email translation redirection effectively
$50 OFF for BHW Members | Affiliate Program 35% Per Sale | BSS Training
Other Fun Stuff: Xrumer Approved Hosting
Ok, I'm new to autoblogging but I have seen a lot of websites using this method for autoblogging with blogger. I have followed everything, but the rss just forwarded all of the article...including the feedmyinbox.com logo and unsubscribe link...in short, it's really forwarding the exact email...check my autoblog here hxxp://3moneyfinder.blogspot.com/. I haven't read all of this thread if someone asking this problem too. Can anyone help me out?
Btw, if you want to find a related rss feed, it's pretty easy. You can google using “keyword support:blogspot.com”. change keyword with the niche that you want. It will give you lots of blogspot according to your keyword and you can just copy the location of rss.
PS: and it's quite hard to edit those posts since it contains html codes. It will look ugly if it's not properly edited![]()
Last edited by reno27; 01-04-2010 at 01:57 PM.
nice. thanks 4 sharin
it's not work dude,.. on every page that post on your blogger always show up subscribe page,... that suck
1.my blog is banned
2.my adsense is banned
3.in feed, they just give us 3-5 line of their post then they put their link under the mail
im not into the autoblog thing. there are better options to invest time into
can someone give me script for autoblogging ???![]()
Use Xfruits instead of Feedmyinbox. Xfruits feeds are written with divs, ids, and classes. So for an autoblog on Blogger that works, use Xfruits. Just Google "xfruits" I can't post links yet.
edit: I forgot to mention. go to Design, then Html, now download your template for backup. Now check the box "Expand widget Templates" I use Ctrl-f to search for the areas I want to go to because these templates are quite long. It's just a quick way to navigate the template.
So here's what you do...
And that's pretty much it. There are a few others, but the ones I lised are the most important.Code:Look for this: /* Content ----------------------------------------------- */ In the content section put this at the bottom: (The reason for .list_items_summary is that xfruits puts a long numbered list of the rss feeds items above the post. This makes it ugly, and wastes a lot of space on your page) .list_items_summary { width: 500px; height: 4px; background: url(my_header_image.gif); padding-top: 100px; overflow: hidden; } * The background: url(my_header_image.gif); line in the above code is optional. I don't use it just cause I could never find an image that worked in that spot, that looked good. You can take that line out if you choose. (With these feeds you end up getting a few titles for each item. the snippet of code below cleans this up) div h3, .title #item { display: none; } Don't worry about the next sections move on to Posts. Now look for this: /* Posts ----------------------------------------------- */ You are going to want to make sure that all images fit, and keep their aspect ratio. So look for something like this piece of code below .post-body img { padding: 8px; background: #ffffff; border: 1px solid #71b463; -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2); box-shadow: 0 0 20px rgba(0, 0, 0, .2); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } And place this code right under the above code. .text img { max-width: 500px; height: auto !important; width: expression(this.width > 500 ? 500: true); } This .text img code makes all images no wider than 500 pixels, and sets the appropriate height to keep the aspect ratio. You can set the number to what ever you want. On some of my blogs I set it to 480 pixels. This code works wonders. Right below .text img code, put this: .logo { margin-top:-65px; visibility: hidden; } This .logo code gets rid of the Xfruits logo, and the margin-top:-65px; fixes a big gap from the .list_items_summary code Now! This is what everyone's been waiting for. How to get the damned unsubscribe link out of there. Look for this code: .post-footer { margin: 1.5em 0 0; now put this below it .unsub { visibility:hidden; }
Now you can let your xfruits feeds through without too much worry.
See Feemyinbox publishes its feeds with tables. You can't easily override any of that with CSS in the way that it's done here.
But with Xfruits, you can use what I've shown you in Blogger, and it works great!
I hope you all liked this post. Just experiment all layout have their defferences, so you may have to tweak the code I showed you.
For the most part my blogs work in all browsers. I have some issues with IE, but I figure if people want standards compliant browsing they will just switch to a different browser all-together.
If you would like to see examples of my work, just pm me. My blogs are in the Adult, and Warez niches mostly, but I have others that are clean by comparison.
If you decide to use this method, and need some help, just pm me. I'd be glad to help.
Peace All, and have a Happy New Year![]()
Last edited by ddlmachine; 01-01-2011 at 12:42 AM.
americairo (01-08-2011), drayserawon (01-31-2012)
Something else I should mention. Sometimes, xfruits will send up to 50 items. You want to set blogger to make 1 post per page because 50 items is a long post. Sometimes it sends less depending on what it finds. If this is the case, set blogger to 2 posts per page.
Also, in xfruits, if it's not finding a lot, you can change it to make one feed per day instead of hourly.
Last edited by ddlmachine; 12-31-2010 at 10:47 PM.
this is a great method...seems simple will give a shot!
Ok, now it seems xfruits is down. I know they have been down before, but not for too long. Well,
there should always be a [Plan B] and there is. You can still use a non published Wordpress blog
to feed Blogspot blogs thanks to this one plugin. I know, it doesn't make sense. Why would you
want to publish to blogger using Wordpress? Well, some people just love Blogger because it's
easy to manage, and free.
Here's the plugin, it's called Subscribe 2.
Just google: subscribe 2
for instructions Google this:
"Auto Blog on Blogger with WordPress for Easy Profits"
with or without quotes. It's the first listing.
Last edited by ddlmachine; 01-08-2011 at 04:16 PM.
This is a great idea. You can also use google alerts to feed your blog.
But dont you run the risk of losing your adsense acct?
By the way google alerts can used in this method. 2 problems that you will face using this method. Google will ban both your blogspot and your adsense. Not worth it in the long run.
seems like gm@il knows what emails to foward or blogger is rejecting them from one source i am using.
Nice idea, but it couldn't be easier for google to penalise you when doing this. I like the idea to get content in other languages and use a translating tool.

Is there any plugin in blogspot to translate data from other blogs and auto post?
Good share, theres always ways to get around. Dynamic solution
Thanks for this man!
pretty clever i wonder how niche u can get this and would like to see if any one could find a way to throw some spinning in to the process and make some oc
I have an excellent method. If you anyone can give a best SEO optimised blogger script then i will share that idea here. It is completely automate.
Many thanks for posting this...![]()
Bookmarks