OneBuckWiki:Start Guide
From OneBuckWiki
Start Guide for editing Your Pages
Please check back often as we are constantly updating this page.
First thing before editing your pages
First off, you will find the following code when you try to edit your page.
Do not erase this line:
{{#security:edit|YourName}}
This is for protecting against anonymous edits.
There's also Technorati tags which you can leave alone as they don't show up on your page but they are great for SEO. You can see How to add Technorati Tags below.
<tag>Yourpage</tag> <tag>money</tag> <tag>web2.0</tag> <tag>business</tag> <tag>money</tag> <tag>OneBuckWiki</tag> <tag>OBW</tag>
How do I add an Entrecard widget?
Use the following format and replace the id with your Entrecard id and you can change the size too if you want:
<entrecard id="3315" size="127"></entrecard>
Example:
<entrecard id="3315" size="127"></entrecard>
How do I add a Beer widget?
Use the following format and replace the id with your Beer Widget id and you can change the size too if you want:
<beerwidget id="1"></beerwidget>
Example:
How do I put Entrecard Widget and Beer Widget side by side?
Use the following format:
{|
|<entrecard id="3315" size="127"></entrecard>
|<beerwidget id="1"></beerwidget>
|}
Example:
| <entrecard id="3315" size="127"></entrecard> |
You can also center it like this:
<center>
{|
|<entrecard id="3315" size="127"></entrecard>
|<beerwidget id="1"></beerwidget>
|}
</center>
Example:
| <entrecard id="3315" size="127"></entrecard> |
How do I embed another website or webpage to my page?
You can easily embed another website using the websiteFrame tag:
You can play with the height, width, border, and scroll variables.
<websiteFrame> website=http://onebuckwiki.com/blog/foum height=200 width=670 border=0 scroll=no </websiteFrame>
You can make the width larger than 670 if you your webpage width is bigger. Try something like 1024.
How do I embed a MetaCafe video?
Here's how you can embed a MetaCafe video:
First, get the embed code:
<embed src="http://www.metacafe.com/fplayer/823737/howto_practice_with_1_golf_ball.swf" width="400" height="345" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"> </embed><br><font size = 1><a href="http://www.metacafe.com/watch/823737/howto_practice_with_1_golf_ball/">HOWTO Practice With 1 Golf Ball</a> - <a href="http://www.metacafe.com/">The most popular videos are here</a></font>
Get this section: http://www.metacafe.com/fplayer/823737/howto_practice_with_1_golf_ball.swf
then paste it something like this:
<websiteFrame> website=http://www.metacafe.com/fplayer/823737/howto_practice_with_1_golf_ball.swf height=510 width=670 border=0 scroll=no </websiteFrame>
You will end up with this:
How do I embed a Youtube video?
Here's how you can Embed a Youtube video:
First, get the embed code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/OQL4fLHFUe4"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/OQL4fLHFUe4" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Get this section: http://www.youtube.com/v/OQL4fLHFUe4
then paste it something like this:
<websiteFrame> website=http://www.youtube.com/v/OQL4fLHFUe4 height=510 width=670 border=0 scroll=no </websiteFrame>
You will end up with this:
How do I add images to my page?
You can use the following syntax or press on the image button:
[[Image:MyPicture.jpg]]
The image button looks like this:
Save the page then when you go back to your page, you will be able to click on your image link and upload a new image file. Make sure the file extension matches your actual image.
e.g.
[[Image:MyPicture.jpg]] for jpeg [[Image:MyPicture.gif]] for gif [[Image:MyPicture.png]] for png
More advanced image methods
How do I embed an image from another website?
Linking your external image to a page on OBW
Let's say you want to load the Logo image from Zedomax.com and Link it to the Hacks page:
The code:
{{clickpic | Hacks | http://zedomax.com/image/logo.jpg}}
The result:
Linking your external image to a URL on OBW
Here's an example that links Logo image from Zedomax.com to URL http://Zedomax.com:
The code:
[http://zedomax.com http://zedomax.com/image/logo.jpg]
The result:
How do I get rid of the arrow?
You can put the following code around your image:
<span class="plainlinks">[http://zedomax.com http://zedomax.com/image/logo.jpg]</span>
The result:
How do I resize the size of my images?
Let's say you want to re-size the image to 50 by 50 pixels.
You can do:
[[Image:MyPicture.jpg | 50x50px]]
Here's what you'd get after you uploaded the picture:
Check out WikipediaExtened Image syntax for more advanced methods.
How do I put multiple images in a row?
You can use tables to separate the columns like this
Code:
{| width="100%" cellpadding="0" cellspacing="0" style="vertical-align:top; background: #f7f7f7; text-align:center;"
|-
|<span class="plainlinks">[http://zedomax.com http://zedomax.com/image/logo.jpg]</span>
|<span class="plainlinks">[http://zedomax.com http://zedomax.com/image/logo.jpg]</span>
|<span class="plainlinks">[http://zedomax.com http://zedomax.com/image/logo.jpg]</span>
|-
|}
The result:
|
|
|
How do I add tables to my page?
Here's a simple table you can make:
Code:
{|
|+ The table's caption
! Column heading 1 !! Column heading 2 !! Column heading 3
|-
! Row heading 1
| Cell 2 || Cell 3
|-
! Row heading A
|Cell B
|Cell C
|}
The result:
| Column heading 1 | Column heading 2 | Column heading 3 |
|---|---|---|
| Row heading 1 | Cell 2 | Cell 3 |
| Row heading A | Cell B | Cell C |
For more info, refer to the Advanced Guide here.
How do I make new Table of Contents?
You can start by adding == characters to the sides of your titles.
You can also do deeper contents simply by adding a =.
Once you have 2 or more levels, the Table of Contents is generated automatically at the top of your page.
Here's an example so you get it:
==My Table== blah blah blah ===Red Table=== blah blah blah ====Red Legs==== blah blah blah ===Blue Table=== blah blah blah ====Blue Legs==== blah blah blah ==My Desk== blah blah blah
Try copying and pasting the above into your page(s) and play around with it.
How do I add Google ads?
For a google ad like this:
<script type="text/javascript"><!-- google_ad_client = "pub-3379402347635671"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; google_ad_channel = ""; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
You can do this:
Use <myscript> for the first part and <wikiscript src=" "> for the 2nd part.
Replace the first <script> tags with <myscript> and the second <script> tags with <wikiscript src=" ">.
<center> <myscript> <!-- google_ad_client = "pub-3379402347635671"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; google_ad_channel = ""; //--> </myscript> <wikiscript src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </wikiscript> </center>
This is what you'd get:
How do I add my pages to categories?
Here's how you can add your page(s) to as many categories as you want. You can even add new categories if one doesn't exist for you.
What does this for your pages?
Basically, you will get indexed 10 times better by search engines since now search engines have categories to relate to. The more categories you relate to, the better you will show up for your keywords.
The more categories you have, the better. Having a category is having a page linked to your page. Since the Google PageRank ranks you based on how many links you have coming into your page, the more categories you have, the more chance you will get that high PageRank and rank higher on search engines.
You can even have 300 categories if you want and that'd really boost your PageRank.
Read about it on our blog post.
How do I add Google Maps to my page?
Here's an example of adding the home of OneBuckWiki to our Community Maps page:
Add yourself to our CommunityMap
How do I RSS Feeds to my page?
If you have a blog or website with RSS Feed, you can easily bring up your posts on your page.
How to add only the title names of your RSS Feed
Here's the code for grabbing the latest 5 posts from http://zedomax.com.
<rss>http://zedomax.com/blog/feed/ |charset=UTF-8|short|max=5</rss>
Result:
zedomax.com
- Camera DIY - How to Make a Cable Cam for Special Effects!
- HDTV Hack - How to Get Free HDTV Reception!
- Photoshop Hack - Photoshop Tutorials, Cheats, and more Hacks!
- Pole Dancing Robots!
- Robot DIY - How to Make a R2-D2 Robot Bar!
How to add only the title and brief descriptions of your RSS Feed
Here's the code for grabbing the latest 5 posts with brief description from http://zedomax.com.
<rss>http://zedomax.com/blog/feed/ |charset=UTF-8|max=5</rss>
Result:
zedomax.com
- Camera DIY - How to Make a Cable Cam for Special Effects!
- Yes, it’s probably true that these DIYers can help you make those special effects for the trailer of your new homemade movie.
- HDTV Hack - How to Get Free HDTV Reception!
- Well, most of us folks know that we can get free HDTV through the air but here’s a great site that shows you how to “fine-tune” your antenna, and which stations you can expect to receive based on your address. Based on geographical maps and signal strengths, AntennaWeb locates the best antenna for you ? whether [...]
- Photoshop Hack - Photoshop Tutorials, Cheats, and more Hacks!
- Well, Noupe.com has some great selection of Photoshop tutorials, cheats,and lots more hacks. Here’s a list of different tutorials/hacks you can check out: Photoshop Textures Photoshop Patterns Photoshop Tutorials Photoshop Brushes Photoshop Actions Photoshop Downloadable .PSD Files Photoshop Cheat Sheets Brought to you by: Zedomax.com Photoshop Hack - Photoshop Tutorials, Cheats, and more Hacks! A+Featured Hacks, brushes, cheats, Consumer, Cool, Educational, hacks, photoshop actions, photoshop [...]
- Pole Dancing Robots!
- Download latest version of Flash to view video!. Click Here to View in Full Screen Mode Hehe, this is funny as hell. via coolest-gadgets Brought to you by: Zedomax.com Pole Dancing Robots! A+Featured Entertainment, Consumer, Cool, Design, Entertainment, Funny, Gadgets, Gadgets, hell, pole dancing, Robots, robots, technology Related posts Zedomax Maker Faire 2007 Coverage - Electric Skateboard Zedomax Christmas DIYs Wii HACK [...]
- Robot DIY - How to Make a R2-D2 Robot Bar!
- Download latest version of Flash to view video!. Click Here to View in Full Screen Mode Here’s a cool DIY that shows you how to make a R2-D2 Robot bar for your next party pleasures.
Parameters
max: You can set the number of feeds to grab. If you set this to 50, you will get 50 latest posts.
short: Adding this parameter will only show the titles of your feed.
How do I create RSS Feeds from my page?
If you want to make a RSS Feed out of your content on your page and ping it all over the blosphere and the interenet, here's how you do it:
<startFeed /> ==Title 1== This is a sample sentence.... ==Title 2== This is a sample sentence.... ==Title 3== This is a sample sentence.... <endFeed />
After that, an RSS button will be create at the bottom of your page. OR you can even just add "&action=feed&feed=rss" on your URL or "&action=feed&feed=atom" for Atom Feeds.
For example, if your page is "http://onebuckwiki.com/Max", then your RSS Feeds address will be "http://onebuckwiki/Max&action=feed&feed=rss".
OR, you can simply just use the RSS button at the bottom.
- WARNING: If you don't use any titles, your RSS Feed will not work.
How do I add thousands of automatic backlinks to my blog?
This is very simple. You simply mix the above 2 methods of adding and creating RSS Feeds.
This way, your Page is updated with your blog posts every time you write a new post. Plus, your Blog RSS Feeds are feeded to the Page's RSS Feed, meaning you will receive a ping back on Technorati and other blog search engines.
Here's an example:
<startFeed /> ==Title 1== <rss>http://zedomax.com/blog/feed/ |charset=UTF-8|max=5</rss> ==Title 2== This is a sample sentence.... ==Title 3== This is a sample sentence.... <endFeed />
Advanced Backlinking
If you've done the above, you can always add your RSS feed to Feedburner and make it ping automatically to the blogsphere for you. Simply sign up for an account if you don't have one yet, feed your RSS Feed to it. The most important part comes after you feed it, make sure to go to Publicize->Ping Shot and choose "Google Blog Search", "Ping-O-Matic", and 5 blog search engines of your choice.
Advanced Backlinking 2
If you got this far, you can add this piece of code to top of your page:
<div style="border:none;text-align:right;"> <span class="plainlinks">[http://feeds.feedburner.com/Onebuckwiki-Onebuckwikifeatured http://onebuckwiki.com/onedollar/rss.png] [http://feeds.feedburner.com/Onebuckwiki-Onebuckwikifeatured RSS Feed for November] </span> </div>
You gotta replace all "http://feeds.feedburner.com/Onebuckwiki-Onebuckwikifeatured" text with your Feedburner Feed link.
and get this:
How do I add Technorati Tags to my page?
You can add Technorati tags to your pages for better SEO.
These tags are invisible to the readers, only visible to Technorati or other search engines.
Here's an example of adding tags to this page:
<tag>start guide</tag> <tag>onebuckwiki</tag> <tag>wiki</tag> <tag>web2.0</tag> <tag>howto</tag> <tag>guide</tag> <tag>business</tag>
How do I promote my pages and bring more traffic?
First off, you can submit your pages to Pwigg.com. It's a social networking site just for paid wikis that allows you to create hundreds of backlinks to your site. Sign up is easy and you can submit your pages and vote on them too.
Although we do a lot of advertising, search engine campaigns, and viral marketing to bring traffic to the site, you can help us and yourself by promoting your pages or anyone else's to social networking sites such as Digg, Stumbleupon, Propeller, Reddit, or any other social networking sites.
Who's Online Right Now: Guests: 168 Registered: 0 ()
Categories: Advertising | Advertising and edit the page. | Animals | Blogs | Bizarre | Business | Free | E Stores | Games | Health | Home | Humor | Law | Marketing | Medical | Money | Movies | Music | Social Networking | Technology | Web Design | Web Tec


