How To Replicate Techchuck AutoBlog

Right now I am scoping a really good domain which is going to be deleted. If i get the domain im going to finish up working on this replica. Then im going to start work on a mashget replica which will be awesome
 
How to show Popular posts in sidebar?
How To Use logo for my site?
How to modify Menubar for align left and font bold?

Search for "wordpress popular posts plugin"

To add a logo or change the font edit the css file.
 
Has anyone figured out how to reduce the number of tweets in the related tweets? I played around with the settings and numbers in the control panel, but it seems no matter what I change it still shows 5 tweets.
 
Last edited:
Hi,

First off..great thread!

I've got an autoblog set up and running. (after a fashion)!
I am pulling a few RSS feeds from eBay via eBay Partner Network, running them through TinyURL and into WP-o-matic.
All fine and dandy...they show up on the autoblog as posts with the affiliate tag intact.
EPN reports show an awful lot of clicks from the autoblog but no impressions.
The clicks are not being generated by real traffic (as far as I can see).

Anyone any idea how these clicks are being generated and maybe how to stop them?

TIA.

Regards,

Stuart.
 
tiny url is for links not rss feeds...correct me if im wrong though not sure why you need to run it through tiny url either if your just trying to get legitimit clicks then you have no need to hide the referer. but at a guess its tiny url causing the problem
 
tiny url is for links not rss feeds...correct me if im wrong though not sure why you need to run it through tiny url either if your just trying to get legitimit clicks then you have no need to hide the referer. but at a guess its tiny url causing the problem

Thanks for the reply....

I'm running the feeds through TinyURL because WP-o-matic does not seem to display the base feed from EPN rss builder correctly (you get an eBay error no item to display) although a manually built RSS feed from eBay advanced search does seem to work. I'm not trying to hide the referer.
I've tried running the EPN feeds through both feedburner and yahoo pipes but they just don't seem to work with WP-o-matic...or at least I can't get them to work.

Stuart.
 
If you're using kish twitter plugin edit the functions.php file from the plugin folder and search for "$num_items = 5;" , replace it with the number you want.

Has anyone figured out how to reduce the number of tweets in the related tweets? I played around with the settings and numbers in the control panel, but it seems no matter what I change it still shows 5 tweets.
 
specobkirbs,

How do you get the thumbnail logo to post on the excerpt when there is no pic in the article?

I am just getting a blank white box when there is no pic.

Please help

Thanks in advance
southsider
 
hey there im having the same problem mate its most likely that some of the html is been cut from the post somewhere not sure where though which plugins are you using?
 
I am using most of the ones you posted from page 1. For the thumbnails, I am using Thumbnail For Excerpts plugin.

Everything was working fine a couple days ago, on some of my feeds, there was no pic, so just the text was showing. Which was fine by me and made the front page look good with a mixture of posts with some pics and some without pics. But yesterday, the feed without pics was inserting a blank white box. And of course that didn't make the site to appealing.

I have now just decativated the thumbnail plugin til I find a solution, if you know of anything, please share. And of course I will do the same.

Thanks Again
 
The display the favicon in front of the post title and the website logo on the post page you need to use custom fields.

I have used autoblogged for this blog and it automatically adds a custom field for favicon ex: key: icon value: hxxp://www.site.c0m/favicon.ico and you have the option to add more custom fields for each feed. I don't know if this feature is available for wp-o-matic.

For the website logo to appear on each post you need to add a custom field for each feed.

Download the logos for the feeds you are going to use (i got all the images from techchuck about page), after you download 'em for each feed add the custom field like this key: feedlogo value: hxxp://yoursite.c0m/yourlogofolder/feedlogoimage.jpg

Now you need to edit the template pages. Edit index.php from your template folder and add

Code:
<div style="float:left; margin-right: 5px"><img src="<?php $key="icon"; echo get_post_meta($post->ID, $key, true); ?>" /></div>
right in front of

Code:
<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
This will display the favicons on the main/index page.

Now edit single.php page and add the same code in front of

Code:
<h2><?php the_title(); ?></h2>
if you want favicons on the post page aswell.

To display the feed logo on the post pages this is the code

Code:
<img src="<?php $key="feedlogo"; echo get_post_meta($post->ID, $key, true); ?>" />"
You need to change the display style using css.

To display related posts with thumbnails under the post i am using "WordPress Related Posts with Thumb Revised". The plugin's page is in italian, use google translate if you want.

Code:
http://fabrizio.zellini.org/wordpress-related-posts-with-thumbs-revised
For displaying thumbnails for excerpts on the main page i used "Thumbnail For Excerpts"

Code:
http://www.cnet.ro/wordpress/thumbnailforexcerpts/
For youtube related videos i have used the "AJAX Video Bar" from google.

Code:
http://www.google.com/uds/solutions/videobar/index.html
Related tweets plugin

Code:
http://www.kisaso.com/ajax-wordpress-twitter-plugin/
Custom excerpts

Code:
http://wordpress.org/extend/plugins/custom-excerpts/
Other plugins used:

NextGEN Gallery
Random Posts
Post-Plugin Library (for Random Posts to work)
Sociable
Wordpress Popular Posts
WP-Cumulus (tag cloud)

I am not going to use this blog actually, made it just to test/configure the display of the plugins and learn how they work.

You should use another template also since this one isn't looking so good without alot of modifications.

Hi, it is really complicated now after reading all, can you offer us the theme that you have customised? or sell it? thanks
 
its not really that complicated to do there are plugins listed here that do the same things but namun is very skilled at coding he has helped me alot here so thanks namun :) i got the 6 video bars working too mate so they will be appearing on technicnews very soon
 
I have replicated hes toolbar now and i`m looking for someone who knows how to get "wikipedia excerpts" with a picture like techchuck has on the topic/tag pages.

Willing to share the toolbar or other info with someone who can show me how to do that.
 
I will try to do one autoblog myself. Already did it before, but those tips are really valuable.
 
I am having a problem trying to create a custom static/front page.
How do I remove "Home" tab, and make my custom page appear as front page?
I found all related to "home" tab is in header.php of elegant-box theme,
but no idea how to edit it.

Thank you
 
I just wanted to mention one thing here. I know this thread is all about autoblogs, but don't discount the mods developed in this thread to be really useful on a Whitehat site. With the exception of pulling in the feeds, the other mods can really help separate your whitehat content from the crowd. I would tell you exactly how I know but it would come off as bragging and I don't want to do that. Well not until I've done some more testing and then maybe I will ;)
 
its not really that complicated to do there are plugins listed here that do the same things but namun is very skilled at coding he has helped me alot here so thanks namun :) i got the 6 video bars working too mate so they will be appearing on technicnews very soon

Can you share to us your latest customized template you have?
 
I am having a problem trying to create a custom static/front page.
How do I remove "Home" tab, and make my custom page appear as front page?
I found all related to "home" tab is in header.php of elegant-box theme,
but no idea how to edit it.

Thank you

Click on Pages.

Create your page

Then click on Settings

Then click on Reading under the Setting Section.

Here you will see a thing that says: Front Page Displays

Instead of Latest Post click on Static Page. Select the page you just created.

This should do it Unless I am just extremely mistaken.
 
Can you share to us your latest customized template you have?
i would love to...however...ive made mods to technicnews.com now to seperate myself from the crowd...you will notice the appearence and layout is different to anyone elses blog and to be honest thats the key...make yours unique...i have posted in the thread the basic layout template already so if you havent already tried it then do that...just make sure you install all the plugins that come with it too or it wont work ie kish twitter etc then activate the theme...good luck
 
Back
Top