Beautifulize the boring article from Articles

thachcaodotcom

Junior Member
Joined
Oct 21, 2009
Messages
124
Reaction score
161
I use WP Robot to pull the post from Articles, Yahoo answer for my blog content. But the is little cons. is there''re just clear text, look boring.
So I use the Shashin plugin:
Code:
http://www.toppa.com/shashin-wordpress-plugin
to make my posts look more attractive.
Step 1: Download and active the plugin.
Step 2: Go to
Code:
http://picasaweb.google.com/
to search pictures related to your niche. Copy the link of album name
Code:
http://picasaweb.google.com/[I]username[/I]/[I]albumname#[/I]
Step 3: Go to Shasin plugin panel on Option. Cut and paste the album link to link box and press Addalbum. Repeat the step until you get enough albums.
Step 4: Goto WP Robot option section and adjust the code in box for Article/Yahoo to get the picture appear on posts.
You will something like this in original config
Code:
{article}
{authorbox}
or
Code:
{question}
Modify it to
Code:
<p>[srandom=4|3|2,320,1,1,n,left]</p>
{article}
<p>[srandom=1|2|3,320,1,1,n,left]</p>
{authorbox}
for Articles
or
Code:
<p>[srandom=4|3|2,320,1,1,n,left]</p>
{question}
for Yahoo Answer
Save the setting and all done.Make some queries to get the contents to see the result.
As you see I put 2 pictures for the content from articles and 1 pic. for the Yahoo, put the random album to get the difference pictures on one post. You can use the difference style to use the Shasin code in the preference page.
This is the quick tip,so I make it quick, feel free to ask for more details.
Regards,
 
Last edited:
great tutorial dude thank you very much i will put this advice in use for an upcoming project
 
Lol, this is a great little idea. I gotta come up with more stuff like this to turbocharge my blog entries.
 
Back
Top